Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1196 unsigned MaskedNewVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local
1258 BuildMI(BB, dl, TII->get(Mips::ANDi), MaskedNewVal) in EmitAtomicCmpSwapPartword()
1261 .addReg(ShiftAmt).addReg(MaskedNewVal); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1512 unsigned MaskedNewVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1591 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedNewVal) in emitAtomicCmpSwapPartword()
1594 .addReg(MaskedNewVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()