Lines Matching defs:m68k_it
239 struct m68k_it struct
241 const char *error;
242 const char *args; /* List of opcode info. */
243 int numargs;
245 int numo; /* Number of shorts in opcode. */
246 short opcode[11];
248 struct m68k_op operands[6];
250 int nexp; /* Number of exprs in use. */
251 struct m68k_exp exprs[4];
253 int nfrag; /* Number of frags we have to produce. */
255 {
261 fragb[4];
263 int nrel; /* Num of reloc strucs in use. */
265 {
296 static struct m68k_it the_ins; /* The instruction being assembled. */ argument