Searched refs:MRMXm (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 | 623 MRMXm = 39, enumerator 1061 case X86II::MRMXm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1225 case X86II::MRMXm: in determineREXPrefix() 1657 case X86II::MRMXm: in encodeInstruction() 1672 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 36 def MRMXm : Format<39>;
|
D | X86InstrInfo.td | 1208 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 1210 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero), 1212 def NOOPQ : RI<0x1f, MRMXm, (outs), (ins i64mem:$zero),
|