Searched refs:MaskImm (Results 1 – 1 of 1) sorted by relevance
1237 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1252 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1482 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1497 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1502 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1506 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()