Home | History | Annotate | Download | only in libcpu

Lines Matching full:argstring

249 struct argstring
2480 const struct argstring *a1 = (const struct argstring *) p1;
2481 const struct argstring *a2 = (const struct argstring *) p2;
2516 struct argstring search = { .str = runp->operands[i].fct };
2519 struct argstring *newp = xmalloc (sizeof (*newp));
2532 struct argstring *newp = xmalloc (sizeof (*newp));
2682 const char *str = (*(struct argstring **) nodep)->str;
2685 (*(struct argstring **) nodep)->idx = ++count_op_str;
2686 (*(struct argstring **) nodep)->off = off_op_str;
2697 printf (" %d,\n", (*(struct argstring **) nodep)->off);
2707 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
2708 (*(struct argstring **) nodep)->idx = ++count_op_str;
2813 struct argstring search = { .str = instr->operands[i].fct };
2814 struct argstring **res = tfind (&search, &fct_names[i],
2824 struct argstring search = { .str = instr->operands[i].str };
2825 struct argstring **res = tfind (&search, &strs[i],