Searched refs:ShiftedCmpVal (Results 1 – 2 of 2) sorted by relevance
1188 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local1256 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedCmpVal) in EmitAtomicCmpSwapPartword()1272 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in EmitAtomicCmpSwapPartword()
1504 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1589 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedCmpVal) in emitAtomicCmpSwapPartword()1605 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in emitAtomicCmpSwapPartword()