Searched refs:MRM_E0 (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 678 MRM_E0 = 96, MRM_E1 = 97, MRM_E2 = 98, MRM_E3 = 99, enumerator 1078 case X86II::MRM_DE: case X86II::MRM_DF: case X86II::MRM_E0: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1709 case X86II::MRM_E0: in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 363 defm CHS : FPUnary<fneg, MRM_E0, "fchs">; 702 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
|
D | X86InstrSystem.td | 576 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
|
D | X86InstrFormats.td | 60 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;
|