Searched refs:LastShift (Results 1 – 2 of 2) sorted by relevance
541 unsigned LastShift = 0; // LSL amount for last MOVK in expandMOVImmSimple() local546 LastShift = ((63 - LZ) / 16) * 16; in expandMOVImmSimple()553 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImmSimple()562 if (Shift == LastShift) { in expandMOVImmSimple()570 while (Shift < LastShift) { in expandMOVImmSimple()578 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImmSimple()
544 unsigned LastShift = 0; // LSL amount for last MOVK in expandMOVImm() local549 LastShift = (TZ / 16) * 16; in expandMOVImm()556 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImm()565 if (Shift == LastShift) { in expandMOVImm()573 while (Shift != LastShift) { in expandMOVImm()581 getDeadRegState(DstIsDead && Shift == LastShift)) in expandMOVImm()