Home
last modified time | relevance | path

Searched refs:MRM_D8 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins),
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins),
DX86InstrSystem.td545 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB;
DX86InstrFormats.td44 def MRM_D8 : Format<56>; def MRM_D9 : Format<57>; def MRM_DA : Format<58>;
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%eax|eax}", []>, TB,
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%rax|rax}", []>, TB,
DX86InstrSystem.td585 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
DX86InstrFormats.td65 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%eax|eax}", []>, TB,
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun\t{%rax|rax}", []>, TB,
DX86InstrSystem.td575 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB;
DX86InstrFormats.td58 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h309 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()
DX86MCCodeEmitter.cpp1394 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in encodeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h676 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator
1076 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1701 case X86II::MRM_D8: in encodeInstruction()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h731 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator
1154 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1738 case X86II::MRM_D8: in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp114 case X86II::MRM_D8: in isInvalidMemoryInstr()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp791 case X86Local::MRM_D7: case X86Local::MRM_D8: case X86Local::MRM_D9: in emitInstructionSpecifier()