Searched refs:MRM_FA (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 684 MRM_F8 = 120, MRM_F9 = 121, MRM_FA = 122, MRM_FB = 123, enumerator 1087 case X86II::MRM_F9: case X86II::MRM_FA: case X86II::MRM_FB: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1735 case X86II::MRM_FA: in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 506 def ENDBR64 : I<0x1E, MRM_FA, (outs), (ins), "endbr64", []>, XS;
|
D | X86InstrFPStack.td | 369 defm SQRT: FPUnary<any_fsqrt,MRM_FA, "fsqrt">;
|
D | X86InstrFormats.td | 69 def MRM_F9 : Format<121>; def MRM_FA : Format<122>; def MRM_FB : Format<123>;
|
D | X86InstrInfo.td | 2733 def MONITORX32rrr : I<0x01, MRM_FA, (outs), (ins), "monitorx", []>, 2736 def MONITORX64rrr : I<0x01, MRM_FA, (outs), (ins), "monitorx", []>,
|