Home | History | Annotate | Download | only in libcpu

Lines Matching refs:fct

120     char *fct;
857 char *fct = obstack_finish (&ob);
859 instr->operands[n].fct = fct;
910 if (runp->operands[i].fct != NULL)
912 struct argstring search = { .str = runp->operands[i].fct };
916 newp->str = runp->operands[i].fct;
1019 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
1129 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1207 if (instr->operands[i].fct != NULL)
1209 struct argstring search = { .str = instr->operands[i].fct };
1215 fprintf (outfile, " .fct%d = %d,", i + 1, idx);