Lines Matching refs:fct
121 char *fct;
859 char *fct = obstack_finish (&ob);
861 instr->operands[n].fct = fct;
912 if (runp->operands[i].fct != NULL)
914 struct argstring search = { .str = runp->operands[i].fct };
918 newp->str = runp->operands[i].fct;
1021 // printf ("%d fct[%d], %d bits\n", nfct_names[i], i, nbitfct[i]);
1209 if (instr->operands[i].fct != NULL)
1211 struct argstring search = { .str = instr->operands[i].fct };
1217 fprintf (outfile, " .fct%d = %d,", i + 1, idx);