Searched refs:MRMSrcMemCC (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 41 : I<0x40, MRMSrcMemCC, (outs GR16:$dst), (ins GR16:$src1, i16mem:$src2, ccode:$cond), 46 : I<0x40, MRMSrcMemCC, (outs GR32:$dst), (ins GR32:$src1, i32mem:$src2, ccode:$cond), 51 :RI<0x40, MRMSrcMemCC, (outs GR64:$dst), (ins GR64:$src1, i64mem:$src2, ccode:$cond),
|
D | X86InstrFormats.td | 38 def MRMSrcMemCC : Format<28>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 41 : I<0x40, MRMSrcMemCC, (outs GR16:$dst), (ins GR16:$src1, i16mem:$src2, ccode:$cond), 46 : I<0x40, MRMSrcMemCC, (outs GR32:$dst), (ins GR32:$src1, i32mem:$src2, ccode:$cond), 51 :RI<0x40, MRMSrcMemCC, (outs GR64:$dst), (ins GR64:$src1, i64mem:$src2, ccode:$cond),
|
D | X86InstrFormats.td | 34 def MRMSrcMemCC : Format<36>;
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 113 MRMSrcMemCC = 28, enumerator
|
D | X86RecognizableInstr.cpp | 636 case X86Local::MRMSrcMemCC: in emitInstructionSpecifier() 789 case X86Local::MRMSrcMemCC: in emitDecodePath() 833 Form == X86Local::MRMSrcMemCC || Form == X86Local::MRMXrCC || in emitDecodePath()
|
D | X86FoldTablesEmitter.cpp | 447 (MemFormNum == X86Local::MRMSrcMemCC && in areOppositeForms()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 612 MRMSrcMemCC = 36, enumerator 1044 case X86II::MRMSrcMemCC: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1208 case X86II::MRMSrcMemCC: in determineREXPrefix() 1605 case X86II::MRMSrcMemCC: { in encodeInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 663 MRMSrcMemCC = 28, enumerator 1116 case X86II::MRMSrcMemCC: in getMemoryOperandNo()
|
D | X86MCCodeEmitter.cpp | 1245 case X86II::MRMSrcMemCC: in emitREXPrefix() 1626 case X86II::MRMSrcMemCC: { in encodeInstruction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/ |
D | Target.cpp | 168 case X86II::MRMSrcMemCC: in isInvalidMemoryInstr()
|