Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1934 Register MaskedCmpVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1999 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedCmpVal) in emitAtomicCmpSwapPartword()
2002 .addReg(MaskedCmpVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()