Home | History | Annotate | Download | only in libcpu

Lines Matching refs:nodep

868 nameout (const void *nodep, VISIT value, int level)
871 printf (" %s\n", *(const char **) nodep);
1076 print_op_str (const void *nodep, VISIT value,
1081 const char *str = (*(struct argstring **) nodep)->str;
1084 (*(struct argstring **) nodep)->idx = ++count_op_str;
1085 (*(struct argstring **) nodep)->off = off_op_str;
1092 print_op_str_idx (const void *nodep, VISIT value,
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1101 print_op_fct (const void *nodep, VISIT value,
1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1107 (*(struct argstring **) nodep)->idx = ++count_op_str;
1376 add_mnemonics (const void *nodep, VISIT value,
1380 mnemonic_strs[nmnemonic_strs++] = *(const char **) nodep;