Searched refs:MRM_E9 (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 680 MRM_E8 = 104, MRM_E9 = 105, MRM_EA = 106, MRM_EB = 107, enumerator 1081 case X86II::MRM_E7: case X86II::MRM_E8: case X86II::MRM_E9: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1718 case X86II::MRM_E9: in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 630 def FLDL2T : I<0xD9, MRM_E9, (outs), (ins), "fldl2t", []>; 682 def UCOM_FPPr : FPI<0xDA, MRM_E9, // cmp ST(0) with ST(1), pop, pop
|
D | X86InstrFormats.td | 63 def MRM_E7 : Format<103>; def MRM_E8 : Format<104>; def MRM_E9 : Format<105>;
|