Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1682 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1797 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicBinaryPartword()
1800 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword()
1804 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicBinaryPartword()
1932 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1984 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicCmpSwapPartword()
1987 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword()
1991 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicCmpSwapPartword()