Searched refs:MRM_E0 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 659 MRM_E0 = 96, enumerator 1119 case X86II::MRM_E0: in getMemoryOperandNo()
|
H A D | X86MCCodeEmitter.cpp | 1940 case X86II::MRM_E0: in encodeInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFormats.td | 70 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
|
H A D | X86InstrFPStack.td | 262 defm CHS : FPUnary<fneg, MRM_E0, "fchs">; 615 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
H A D | X86InstrSystem.td | 670 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB, REP;
|