Lines Matching defs:Lo12
2548 int64_t Lo12 = SignExtend64<12>(CVal);
2549 int64_t Hi = (uint64_t)CVal - (uint64_t)Lo12;
2551 if (IsPrefetch && (Lo12 & 0b11111) != 0)
2553 if (IsRV32Zdinx && !isInt<12>(Lo12 + 4))
2565 Offset = CurDAG->getSignedTargetConstant(Lo12, DL, VT);
2576 Lo12 = Seq.back().getImm();
2577 if (IsPrefetch && (Lo12 & 0b11111) != 0)
2579 if (IsRV32Zdinx && !isInt<12>(Lo12 + 4))
2587 Offset = CurDAG->getSignedTargetConstant(Lo12, DL, VT);
2762 // constant materialization by folding the Lo12 bits of the immediate into