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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c382 HOST_WIDE_INT f8_offset; variable
9126 b = MIN (b, cfun_frame_layout.f8_offset);
9127 t = MAX (t, (cfun_frame_layout.f8_offset
9455 cfun_frame_layout.f8_offset = -cfun_frame_layout.high_fprs * 8;
9478 cfun_frame_layout.f8_offset = cfun_frame_layout.gprs_offset;
9500 cfun_frame_layout.f8_offset = (cfun_frame_layout.gprs_offset
10493 && cfun_frame_layout.f8_offset + cfun_frame_layout.high_fprs * 8 > 0)
10495 offset = (cfun_frame_layout.f8_offset
10506 if (offset >= cfun_frame_layout.f8_offset)
10652 GEN_INT (cfun_frame_layout.f8_offset)));
[all...]

Completed in 83 milliseconds