Lines Matching defs:m68k_it
348 struct m68k_it struct
350 const char *error;
351 const char *args; /* List of opcode info. */
352 int numargs;
354 int numo; /* Number of shorts in opcode. */
355 short opcode[11];
357 struct m68k_op operands[6];
359 int nexp; /* Number of exprs in use. */
360 struct m68k_exp exprs[4];
362 int nfrag; /* Number of frags we have to produce. */
364 {
370 fragb[4];
372 int nrel; /* Num of reloc strucs in use. */
374 {
413 static struct m68k_it the_ins; /* The instruction being assembled. */ argument