Home
last modified time | relevance | path

Searched refs:bdesc_dst (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c3769 static const struct builtin_description bdesc_dst[] = variable
4645 d = (struct builtin_description *) bdesc_dst;
4646 for (i = 0; i < ARRAY_SIZE (bdesc_dst); i++, d++)
5608 d = (struct builtin_description *) bdesc_dst; in altivec_init_builtins()
5609 for (i = 0; i < ARRAY_SIZE (bdesc_dst); i++, d++) in altivec_init_builtins()
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c6143 static const struct builtin_description bdesc_dst[] = variable
7237 d = (struct builtin_description *) bdesc_dst; in altivec_expand_dst_builtin()
7238 for (i = 0; i < ARRAY_SIZE (bdesc_dst); i++, d++) in altivec_expand_dst_builtin()
8537 d = (struct builtin_description *) bdesc_dst; in altivec_init_builtins()
8538 for (i = 0; i < ARRAY_SIZE (bdesc_dst); i++, d++) in altivec_init_builtins()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.720433 (bdesc_dst): New.