Home
last modified time | relevance | path

Searched refs:bdesc_spe_evsel (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c6629 static struct builtin_description bdesc_spe_evsel[] = variable
7693 d = (struct builtin_description *) bdesc_spe_evsel; in spe_expand_builtin()
7694 for (i = 0; i < ARRAY_SIZE (bdesc_spe_evsel); ++i, ++d) in spe_expand_builtin()
8288 enable_mask_for_builtins ((struct builtin_description *) bdesc_spe_evsel, in spe_init_builtins()
8289 ARRAY_SIZE (bdesc_spe_evsel), in spe_init_builtins()
8364 d = (struct builtin_description *) bdesc_spe_evsel; in spe_init_builtins()
8365 for (i = 0; i < ARRAY_SIZE (bdesc_spe_evsel); ++i, d++) in spe_init_builtins()
/freebsd-12-stable/contrib/gcc/
DChangeLog-200212312 (bdesc_spe_evsel): New.