Home
last modified time | relevance | path

Searched refs:ShiftedNewVal (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1191 unsigned ShiftedNewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local
1260 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedNewVal) in EmitAtomicCmpSwapPartword()
1283 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1507 unsigned ShiftedNewVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1593 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedNewVal) in emitAtomicCmpSwapPartword()
1616 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in emitAtomicCmpSwapPartword()