Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrVMX.td82 def VMXOFF : I<0x01, MRM_C4, (outs), (ins), "vmxoff", []>, TB;
H A DX86InstrFormats.td61 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.h631 MRM_C4 = 68, enumerator
1091 case X86II::MRM_C4: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1912 case X86II::MRM_C4: in encodeInstruction()