Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp977 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local
1085 BuildMI(BB, dl, TII->get(Mips::AND), MaskedOldVal1) in EmitAtomicBinaryPartword()
1088 .addReg(ShiftAmt).addReg(MaskedOldVal1); in EmitAtomicBinaryPartword()
1197 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local
1280 BuildMI(BB, dl, TII->get(Mips::AND), MaskedOldVal1) in EmitAtomicCmpSwapPartword()
1283 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1259 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1380 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal1) in emitAtomicBinaryPartword()
1383 .addReg(MaskedOldVal1).addReg(ShiftAmt); in emitAtomicBinaryPartword()
1513 unsigned MaskedOldVal1 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1613 BuildMI(BB, DL, TII->get(Mips::AND), MaskedOldVal1) in emitAtomicCmpSwapPartword()
1616 .addReg(MaskedOldVal1).addReg(ShiftedNewVal); in emitAtomicCmpSwapPartword()