ΒΆinline int getMemoryOperandNo(uint64_t TSFlags)

Description

The function returns the MCInst operand # for the first field of the memory operand. If the instruction doesn't have a memory operand, this returns -1. Note that this ignores tied operands. If there is a tied register which is duplicated in the MCInst (e.g. "EAX = addl EAX, [mem]") it is only counted as one operand.

Declared at: llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h:1095

Parameters

uint64_t TSFlags