Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp127 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo() local
129 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
135 MI->setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
174 bool DestIsHigh = isHighReg(DestReg); in emitGRX32Move() local
176 if (DestIsHigh && SrcIsHigh) in emitGRX32Move()
178 else if (DestIsHigh && !SrcIsHigh) in emitGRX32Move()
180 else if (!DestIsHigh && SrcIsHigh) in emitGRX32Move()
187 unsigned Rotate = (DestIsHigh != SrcIsHigh ? 32 : 0); in emitGRX32Move()
1036 bool DestIsHigh = isHighReg(MI->getOperand(0).getReg()); in expandPostRAPseudo() local
1038 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()
[all …]