Searched refs:MaskImm (Results 1 – 1 of 1) sorted by relevance
1224 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1232 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1467 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1475 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1480 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1484 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()