Home
last modified time | relevance | path

Searched refs:ix86_function_regparm (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c1406 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/
DChangeLog-20065644 (ix86_function_regparm): Limit regparms when used with
DChangeLog-20056720 * config/i386/i386.c (ix86_function_regparm): Fix the test for
7536 * config/i386/i386.c (ix86_function_regparm): Make sure automatic regparm
DChangeLog-20034939 * i386.c (ix86_function_regparm): Disable implicit register passing
11155 (ix86_function_regparm): ... this one; add fastcall and local