Searched refs:MaskImm (Results 1 – 1 of 1) sorted by relevance
1137 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1152 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1377 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1392 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1397 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1401 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()