Home
last modified time | relevance | path

Searched refs:examine_argument (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c842 static int examine_argument PARAMS ((enum machine_mode, tree, int, int *,
2004 examine_argument (mode, type, in_return, int_nregs, sse_nregs) in examine_argument() function
2081 if (!examine_argument (mode, type, in_return, &needed_intregs, &needed_sseregs))
2206 if (!examine_argument (mode, type, 0, &int_nregs, &sse_nregs))
2506 return !examine_argument (mode, type, 1, &needed_intregs, &needed_sseregs);
2874 examine_argument (TYPE_MODE (type), type, 0,
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c3241 examine_argument (enum machine_mode mode, tree type, int in_return, in examine_argument() function
3320 if (!examine_argument (mode, type, in_return, &needed_intregs, in construct_container()
3485 if (!examine_argument (mode, type, 0, &int_nregs, &sse_nregs)) in function_arg_advance()
3909 return !examine_argument (mode, type, 1, &needed_intregs, &needed_sseregs); in ix86_return_in_memory()
4346 examine_argument (nat_mode, type, 0, &needed_intregs, &needed_sseregs); in ix86_gimplify_va_arg()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-20022812 (examine_argument): Clarify comment.
H A DChangeLog-2003456 (merge_classes, classify_argument, examine_argument): Remove
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.610382 (classify_argument, examine_argument, construct_container,