Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB,
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB,
H A DX86InstrSystem.td593 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
H A DX86InstrFormats.td65 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h733 MRM_D8 = 88, MRM_D9 = 89, MRM_DA = 90, MRM_DB = 91, enumerator
1156 case X86II::MRM_D8: case X86II::MRM_D9: case X86II::MRM_DA: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1752 case X86II::MRM_D8: in encodeInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp115 case X86II::MRM_D8: in isInvalidMemoryInstr()