Lines Matching refs:fct
224 char *fct;
2461 char *fct = obstack_finish (&ob);
2463 instr->operands[n].fct = fct;
2514 if (runp->operands[i].fct != NULL)
2516 struct argstring search = { .str = runp->operands[i].fct };
2520 newp->str = runp->operands[i].fct;
2623 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
2733 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
2811 if (instr->operands[i].fct != NULL)
2813 struct argstring search = { .str = instr->operands[i].fct };
2819 fprintf (outfile, " .fct%d = %d,", i + 1, idx);