Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A 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