Home
last modified time | relevance | path

Searched refs:MRM_C3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrVMX.td52 def VMRESUME : I<0x01, MRM_C3, (outs), (ins), "vmresume", []>, TB;
H A DX86InstrFormats.td59 def MRM_C3 : Format<67>; def MRM_C4 : Format<68>; def MRM_C5 : Format<69>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h636 MRM_C3 = 67, enumerator
1090 case X86II::MRM_C3: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1844 case X86II::MRM_C3: in encodeInstruction()