Home
last modified time | relevance | path

Searched refs:MRMXm (Results 1 – 18 of 18) 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-project/llvm/utils/TableGen/
DX86RecognizableInstr.h114 MRMXmCC = 30, MRMXm = 31, enumerator
DX86RecognizableInstr.cpp684 case X86Local::MRMXm: in emitInstructionSpecifier()
791 case X86Local::MRMXm: in emitDecodePath()
DX86FoldTablesEmitter.cpp437 (MemFormNum == X86Local::MRMXm && RegFormNum == X86Local::MRMXr) || in areOppositeForms()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h623 MRMXm = 39, enumerator
1061 case X86II::MRMXm: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1225 case X86II::MRMXm: in determineREXPrefix()
1657 case X86II::MRMXm: in encodeInstruction()
1672 (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-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h674 MRMXm = 31, enumerator
1139 case X86II::MRMXm: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1262 case X86II::MRMXm: in emitREXPrefix()
1682 case X86II::MRMXm: in encodeInstruction()
1697 (Form == X86II::MRMXm) ? 0 : Form - X86II::MRM0m, TSFlags, in encodeInstruction()
/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),
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp170 case X86II::MRMXm: in isInvalidMemoryInstr()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrFormats.td40 def MRMXm : Format<31>;
DX86InstrInfo.td1263 def NOOPW : I<0x1f, MRMXm, (outs), (ins i16mem:$zero),
1265 def NOOPL : I<0x1f, MRMXm, (outs), (ins i32mem:$zero),
1267 def NOOPQ : RI<0x1f, MRMXm, (outs), (ins i64mem:$zero),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFormats.td36 def MRMXm : Format<39>;
DX86InstrInfo.td1208 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),