Searched refs:MRM_D8 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), 36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
|
D | X86InstrSystem.td | 526 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB;
|
D | X86InstrFormats.td | 44 def MRM_D8 : Format<56>; def MRM_D9 : Format<57>; def MRM_DA : Format<58>;
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 310 MRM_D8 = 56, MRM_D9 = 57, MRM_DA = 58, MRM_DB = 59, enumerator 703 case X86II::MRM_D7: case X86II::MRM_D8: case X86II::MRM_D9: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1434 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 792 case X86Local::MRM_D7: case X86Local::MRM_D8: case X86Local::MRM_D9: in emitInstructionSpecifier()
|