Searched refs:PtrLSB2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 1698 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local 1813 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicBinaryPartword() 1816 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicBinaryPartword() 1820 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicBinaryPartword() 1948 Register PtrLSB2 = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local 2000 BuildMI(BB, DL, TII->get(Mips::ANDi), PtrLSB2) in emitAtomicCmpSwapPartword() 2003 BuildMI(BB, DL, TII->get(Mips::SLL), ShiftAmt).addReg(PtrLSB2).addImm(3); in emitAtomicCmpSwapPartword() 2007 .addReg(PtrLSB2).addImm((Size == 1) ? 3 : 2); in emitAtomicCmpSwapPartword()
|