Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrVMX.td41 def VMCALL : I<0x01, MRM_C1, (outs), (ins), "vmcall", []>, TB;
H A DX86InstrFormats.td60 def MRM_C0 : Format<64>; def MRM_C1 : Format<65>; def MRM_C2 : Format<66>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h628 MRM_C1 = 65, enumerator
1088 case X86II::MRM_C1: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1909 case X86II::MRM_C1: in encodeInstruction()