Searched refs:MRMXm (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 288 MRMXr = 14, MRMXm = 15, enumerator 685 case X86II::MRMXm: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1066 case X86II::MRMXm: in DetermineREXPrefix() 1441 case X86II::MRMXm: in EncodeInstruction() 1452 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m, in EncodeInstruction()
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 94 MRMXr = 14, MRMXm = 15, enumerator 706 case X86Local::MRMXm: in emitInstructionSpecifier() 820 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 | X86CodeEmitter.cpp | 216 case X86II::MRMXm: in determineREX() 1341 case X86II::MRMXm: in emitInstruction() 1354 emitMemModRMByte(MI, CurOp, (Form==X86II::MRMXm) ? 0 : Form - X86II::MRM0m, in emitInstruction()
|
D | X86InstrFormats.td | 29 def MRMXr : Format<14>; def MRMXm : Format<15>;
|
D | X86InstrInfo.td | 914 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero), 916 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero),
|