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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c381 HOST_WIDE_INT f4_offset; variable
9135 b = MIN (b, cfun_frame_layout.f4_offset);
9136 t = MAX (t, cfun_frame_layout.f4_offset + 8);
9140 b = MIN (b, cfun_frame_layout.f4_offset + 8);
9141 t = MAX (t, cfun_frame_layout.f4_offset + 16);
9454 cfun_frame_layout.f4_offset = cfun_frame_layout.f0_offset + 2 * 8;
9477 cfun_frame_layout.f4_offset =
9490 cfun_frame_layout.f4_offset = STACK_POINTER_OFFSET - 8 * num_fprs;
9495 cfun_frame_layout.f0_offset = cfun_frame_layout.f4_offset - 8 * num_fprs;
9526 cfun_frame_layout.f4_offset),
[all...]

Completed in 64 milliseconds