reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
968 MIB = BuildMI(LoadCmpBB, DL, TII->get(LdrexOp), Dest.getReg()); 969 MIB.addReg(AddrReg); 971 MIB.addImm(0); // a 32-bit Thumb ldrex (only) allows an offset. 972 MIB.add(predOps(ARMCC::AL)); 991 MIB = BuildMI(StoreBB, DL, TII->get(StrexOp), TempReg) 995 MIB.addImm(0); // a 32-bit Thumb strex (only) allows an offset. 996 MIB.add(predOps(ARMCC::AL));