Searched refs:in_return (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 2004 examine_argument (mode, type, in_return, int_nregs, sse_nregs) in examine_argument() argument 2008 int in_return; 2034 if (!in_return) 2045 construct_container (mode, type, in_return, nintregs, nsseregs, intreg, sse_regno) in construct_container() argument 2048 int in_return; 2081 if (!examine_argument (mode, type, in_return, &needed_intregs, &needed_sseregs))
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 3241 examine_argument (enum machine_mode mode, tree type, int in_return, in examine_argument() argument 3268 if (!in_return) in examine_argument() 3272 return in_return ? 2 : 0; in examine_argument() 3284 tree type, int in_return, int nintregs, int nsseregs, in construct_container() argument 3320 if (!examine_argument (mode, type, in_return, &needed_intregs, in construct_container() 3330 if (in_return) in construct_container() 3348 if (!TARGET_80387 && in_return) in construct_container()
|