mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73838 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f429e5eb6
commit
5b038b793c
@ -33,15 +33,15 @@ class raw_ostream;
|
|||||||
class MachineOperand {
|
class MachineOperand {
|
||||||
public:
|
public:
|
||||||
enum MachineOperandType {
|
enum MachineOperandType {
|
||||||
MO_Register, ///< Register operand.
|
MO_Register, ///< Register operand.
|
||||||
MO_Immediate, ///< Immediate operand
|
MO_Immediate, ///< Immediate operand
|
||||||
MO_FPImmediate, ///< Floating-point immediate operand
|
MO_FPImmediate, ///< Floating-point immediate operand
|
||||||
MO_MachineBasicBlock, ///< MachineBasicBlock reference
|
MO_MachineBasicBlock, ///< MachineBasicBlock reference
|
||||||
MO_FrameIndex, ///< Abstract Stack Frame Index
|
MO_FrameIndex, ///< Abstract Stack Frame Index
|
||||||
MO_ConstantPoolIndex, ///< Address of indexed Constant in Constant Pool
|
MO_ConstantPoolIndex, ///< Address of indexed Constant in Constant Pool
|
||||||
MO_JumpTableIndex, ///< Address of indexed Jump Table for switch
|
MO_JumpTableIndex, ///< Address of indexed Jump Table for switch
|
||||||
MO_ExternalSymbol, ///< Name of external global symbol
|
MO_ExternalSymbol, ///< Name of external global symbol
|
||||||
MO_GlobalAddress ///< Address of a global value
|
MO_GlobalAddress ///< Address of a global value
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user