Lines Matching refs:IsPaired
207 const bool IsPaired = Reg2 != AArch64::NoRegister; in emitStore() local
213 Opc = IsPaired ? AArch64::STPDpre : AArch64::STRDpre; in emitStore()
215 Opc = IsPaired ? AArch64::STPXpre : AArch64::STRXpre; in emitStore()
218 Opc = IsPaired ? AArch64::STPDi : AArch64::STRDui; in emitStore()
220 Opc = IsPaired ? AArch64::STPXi : AArch64::STRXui; in emitStore()
233 if (IsPaired) in emitStore()
248 const bool IsPaired = Reg2 != AArch64::NoRegister; in emitLoad() local
254 Opc = IsPaired ? AArch64::LDPDpost : AArch64::LDRDpost; in emitLoad()
256 Opc = IsPaired ? AArch64::LDPXpost : AArch64::LDRXpost; in emitLoad()
259 Opc = IsPaired ? AArch64::LDPDi : AArch64::LDRDui; in emitLoad()
261 Opc = IsPaired ? AArch64::LDPXi : AArch64::LDRXui; in emitLoad()
274 if (IsPaired) in emitLoad()