Searched refs:MaskedNewVal (Results 1 – 2 of 2) sorted by relevance
1791 unsigned MaskedNewVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1859 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedNewVal) in emitAtomicCmpSwapPartword()1862 .addReg(MaskedNewVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()
1512 unsigned MaskedNewVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1591 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedNewVal) in emitAtomicCmpSwapPartword()1594 .addReg(MaskedNewVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()