Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dgenmodes.c53 struct mode_data struct
55 struct mode_data *next; /* next this class - arbitrary order */ argument
65 struct mode_data *component; /* mode of components */ argument
66 struct mode_data *wider; /* next wider mode */ argument
67 struct mode_data *wider_2x; /* 2x wider mode */ argument
69 struct mode_data *contained; /* Pointer to list of modes that have argument
71 struct mode_data *next_cont; /* Next mode in that list. */ argument
78 static struct mode_data *modes[MAX_MODE_CLASS]; argument
80 static struct mode_data *void_mode;
82 static const struct mode_data blank_mode = {
[all …]
DChangeLog-20053018 * genmodes.c (struct mode_data): Add counter field.
3019 (struct mode_data): Update comment for format.
16852 * genmodes.c (mode_data): Add wider_2x.
DChangeLog-20034324 * genmodes.c (struct mode_data): Add contained and next_cont
5596 * genmodes.c (struct mode_data): Add format field.