Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c4584 static rtx function_arg_record_value
4831 function_arg_record_value (type, mode, slotno, named, regbase) in function_arg_record_value() function
5038 return function_arg_record_value (type, mode, slotno, named, regbase);
5269 return function_arg_record_value (type, mode, 0, 1, regbase);
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.c4634 static rtx function_arg_record_value (tree, enum machine_mode, int, int, int);
4904 function_arg_record_value (tree type, enum machine_mode mode, in function_arg_record_value() function
5114 return function_arg_record_value (type, mode, slotno, named, regbase); in function_arg()
5528 return function_arg_record_value (type, mode, 0, 1, regbase); in function_value()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.0718 * sparc.c (function_arg_record_value): Take a MODE arg with which to
4446 (function_arg_record_value*): New functions.
H A DChangeLog.510814 (function_arg_record_value): Likewise.
H A DChangeLog.115030 function_arg_record_value): Add fully prototyped forward decls.
H A DChangeLog.38951 (function_arg_record_value): NREGS now unsigned.
H A DChangeLog3964 (function_arg_record_value): Initialize 'stack' to 0.