Home
last modified time | relevance | path

Searched refs:MRMXm (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h287 MRMXr = 14, MRMXm = 15, enumerator
690 case X86II::MRMXm: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1011 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/
DX86RecognizableInstr.cpp107 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/
DX86InstrCMovSetCC.td89 def m : I<opc, MRMXm, (outs), (ins i8mem:$dst),
DX86InstrFormats.td29 def MRMXr : Format<14>; def MRMXm : Format<15>;
DX86InstrInfo.td1061 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero),
1063 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero),