Searched refs:MRMXr (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 | 663 MRMXr = 55, enumerator 1054 case X86II::MRMXr: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1238 case X86II::MRMXr: in determineREXPrefix() 1627 case X86II::MRMXr: in encodeInstruction() 1642 (Form == X86II::MRMXr) ? 0 : Form - X86II::MRM0r, CurByte, in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 46 def MRMXr : Format<55>;
|
D | X86InstrInfo.td | 1216 def NOOPWr : I<0x1f, MRMXr, (outs), (ins GR16:$zero), 1218 def NOOPLr : I<0x1f, MRMXr, (outs), (ins GR32:$zero), 1220 def NOOPQr : RI<0x1f, MRMXr, (outs), (ins GR64:$zero),
|
D | X86InstrSSE.td | 6905 def EXTRQI : Ii8<0x78, MRMXr, (outs VR128:$dst),
|