enum MCOperand::MachineOperandType
Declared at: llvm/include/llvm/MC/MCInst.h:35
Enumerators
Name | Value | Comment |
---|---|---|
kInvalid | 0 | Uninitialized. |
kRegister | 1 | Register operand. |
kImmediate | 2 | Immediate operand. |
kFPImmediate | 3 | Floating-point immediate operand. |
kExpr | 4 | Relocatable immediate operand. |
kInst | 5 | Sub-instruction operand. |