Home
last modified time | relevance | path

Searched refs:classify_argument (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c839 static int classify_argument PARAMS ((enum machine_mode, tree,
1716 classify_argument (mode, type, classes, bit_offset) in classify_argument() function
1772 num = classify_argument (TYPE_MODE (type),
1807 num = classify_argument (TYPE_MODE (TREE_TYPE (field)),
1828 num = classify_argument (TYPE_MODE (TREE_TYPE (type)),
1860 num = classify_argument (TYPE_MODE (type),
1878 num = classify_argument (TYPE_MODE (TREE_TYPE (field)),
2011 int n = classify_argument (mode, type, class, 0);
2064 n = classify_argument (mode, type, class, 0);
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c2939 classify_argument (enum machine_mode mode, tree type, in classify_argument() function
2992 num = classify_argument (TYPE_MODE (type), in classify_argument()
3030 num = classify_argument (TYPE_MODE (TREE_TYPE (field)), in classify_argument()
3052 num = classify_argument (TYPE_MODE (TREE_TYPE (type)), in classify_argument()
3085 num = classify_argument (TYPE_MODE (TREE_TYPE (field)), in classify_argument()
3245 int n = classify_argument (mode, type, class, 0); in examine_argument()
3303 n = classify_argument (mode, type, class, 0); in construct_container()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog672 (classify_argument): Properly compute alignment of complex types.
10969 * i386.c (classify_argument): Pass MMX arguments in memory
15141 * i386.c (classify_argument): Handle variable sized objects.
15153 * i386.c (classify_argument): Properly compute word size of the analyzed object.
16261 * i386.c (classify_argument): Fix missed case from previous patch.
16388 * i386.c (classify_argument): Fix computing of field's offsets.
H A DChangeLog.74501 * i386.c (classify_argument): Properly handle base types.
12693 * config/i386/i386.c (classify_argument): Also check for
16413 * i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.
H A DChangeLog.610382 (classify_argument, examine_argument, construct_container,
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-2003456 (merge_classes, classify_argument, examine_argument): Remove
11233 (classify_argument): Handle enumerations and references.
H A DChangeLog-20029502 * x86-64-tdep.c (classify_argument): Likewise.