Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c4631 static rtx function_arg_record_value (tree, enum machine_mode, int, int, int);
4901 function_arg_record_value (tree type, enum machine_mode mode, in function_arg_record_value() function
5111 return function_arg_record_value (type, mode, slotno, named, regbase); in function_arg()
5525 return function_arg_record_value (type, mode, 0, 1, regbase); in function_value()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-19987711 function_arg_record_value): Add fully prototyped forward decls.
9297 * sparc.c (function_arg_record_value): Take a MODE arg with which to
13025 (function_arg_record_value*): New functions.
H A DChangeLog-20035079 (function_arg_record_value): Update calls to
19473 (function_arg_record_value): Initialize 'stack' to 0.
H A DChangeLog-200130021 (function_arg_record_value): Likewise.
H A DChangeLog-200024217 (function_arg_record_value): NREGS now unsigned.