Searched refs:first_restore_gpr (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c400 int first_restore_gpr; variable
9116 if (cfun_frame_layout.first_restore_gpr != -1)
9119 + cfun_frame_layout.first_restore_gpr * UNITS_PER_LONG);
9121 - cfun_frame_layout.first_restore_gpr + 1) * UNITS_PER_LONG;
9250 if (cfun_frame_layout.first_restore_gpr == -1
9251 || cfun_frame_layout.first_restore_gpr > GPR6_REGNUM)
9252 cfun_frame_layout.first_restore_gpr = GPR6_REGNUM;
9286 cfun_frame_layout.first_restore_gpr = (i == 16) ? -1 : i;
10828 if (cfun_frame_layout.first_restore_gpr != -1)
10836 for (i = cfun_frame_layout.first_restore_gpr;
[all...]

Completed in 112 milliseconds