Searched refs:ShiftedNewVal (Results 1 – 2 of 2) sorted by relevance
1191 unsigned ShiftedNewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local1260 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedNewVal) in EmitAtomicCmpSwapPartword()1283 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in EmitAtomicCmpSwapPartword()
1507 unsigned ShiftedNewVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1593 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedNewVal) in emitAtomicCmpSwapPartword()1616 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in emitAtomicCmpSwapPartword()