Home | History | Annotate | Download | only in ARM

Lines Matching full:storesuccess

6357   unsigned storesuccess = MRI.createVirtualRegister(TRC);
6368 // strexd storesuccess, r0, r1, ptr
6369 // cmp storesuccess, #0
6440 AddDefaultPred(BuildMI(BB, dl, TII->get(ARM::t2STREXD), storesuccess)
6458 storesuccess)
6463 .addReg(storesuccess).addImm(0));