Lines Matching defs:reg_last
6027 intptr_t mem_off, reg_off, reg_last;
6042 reg_last = info->reg_off_last[0];
6044 while (reg_off <= reg_last) {
6054 } while (reg_off <= reg_last && (reg_off & 63));
6067 reg_last = info->reg_off_last[1];
6080 } while (reg_off <= reg_last);
6089 intptr_t mem_off, reg_off, reg_last;
6095 reg_last = info->reg_off_split;
6096 if (reg_last < 0) {
6097 reg_last = info->reg_off_last[0];
6108 } while (reg_off <= reg_last && (reg_off & 63));
6109 } while (reg_off <= reg_last);
6115 reg_last = info->reg_off_last[1];
6126 } while (reg_off <= reg_last);
6142 intptr_t reg_off, reg_last, mem_off;
6184 reg_last = info.reg_off_last[1];
6185 if (reg_last < 0) {
6186 reg_last = info.reg_off_split;
6187 if (reg_last < 0) {
6188 reg_last = info.reg_off_last[0];
6204 } while (reg_off <= reg_last);
6220 reg_last = info.reg_off_last[0];
6225 while (reg_off <= reg_last) {
6236 } while (reg_off <= reg_last && (reg_off & 63));
6257 reg_last = info.reg_off_last[1];
6274 } while (reg_off <= reg_last);
6471 intptr_t reg_off, mem_off, reg_last;
6586 reg_last = info.reg_off_last[0];
6610 } while (reg_off <= reg_last && (reg_off & 63));
6611 } while (reg_off <= reg_last);
6780 intptr_t reg_off, reg_last, mem_off;
6817 reg_last = info.reg_off_last[1];
6818 if (reg_last < 0) {
6819 reg_last = info.reg_off_split;
6820 if (reg_last < 0) {
6821 reg_last = info.reg_off_last[0];
6837 } while (reg_off <= reg_last);
6843 reg_last = info.reg_off_last[0];
6848 while (reg_off <= reg_last) {
6859 } while (reg_off <= reg_last && (reg_off & 63));
6880 reg_last = info.reg_off_last[1];
6897 } while (reg_off <= reg_last);
7784 intptr_t reg_off, reg_last, reg_n;
7836 reg_last = MIN(count_last - count_off, reg_max - esize);
7841 } while (reg_off <= reg_last);
7867 reg_last = MIN(count_last - reg_n * reg_max, reg_max - esize);
7872 } while (reg_off <= reg_last);
7900 reg_last = MIN(count_last - reg_n * reg_max, reg_max - esize);
7905 } while (reg_off <= reg_last);
7956 intptr_t reg_off, reg_last, reg_n;
8003 reg_last = MIN(count_last - count_off, reg_max - esize);
8008 } while (reg_off <= reg_last);
8026 reg_last = MIN(count_last - reg_n * reg_max, reg_max - esize);
8031 } while (reg_off <= reg_last);
8059 reg_last = MIN(count_last - reg_n * reg_max, reg_max - esize);
8064 } while (reg_off <= reg_last);