Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c5713 int n_gprs = (size + UNITS_PER_WORD-1) / UNITS_PER_WORD; local
5715 if (cum->gprs + n_gprs > 5)
/openbsd/gnu/gcc/gcc/config/s390/
H A Ds390.c7767 int n_gprs = (size + UNITS_PER_WORD-1) / UNITS_PER_WORD; in s390_function_arg() local
7769 if (cum->gprs + n_gprs > GP_ARG_NUM_REG) in s390_function_arg()