Searched refs:MaskedNewVal (Results 1 – 2 of 2) sorted by relevance
1196 unsigned MaskedNewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local1258 BuildMI(BB, dl, TII->get(Mips::ANDi), MaskedNewVal) in EmitAtomicCmpSwapPartword()1261 .addReg(ShiftAmt).addReg(MaskedNewVal); 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()