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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c402 int last_restore_gpr; variable
9120 t = b + (cfun_frame_layout.last_restore_gpr
9253 if (cfun_frame_layout.last_restore_gpr == -1
9254 || cfun_frame_layout.last_restore_gpr < GPR6_REGNUM)
9255 cfun_frame_layout.last_restore_gpr = GPR6_REGNUM;
9287 cfun_frame_layout.last_restore_gpr = (i == 16) ? -1 : j;
10837 i <= cfun_frame_layout.last_restore_gpr;
10896 cfun_frame_layout.last_restore_gpr);
12743 || cfun_frame_layout.last_restore_gpr > last))
12757 cfun_frame_layout.last_restore_gpr);
[all...]

Completed in 107 milliseconds