Searched refs:rs6000_arg_size (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | rs6000.c | 4589 rs6000_arg_size (enum machine_mode mode, tree type) in rs6000_arg_size() function 4745 cum->words += align + rs6000_arg_size (mode, type); in function_arg_advance() 4801 cum->words += rs6000_arg_size (mode, type); in function_arg_advance() 4806 int n_words = rs6000_arg_size (mode, type); in function_arg_advance() 4844 int n_words = rs6000_arg_size (mode, type); in function_arg_advance() 4902 int n_words = rs6000_arg_size (mode, type); in rs6000_spe_function_arg() 4916 int n_words = rs6000_arg_size (mode, type); in rs6000_spe_function_arg() 5142 n_units = rs6000_arg_size (mode, type); in rs6000_mixed_function_arg() 5306 n_words = rs6000_arg_size (mode, type); in function_arg() 5334 int n_words = rs6000_arg_size (mode, type); in function_arg() [all …]
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2004 | 26940 (function_arg): Use rs6000_arg_size rather than CLASS_MAX_NREGS in 38377 * config/rs6000/rs6000.c (rs6000_arg_size): New function.
|