Searched refs:MaskedCmpVal (Results 1 – 2 of 2) sorted by relevance
1195 unsigned MaskedCmpVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local1254 BuildMI(BB, dl, TII->get(Mips::ANDi), MaskedCmpVal) in EmitAtomicCmpSwapPartword()1257 .addReg(ShiftAmt).addReg(MaskedCmpVal); in EmitAtomicCmpSwapPartword()
1511 unsigned MaskedCmpVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local1587 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedCmpVal) in emitAtomicCmpSwapPartword()1590 .addReg(MaskedCmpVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()