Searched refs:ix86_function_regparm (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386.c | 1406 static int ix86_function_regparm (tree, tree); 2625 if (ix86_function_regparm (type, NULL) >= 3) in ix86_function_ok_for_sibcall() 2636 && ix86_function_regparm (TREE_TYPE (decl), NULL) >= 3) in ix86_function_ok_for_sibcall() 2780 || (ix86_function_regparm (type1, NULL) in ix86_comp_type_attributes() 2781 != ix86_function_regparm (type2, NULL))) in ix86_comp_type_attributes() 2802 ix86_function_regparm (tree type, tree decl) in ix86_function_regparm() function 2973 int nregs = ix86_function_regparm (funtype, fundecl); in ix86_return_pops_args() 3086 cum->nregs = ix86_function_regparm (fntype, fndecl); in init_cumulative_args() 18265 if (ix86_function_regparm (type, function) > 0) in x86_this_parameter() 18303 if (ix86_function_regparm (TREE_TYPE (function), function) < 3) in x86_can_output_mi_thunk()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2006 | 5644 (ix86_function_regparm): Limit regparms when used with
|
| D | ChangeLog-2005 | 6720 * config/i386/i386.c (ix86_function_regparm): Fix the test for 7536 * config/i386/i386.c (ix86_function_regparm): Make sure automatic regparm
|
| D | ChangeLog-2003 | 4939 * i386.c (ix86_function_regparm): Disable implicit register passing 11155 (ix86_function_regparm): ... this one; add fastcall and local
|