Searched refs:MaskImm (Results 1 – 1 of 1) sorted by relevance
1068 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1083 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1318 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1333 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1338 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1342 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()