Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1195 unsigned MaskedCmpVal = RegInfo.createVirtualRegister(RC); in EmitAtomicCmpSwapPartword() local
1254 BuildMI(BB, dl, TII->get(Mips::ANDi), MaskedCmpVal) in EmitAtomicCmpSwapPartword()
1257 .addReg(ShiftAmt).addReg(MaskedCmpVal); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1511 unsigned MaskedCmpVal = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
1587 BuildMI(BB, DL, TII->get(Mips::ANDi), MaskedCmpVal) in emitAtomicCmpSwapPartword()
1590 .addReg(MaskedCmpVal).addReg(ShiftAmt); in emitAtomicCmpSwapPartword()