Lines Matching defs:reg_last
542 intptr_t reg_off, reg_last;
584 reg_last = info.reg_off_last[1];
585 if (reg_last < 0) {
586 reg_last = info.reg_off_split;
587 if (reg_last < 0) {
588 reg_last = info.reg_off_last[0];
600 } while (reg_off <= reg_last);
610 reg_last = info.reg_off_last[0];
621 while (reg_off <= reg_last) {
630 } while (reg_off <= reg_last && (reg_off & 63));
646 reg_last = info.reg_off_last[1];
661 } while (reg_off <= reg_last);
747 intptr_t reg_off, reg_last;
786 reg_last = info.reg_off_last[1];
787 if (reg_last < 0) {
788 reg_last = info.reg_off_split;
789 if (reg_last < 0) {
790 reg_last = info.reg_off_last[0];
802 } while (reg_off <= reg_last);
808 reg_last = info.reg_off_last[0];
813 while (reg_off <= reg_last) {
820 } while (reg_off <= reg_last && (reg_off & 63));
836 reg_last = info.reg_off_last[1];
849 } while (reg_off <= reg_last);