Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c4106 static const struct builtin_description bdesc_abs[] = variable
4796 d = (struct builtin_description *) bdesc_abs;
4797 for (i = 0; i < ARRAY_SIZE (bdesc_abs); i++, d++)
5643 d = (struct builtin_description *) bdesc_abs; in altivec_init_builtins()
5644 for (i = 0; i < ARRAY_SIZE (bdesc_abs); i++, d++) in altivec_init_builtins()
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c6615 static const struct builtin_description bdesc_abs[] = variable
7522 d = (struct builtin_description *) bdesc_abs; in altivec_expand_builtin()
7523 for (i = 0; i < ARRAY_SIZE (bdesc_abs); i++, d++) in altivec_expand_builtin()
8580 d = (struct builtin_description *) bdesc_abs; in altivec_init_builtins()
8581 for (i = 0; i < ARRAY_SIZE (bdesc_abs); i++, d++) in altivec_init_builtins()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.716852 (bdesc_abs): New.