Home
last modified time | relevance | path

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/
DX86BaseInfo.h678 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()
DX86MCCodeEmitter.cpp1709 case X86II::MRM_E0: in encodeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFPStack.td363 defm CHS : FPUnary<fneg, MRM_E0, "fchs">;
702 def FNSTSW16r : I<0xDF, MRM_E0, // AX = fp flags
DX86InstrSystem.td576 def XCRYPTCFB : I<0xa7, MRM_E0, (outs), (ins), "xcryptcfb", []>, TB;
DX86InstrFormats.td60 def MRM_DE : Format<94>; def MRM_DF : Format<95>; def MRM_E0 : Format<96>;