Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390-protos.h92 extern rtx s390_function_arg PARAMS ((CUMULATIVE_ARGS *, enum machine_mode, tree, int));
H A Ds390.h602 s390_function_arg (&CUM, MODE, TYPE, NAMED)
H A Ds390.c5694 s390_function_arg (cum, mode, type, named) in s390_function_arg() function
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390-protos.h125 extern rtx s390_function_arg (CUMULATIVE_ARGS *, enum machine_mode, tree, int);
H A Ds390.h619 s390_function_arg (&CUM, MODE, TYPE, NAMED)
H A Ds390.c7754 s390_function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode, tree type, in s390_function_arg() function
8749 parm_rtx = s390_function_arg (&cum, mode, type, 0); in s390_call_saved_register_used()