Home | History | Annotate | Download | only in rs6000

Lines Matching defs:num_reg

2761   int num_reg = 0;
2893 failure. We test num_reg + 1 >= MAX_MOVE_REG here to check
2894 the same condition as the test of num_reg >= MAX_MOVE_REG
2895 that is done below after the increment of num_reg. */
2896 if (might_overlap && num_reg + 1 >= MAX_MOVE_REG
2911 loads[num_reg] = (*gen_func.movlen) (tmp_reg, src, move_bytes);
2912 stores[num_reg++] = (*gen_func.movlen) (dest, tmp_reg, move_bytes);
2916 loads[num_reg] = (*gen_func.mov) (tmp_reg, src);
2917 stores[num_reg++] = (*gen_func.mov) (dest, tmp_reg);
2921 if (num_reg >= MAX_MOVE_REG || bytes == move_bytes)
2924 for (i = 0; i < num_reg; i++)
2926 for (i = 0; i < num_reg; i++)
2928 num_reg = 0;