Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp129 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo() local
130 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
206 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move() local
207 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
209 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
211 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
218 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1174 bool SrcIsHigh = isHighReg(MI.getOperand(2).getReg()); in expandPostRAPseudo() local
1175 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()