Searched refs:MaskImm (Results 1 – 3 of 3) sorted by relevance
1014 int64_t MaskImm = (Size == 1) ? 255 : 65535; in EmitAtomicBinaryPartword() local1022 .addReg(Mips::ZERO).addImm(MaskImm); in EmitAtomicBinaryPartword()1242 int64_t MaskImm = (Size == 1) ? 255 : 65535; in EmitAtomicCmpSwapPartword() local1250 .addReg(Mips::ZERO).addImm(MaskImm); in EmitAtomicCmpSwapPartword()1255 .addReg(CmpVal).addImm(MaskImm); in EmitAtomicCmpSwapPartword()1259 .addReg(NewVal).addImm(MaskImm); in EmitAtomicCmpSwapPartword()
1304 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local1320 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()1567 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local1583 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()1588 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()1592 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
2066 uint64_t MaskImm; in tryBitfieldInsertOpFromOrAndImm() local2070 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm)) in tryBitfieldInsertOpFromOrAndImm()