Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgensupport.c1327 static const struct std_pred_table std_preds[] = { variable
1351 #define NUM_KNOWN_STD_PREDS ARRAY_SIZE (std_preds)
1369 pred->name = std_preds[i].name; in init_predicate_table()
1370 pred->special = std_preds[i].special; in init_predicate_table()
1372 for (j = 0; std_preds[i].codes[j] != 0; j++) in init_predicate_table()
1374 enum rtx_code code = std_preds[i].codes[j]; in init_predicate_table()
1388 pred->singleton = std_preds[i].codes[0]; in init_predicate_table()
H A DChangeLog-20053871 * gensupport.c (std_preds): Fixed extraneous `false` in last change.
3928 * gensupport.c (old_preds): Rename to std_preds, add special field.