Lines Matching defs:m68k_it
190 struct m68k_it struct
192 const char *error;
193 const char *args; /* List of opcode info. */
194 int numargs;
196 int numo; /* Number of shorts in opcode. */
197 short opcode[11];
199 struct m68k_op operands[6];
201 int nexp; /* Number of exprs in use. */
202 struct m68k_exp exprs[4];
204 int nfrag; /* Number of frags we have to produce. */
206 {
212 fragb[4];
214 int nrel; /* Num of reloc strucs in use. */
216 {
247 static struct m68k_it the_ins; /* The instruction being assembled. */ argument