Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSGX.td19 def ENCLS : I<0x01, MRM_CF, (outs), (ins),
H A DX86InstrTDX.td20 def SEAMCALL : I<0x01, MRM_CF, (outs), (ins), "seamcall", []>, TB, PD;
H A DX86InstrFormats.td65 def MRM_CF : Format<79>; def MRM_D0 : Format<80>; def MRM_D1 : Format<81>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h642 MRM_CF = 79, enumerator
1102 case X86II::MRM_CF: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1923 case X86II::MRM_CF: in encodeInstruction()