Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrSVM.td33 def VMRUN32 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB,
36 def VMRUN64 : I<0x01, MRM_D8, (outs), (ins), "vmrun", []>, TB,
HDX86InstrFormats.td68 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
HDX86InstrSystem.td669 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86BaseInfo.h651 MRM_D8 = 88, enumerator
1111 case X86II::MRM_D8: in getMemoryOperandNo()
HDX86MCCodeEmitter.cpp1932 case X86II::MRM_D8: in encodeInstruction()