Home
last modified time | relevance | path

Searched refs:float_in_sse (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1483 int float_in_sse; /* 1 if in 32-bit mode SFmode (2 for DFmode) should member
Di386.c3105 cum->float_in_sse = ix86_function_sseregparm (fntype, fndecl); in init_cumulative_args()
3128 cum->float_in_sse = 0; in init_cumulative_args()
3855 if (cum->float_in_sse < 2) in function_arg_advance()
3858 if (cum->float_in_sse < 1) in function_arg_advance()
3984 if (cum->float_in_sse < 2) in function_arg()
3987 if (cum->float_in_sse < 1) in function_arg()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200514746 * config/i386/i386.h: Adjust float_in_sse documentation.
25439 and local functions, set sse_nregs to 8 and float_in_sse.
25440 (function_arg_advance, function_arg): If float_in_sse, pass
25442 * config/i386/i386.h (CUMULATIVE_ARGS): Add float_in_sse field.