Home | History | Annotate | Download | only in libcpu

Lines Matching full:argstring

148 struct argstring
879 const struct argstring *a1 = (const struct argstring *) p1;
880 const struct argstring *a2 = (const struct argstring *) p2;
915 struct argstring search = { .str = runp->operands[i].fct };
918 struct argstring *newp = xmalloc (sizeof (*newp));
931 struct argstring *newp = xmalloc (sizeof (*newp));
1081 const char *str = (*(struct argstring **) nodep)->str;
1084 (*(struct argstring **) nodep)->idx = ++count_op_str;
1085 (*(struct argstring **) nodep)->off = off_op_str;
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1107 (*(struct argstring **) nodep)->idx = ++count_op_str;
1212 struct argstring search = { .str = instr->operands[i].fct };
1213 struct argstring **res = tfind (&search, &fct_names[i],
1223 struct argstring search = { .str = instr->operands[i].str };
1224 struct argstring **res = tfind (&search, &strs[i],