Lines Matching refs:insts
1345 static tic4x_inst_t *insts = NULL; local
1349 if (insts == NULL)
1354 insts = (tic4x_inst_t *)
1357 insts[index].name = names;
1358 insts[index].opcode = opcode;
1359 insts[index].opmask = 0xffffffff;
1360 insts[index].args = args;
1368 return &insts[index - 1];
1373 tic4x_inst_add (insts) in tic4x_inst_add() argument
1374 tic4x_inst_t *insts; in tic4x_inst_add()
1376 char *s = insts->name;
1386 if (!insts->oplevel & tic4x_oplevel)
1416 inst = tic4x_inst_make (name, insts[k].opcode +
1419 insts[k].args);
1424 while (!strcmp (insts->name,
1425 insts[k].name));
1431 return tic4x_inst_insert (insts);