Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp123 bool SrcIsHigh = isHighReg(SrcReg); in expandRIEPseudo() local
124 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
169 bool SrcIsHigh = isHighReg(SrcReg); in emitGRX32Move() local
170 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
172 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
174 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
181 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1014 bool SrcIsHigh = isHighReg(MI->getOperand(2).getReg()); in expandPostRAPseudo() local
1015 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()