Searched refs:MaskedOldVal1 (Results 1 – 1 of 1) sorted by relevance
1188 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local1294 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal1) in emitAtomicBinaryPartword()1297 .addReg(ShiftAmt).addReg(MaskedOldVal1); in emitAtomicBinaryPartword()1423 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1505 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal1) in emitAtomicCmpSwapPartword()1508 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in emitAtomicCmpSwapPartword()