Searched refs:MRM_CF (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrSGX.td | 19 def ENCLS : I<0x01, MRM_CF, (outs), (ins),
|
H A D | X86InstrTDX.td | 20 def SEAMCALL : I<0x01, MRM_CF, (outs), (ins), "seamcall", []>, TB, PD;
|
H A D | X86InstrFormats.td | 65 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 D | X86BaseInfo.h | 642 MRM_CF = 79, enumerator 1102 case X86II::MRM_CF: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1923 case X86II::MRM_CF: in encodeInstruction()
|