Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c251 HOST_WIDE_INT f8_offset; member
6428 b = MIN (b, cfun_frame_layout.f8_offset); in s390_frame_area()
6429 t = MAX (t, (cfun_frame_layout.f8_offset in s390_frame_area()
6620 cfun_frame_layout.f8_offset = -cfun_frame_layout.high_fprs * 8; in s390_frame_info()
6690 cfun_frame_layout.f8_offset = (MIN (MIN (cfun_frame_layout.f0_offset, in s390_frame_info()
7222 && cfun_frame_layout.f8_offset + cfun_frame_layout.high_fprs * 8 > 0) in s390_emit_prologue()
7224 offset = (cfun_frame_layout.f8_offset in s390_emit_prologue()
7235 if (offset >= cfun_frame_layout.f8_offset) in s390_emit_prologue()
7335 GEN_INT (cfun_frame_layout.f8_offset))); in s390_emit_prologue()
7344 + cfun_frame_layout.f8_offset in s390_emit_prologue()
[all …]