Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching full:operand

27   // Enums for memory operand decoding.  Each memory operand is represented with
28 // a 5 operand sequence in the form:
37 /// AddrSegmentReg - The operand # of the segment in the memory operand.
50 /// Target Operand Flag enum.
57 /// MO_GOT_ABSOLUTE_ADDRESS - On a symbol operand, this represents a
62 /// MO_PIC_BASE_OFFSET - On a symbol operand this indicates that the
67 /// MO_GOT - On a symbol operand this indicates that the immediate is the
74 /// MO_GOTOFF - On a symbol operand this indicates that the immediate is
81 /// MO_GOTPCREL - On a symbol operand this indicates that the immediate is
89 /// MO_PLT - On a symbol operand this indicates that the immediate is
96 /// MO_TLSGD - On a symbol operand this indicates that the immediate is
103 /// MO_GOTTPOFF - On a symbol operand this indicates that the immediate is
110 /// MO_INDNTPOFF - On a symbol operand this indicates that the immediate is
117 /// MO_TPOFF - On a symbol operand this indicates that the immediate is
124 /// MO_NTPOFF - On a symbol operand this indicates that the immediate is
131 /// MO_DLLIMPORT - On a symbol operand "FOO", this indicates that the
136 /// MO_DARWIN_STUB - On a symbol operand "FOO", this indicates that the
141 /// MO_DARWIN_NONLAZY - On a symbol operand "FOO", this indicates that the
146 /// MO_DARWIN_NONLAZY_PIC_BASE - On a symbol operand "FOO", this indicates
151 /// MO_DARWIN_HIDDEN_NONLAZY_PIC_BASE - On a symbol operand "FOO", this
157 /// MO_TLVP - On a symbol operand this indicates that the immediate is
163 /// MO_TLVP_PIC_BASE - On a symbol operand this indicates that the immediate
186 /// their one register operand added to their opcode.
214 // First, instructions that operate on a register r/m operand...
218 // Next, instructions that operate on a memory r/m operand...
248 /// manual, this operand is described as pntr16:32 and pntr16:16
256 // OpSize - Set if this instruction requires an operand size prefix (0x66),
261 // AsSize - Set if this instruction requires an operand size prefix (0x67),
306 // They are used to specify GPRs and SSE registers, 64-bit operand size,
314 // This three-bit field describes the size of an immediate operand. Zero is
356 // CondMovFP - "2 operand" floating point conditional move instructions.
394 /// operand 3 with VEX.vvvv.
464 /// getMemoryOperandNo - The function returns the MCInst operand # for the
465 /// first field of the memory operand. If the instruction doesn't have a
466 /// memory operand, this returns -1.
470 /// counted as one operand.