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 D | sparc.c | 4584 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 D | sparc.c | 4634 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 D | ChangeLog.0 | 718 * sparc.c (function_arg_record_value): Take a MODE arg with which to 4446 (function_arg_record_value*): New functions.
|
H A D | ChangeLog.5 | 10814 (function_arg_record_value): Likewise.
|
H A D | ChangeLog.1 | 15030 function_arg_record_value): Add fully prototyped forward decls.
|
H A D | ChangeLog.3 | 8951 (function_arg_record_value): NREGS now unsigned.
|
H A D | ChangeLog | 3964 (function_arg_record_value): Initialize 'stack' to 0.
|