Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1208 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local
1223 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()
1450 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local
1465 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1470 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1474 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()