Lines Matching defs:Odd
187 static unsigned getPairedGPR(unsigned Reg, bool Odd, const MCRegisterInfo *RI) {
190 return RI->getSubReg(*Supers, Odd ? ARM::gsub_1 : ARM::gsub_0);
204 unsigned Odd;
207 Odd = 0;
210 Odd = 1;
217 // This register should preferably be even (Odd == 0) or odd (Odd == 1).
222 PairedPhys = getPairedGPR(VRM->getPhys(Hint.second), Odd, this);
232 // Then prefer even or odd registers.
235 if (Reg == PairedPhys || (getEncodingValue(Reg) & 1) != Odd)
238 unsigned Paired = getPairedGPR(Reg, !Odd, this);
253 // If 'Reg' is one of the even / odd register pair and it's now changed