Searched refs:PtrLSB2 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 971 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in EmitAtomicBinaryPartword() local 1019 BuildMI(BB, dl, TII->get(Mips::ANDi), PtrLSB2).addReg(Ptr).addImm(3); in EmitAtomicBinaryPartword() 1020 BuildMI(BB, dl, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in EmitAtomicBinaryPartword() 1193 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local 1247 BuildMI(BB, dl, TII->get(Mips::ANDi), PtrLSB2).addReg(Ptr).addImm(3); in EmitAtomicCmpSwapPartword() 1248 BuildMI(BB, dl, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in EmitAtomicCmpSwapPartword()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1253 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1309 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicBinaryPartword() 1312 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword() 1316 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicBinaryPartword() 1509 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local 1572 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicCmpSwapPartword() 1575 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword() 1579 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicCmpSwapPartword()
|