Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp128 bool DestIsHigh = isHighReg(DestReg); in expandRIEPseudo() local
130 if (!DestIsHigh && !SrcIsHigh) in expandRIEPseudo()
135 MI.setDesc(get(DestIsHigh ? HighOpcode : LowOpcode)); in expandRIEPseudo()
205 bool DestIsHigh = isHighReg(DestReg); 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()
1173 bool DestIsHigh = isHighReg(MI.getOperand(0).getReg()); in expandPostRAPseudo() local
1175 if (SrcIsHigh == DestIsHigh) in expandPostRAPseudo()
[all …]