Home | History | Annotate | Download | only in libcpu

Lines Matching full:argstring

144 struct argstring
875 const struct argstring *a1 = (const struct argstring *) p1;
876 const struct argstring *a2 = (const struct argstring *) p2;
911 struct argstring search = { .str = runp->operands[i].fct };
914 struct argstring *newp = xmalloc (sizeof (*newp));
927 struct argstring *newp = xmalloc (sizeof (*newp));
1077 const char *str = (*(struct argstring **) nodep)->str;
1080 (*(struct argstring **) nodep)->idx = ++count_op_str;
1081 (*(struct argstring **) nodep)->off = off_op_str;
1092 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1102 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1103 (*(struct argstring **) nodep)->idx = ++count_op_str;
1208 struct argstring search = { .str = instr->operands[i].fct };
1209 struct argstring **res = tfind (&search, &fct_names[i],
1219 struct argstring search = { .str = instr->operands[i].str };
1220 struct argstring **res = tfind (&search, &strs[i],