Searched refs:MRMXm (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 287 MRMXr = 14, MRMXm = 15, enumerator 690 case X86II::MRMXm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1011 case X86II::MRMXm: in DetermineREXPrefix() 1370 case X86II::MRMXm: in encodeInstruction() 1381 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 107 MRMXr = 14, MRMXm = 15, enumerator 739 case X86Local::MRMXm: in emitInstructionSpecifier() 849 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 | 1061 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 1063 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero),
|