Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1188 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local
1256 BuildMI(BB, dl, TII->get(Mips::SLLV), ShiftedCmpVal) in EmitAtomicCmpSwapPartword()
1272 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1504 unsigned ShiftedCmpVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1589 BuildMI(BB, DL, TII->get(Mips::SLLV), ShiftedCmpVal) in emitAtomicCmpSwapPartword()
1605 .addReg(MaskedOldVal0).addReg(ShiftedCmpVal).addMBB(sinkMBB); in emitAtomicCmpSwapPartword()