Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c134 struct insn_def struct
136 struct insn_def *next; /* Next insn in chain. */ argument
152 struct insn_def *def; /* Instruction definition. */ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c134 struct insn_def struct
136 struct insn_def *next; /* Next insn in chain. */ argument
137 rtx def; /* The DEFINE_... */
138 int insn_code; /* Instruction number. */
139 int insn_index; /* Expression numer in file, for errors. */
140 int lineno; /* Line number. */
141 int num_alternatives; /* Number of alternatives. */
142 int vec_idx; /* Index of attribute vector in `def'. */