Searched refs:MRM_DD (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 311 MRM_DC = 60, MRM_DD = 61, MRM_DE = 62, MRM_DF = 63, enumerator 705 case X86II::MRM_DD: case X86II::MRM_DE: case X86II::MRM_DF: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1442 case X86II::MRM_DB: case X86II::MRM_DC: case X86II::MRM_DD: in encodeInstruction()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 25 def CLGI : I<0x01, MRM_DD, (outs), (ins), "clgi", []>, TB;
|
D | X86InstrFormats.td | 45 def MRM_DB : Format<59>; def MRM_DC : Format<60>; def MRM_DD : Format<61>;
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 794 case X86Local::MRM_DD: case X86Local::MRM_DE: case X86Local::MRM_DF: in emitInstructionSpecifier()
|