Lines Matching defs:IsPaired
203 const bool IsPaired = Reg2 != AArch64::NoRegister;
209 Opc = IsPaired ? AArch64::STPDpre : AArch64::STRDpre;
211 Opc = IsPaired ? AArch64::STPXpre : AArch64::STRXpre;
214 Opc = IsPaired ? AArch64::STPDi : AArch64::STRDui;
216 Opc = IsPaired ? AArch64::STPXi : AArch64::STRXui;
229 if (IsPaired)
244 const bool IsPaired = Reg2 != AArch64::NoRegister;
250 Opc = IsPaired ? AArch64::LDPDpost : AArch64::LDRDpost;
252 Opc = IsPaired ? AArch64::LDPXpost : AArch64::LDRXpost;
255 Opc = IsPaired ? AArch64::LDPDi : AArch64::LDRDui;
257 Opc = IsPaired ? AArch64::LDPXi : AArch64::LDRXui;
270 if (IsPaired)