Home | History | Annotate | Download | only in libcpu

Lines Matching refs:fct

119     char *fct;
856 char *fct = obstack_finish (&ob);
858 instr->operands[n].fct = fct;
909 if (runp->operands[i].fct != NULL)
911 struct argstring search = { .str = runp->operands[i].fct };
915 newp->str = runp->operands[i].fct;
1018 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
1128 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1206 if (instr->operands[i].fct != NULL)
1208 struct argstring search = { .str = instr->operands[i].fct };
1214 fprintf (outfile, " .fct%d = %d,", i + 1, idx);