Lines Matching defs:IsPaired
208 const bool IsPaired = Reg2 != AArch64::NoRegister;
214 Opc = IsPaired ? AArch64::STPDpre : AArch64::STRDpre;
216 Opc = IsPaired ? AArch64::STPXpre : AArch64::STRXpre;
219 Opc = IsPaired ? AArch64::STPDi : AArch64::STRDui;
221 Opc = IsPaired ? AArch64::STPXi : AArch64::STRXui;
234 if (IsPaired)
249 const bool IsPaired = Reg2 != AArch64::NoRegister;
255 Opc = IsPaired ? AArch64::LDPDpost : AArch64::LDRDpost;
257 Opc = IsPaired ? AArch64::LDPXpost : AArch64::LDRXpost;
260 Opc = IsPaired ? AArch64::LDPDi : AArch64::LDRDui;
262 Opc = IsPaired ? AArch64::LDPXi : AArch64::LDRXui;
275 if (IsPaired)