Lines Matching refs:DestIsHigh
156 bool DestIsHigh = SystemZ::isHighReg(DestReg); in expandRIEPseudo() local
158 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
167 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
253 bool DestIsHigh = SystemZ::isHighReg(DestReg); in emitGRX32Move() local
255 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
257 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
259 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
265 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1488 bool DestIsHigh = SystemZ::isHighReg(MI.getOperand(0).getReg()); in expandPostRAPseudo() local
1490 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()
1491 MI.setDesc(get(DestIsHigh ? SystemZ::RISBHH : SystemZ::RISBLL)); in expandPostRAPseudo()
1493 MI.setDesc(get(DestIsHigh ? SystemZ::RISBHL : SystemZ::RISBLH)); in expandPostRAPseudo()