Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DX86InstrFormats.td68 def MRM_D8 : Format<88>; def MRM_D9 : Format<89>; def MRM_DA : Format<90>;
H A DX86InstrSystem.td669 def XCRYPTCTR : I<0xa7, MRM_D8, (outs), (ins), "xcryptctr", []>, TB, REP;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h651 MRM_D8 = 88, enumerator
1111 case X86II::MRM_D8: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1932 case X86II::MRM_D8: in encodeInstruction()