Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1182 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1229 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2).addReg(Ptr).addImm(3); in emitAtomicBinaryPartword()
1230 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword()
1419 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1472 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2).addReg(Ptr).addImm(3); in emitAtomicCmpSwapPartword()
1473 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword()