Searched refs:MRM_D8 (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSVM.td | 34 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%eax|eax}", []>, TB, 37 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%rax|rax}", []>, TB,
|
D | X86InstrSystem.td | 576 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB;
|
D | X86InstrFormats.td | 54 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
|
/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 | 545 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 | 309 MRM_D8 = 56, MRM_D9 = 57, MRM_DA = 58, MRM_DB = 59, enumerator 705 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1394 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 353 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator 747 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1524 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 791 case X86Local::MRM_D7: case X86Local::MRM_D8: case X86Local::MRM_D9: in emitInstructionSpecifier()
|