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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c413 int high_fprs; variable
447 #define cfun_save_high_fprs_p (!!cfun_frame_layout.high_fprs)
9128 + cfun_frame_layout.high_fprs * 8));
9324 cfun_frame_layout.high_fprs = 0;
9330 cfun_frame_layout.high_fprs++;
9455 cfun_frame_layout.f8_offset = -cfun_frame_layout.high_fprs * 8;
9501 - cfun_frame_layout.high_fprs * 8);
9505 cfun_frame_layout.frame_size += cfun_frame_layout.high_fprs * 8;
10493 && cfun_frame_layout.f8_offset + cfun_frame_layout.high_fprs * 8 > 0)
10496 + (cfun_frame_layout.high_fprs
[all...]

Completed in 162 milliseconds