Searched refs:MRMXm (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 288 MRMXr = 14, MRMXm = 15, enumerator 691 case X86II::MRMXm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1042 case X86II::MRMXm: in DetermineREXPrefix() 1410 case X86II::MRMXm: in EncodeInstruction() 1421 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m, in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 107 MRMXr = 14, MRMXm = 15, enumerator 740 case X86Local::MRMXm: in emitInstructionSpecifier() 850 case X86Local::MRMXr: case X86Local::MRMXm: in emitDecodePath()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 89 def m : I<opc, MRMXm, (outs), (ins i8mem:$dst),
|
D | X86InstrFormats.td | 29 def MRMXr : Format<14>; def MRMXm : Format<15>;
|
D | X86InstrInfo.td | 962 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 964 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero),
|