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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c11252 int n_gprs = (size + UNITS_PER_LONG - 1) / UNITS_PER_LONG;
11254 if (cum->gprs + n_gprs > GP_ARG_NUM_REG)
11256 else if (n_gprs == 1 || UNITS_PER_WORD == UNITS_PER_LONG)
11258 else if (n_gprs == 2)
11251 int n_gprs = (size + UNITS_PER_LONG - 1) / UNITS_PER_LONG; local

Completed in 109 milliseconds