Home
last modified time | relevance | path

Searched refs:bdesc_2arg (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.c4069 static const struct builtin_description bdesc_2arg[] = variable
4354 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in bfin_expand_builtin()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c3779 static struct builtin_description bdesc_2arg[] = variable
5208 d = (struct builtin_description *) bdesc_2arg;
5209 for (i = 0; i < ARRAY_SIZE (bdesc_2arg); i++, d++)
5371 enable_mask_for_builtins ((struct builtin_description *) bdesc_2arg, in spe_init_builtins()
5372 ARRAY_SIZE (bdesc_2arg), in spe_init_builtins()
5950 d = (struct builtin_description *) bdesc_2arg; in rs6000_common_init_builtins()
5951 for (i = 0; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in rs6000_common_init_builtins()
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c12133 static const struct builtin_description bdesc_2arg[] = variable
12457 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in arm_init_iwmmxt_builtins()
12912 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in arm_expand_builtin()
/openbsd/gnu/gcc/gcc/config/frv/
H A Dfrv.c8183 static struct builtin_description bdesc_2arg[] = variable
9389 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in frv_expand_builtin()
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c8893 static struct builtin_description bdesc_2arg[] = variable
9729 for (i = 0, d = bdesc_2arg; i < sizeof (bdesc_2arg) / sizeof *d; i++, d++)
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c6158 static struct builtin_description bdesc_2arg[] = variable
7974 d = (struct builtin_description *) bdesc_2arg; in rs6000_expand_builtin()
7975 for (i = 0; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in rs6000_expand_builtin()
8243 enable_mask_for_builtins ((struct builtin_description *) bdesc_2arg, in spe_init_builtins()
8244 ARRAY_SIZE (bdesc_2arg), in spe_init_builtins()
9016 d = (struct builtin_description *) bdesc_2arg; in rs6000_common_init_builtins()
9017 for (i = 0; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in rs6000_common_init_builtins()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c12255 static const struct builtin_description bdesc_2arg[] = variable
12894 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in ix86_init_mmx_sse_builtins()
14043 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++)
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.c14763 static const struct builtin_description bdesc_2arg[] = variable
15392 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in ix86_init_mmx_sse_builtins()
16642 for (i = 0, d = bdesc_2arg; i < ARRAY_SIZE (bdesc_2arg); i++, d++) in ix86_expand_builtin()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.78350 * config/rs6000/rs6000.c (bdesc_2arg): Fix vmax typos.
8609 * config/i386/i386.c (bdesc_2arg): Add a couple of missing SSE2
9627 * config/i386/i386.c (bdesc_comi, bdesc_2arg, bdesc_1arg): Add SSE2
18185 (bdesc_2arg): Remove altivec predicates.
20041 * config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.
20079 (bdesc_2arg): Remove andps, andnps, orps, xorps.
20701 * config/rs6000/rs6000.c (bdesc_2arg): Add altivec predicates.
H A DChangeLog.63545 (bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
4392 (altivec_expand_builtin): Cast bdesc_2arg to get rid of warning.
6205 (bdesc_2arg): New.
9186 builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
9804 (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
H A DChangeLog2371 (bdesc_2arg): Add PNI builtins with 2 args.
2392 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
8965 * config/rs6000/rs6000.c (bdesc_2arg): Same.
18017 (bdesc_2arg): Un-constify and add SPE builtins.
H A DChangeLog.48118 (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.