Home
last modified time | relevance | path

Searched refs:MRMSrcMemCC (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td41 : 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),
DX86InstrFormats.td38 def MRMSrcMemCC : Format<28>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrCMovSetCC.td41 : 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),
DX86InstrFormats.td34 def MRMSrcMemCC : Format<36>;
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h113 MRMSrcMemCC = 28, enumerator
DX86RecognizableInstr.cpp636 case X86Local::MRMSrcMemCC: in emitInstructionSpecifier()
789 case X86Local::MRMSrcMemCC: in emitDecodePath()
833 Form == X86Local::MRMSrcMemCC || Form == X86Local::MRMXrCC || in emitDecodePath()
DX86FoldTablesEmitter.cpp447 (MemFormNum == X86Local::MRMSrcMemCC && in areOppositeForms()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h612 MRMSrcMemCC = 36, enumerator
1044 case X86II::MRMSrcMemCC: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1208 case X86II::MRMSrcMemCC: in determineREXPrefix()
1605 case X86II::MRMSrcMemCC: { in encodeInstruction()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h663 MRMSrcMemCC = 28, enumerator
1116 case X86II::MRMSrcMemCC: in getMemoryOperandNo()
DX86MCCodeEmitter.cpp1245 case X86II::MRMSrcMemCC: in emitREXPrefix()
1626 case X86II::MRMSrcMemCC: { in encodeInstruction()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp168 case X86II::MRMSrcMemCC: in isInvalidMemoryInstr()