Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp359 const auto *RCSrc = TRI.getMaximalPhysRegClass(Src, MVTSrc); in ExpandMOVX_RR() local
361 assert(RCDst && RCSrc && "Wrong use of MOVX_RR"); in ExpandMOVX_RR()
362 assert(RCDst != RCSrc && "You cannot use the same Reg Classes with MOVX_RR"); in ExpandMOVX_RR()
405 const auto *RCSrc = TRI.getMaximalPhysRegClass(Src, MVTSrc); in ExpandMOVSZX_RR() local
407 assert(RCDst && RCSrc && "Wrong use of MOVSX_RR"); in ExpandMOVSZX_RR()
408 assert(RCDst != RCSrc && "You cannot use the same Reg Classes with MOVSX_RR"); in ExpandMOVSZX_RR()