Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h659 MRM_E0 = 96, enumerator
1119 case X86II::MRM_E0: in getMemoryOperandNo()
H A DX86MCCodeEmitter.cpp1940 case X86II::MRM_E0: in encodeInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td70 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
H A DX86InstrFPStack.td262 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;
615 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
H A DX86InstrSystem.td670 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;