Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1581 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1663 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicBinaryPartword()
1666 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword()
1670 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicBinaryPartword()
1794 unsigned PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1846 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicCmpSwapPartword()
1849 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword()
1853 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicCmpSwapPartword()