Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1793 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1908 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicBinaryPartword()
1911 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword()
1915 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicBinaryPartword()
2043 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
2095 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicCmpSwapPartword()
2098 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword()
2102 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicCmpSwapPartword()