Lines Matching refs:DestIsHigh
174 bool DestIsHigh = SystemZ::isHighReg(DestReg); in expandRIEPseudo() local
176 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
185 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
271 bool DestIsHigh = SystemZ::isHighReg(DestReg); in emitGRX32Move() local
273 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
275 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
277 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
283 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1758 bool DestIsHigh = SystemZ::isHighReg(MI.getOperand(0).getReg()); in expandPostRAPseudo() local
1760 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()
1761 MI.setDesc(get(DestIsHigh ? SystemZ::RISBHH : SystemZ::RISBLL)); in expandPostRAPseudo()
1763 MI.setDesc(get(DestIsHigh ? SystemZ::RISBHL : SystemZ::RISBLH)); in expandPostRAPseudo()