Searched refs:float_in_sse (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1488 int float_in_sse; /* 1 if in 32-bit mode SFmode (2 for DFmode) should
1483 int float_in_sse; /* 1 if in 32-bit mode SFmode (2 for DFmode) should member in struct:ix86_args
H A Di386.c3113 cum->float_in_sse = ix86_function_sseregparm (fntype, fndecl);
3136 cum->float_in_sse = 0;
3863 if (cum->float_in_sse < 2)
3866 if (cum->float_in_sse < 1)
3992 if (cum->float_in_sse < 2)
3995 if (cum->float_in_sse < 1)

Completed in 465 milliseconds