Home | History | Annotate | Download | only in ppc

Lines Matching refs:dumpf

26 #include "dumpf.h"
111 dumpf(indent, "((decode_table*)%p\n", rule);
113 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map));
114 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map));
115 dumpf(indent, " (force_slash %d)\n", rule->force_slash);
116 dumpf(indent, " (first %d)\n", rule->first);
117 dumpf(indent, " (last %d)\n", rule->last);
118 dumpf(indent, " (force_first %d)\n", rule->force_first);
119 dumpf(indent, " (force_last %d)\n", rule->force_last);
120 dumpf(indent, " (force_expansion \"%s\")\n", rule->force_expansion);
121 dumpf(indent, " (special_mask 0x%x)\n", rule->special_mask);
122 dumpf(indent, " (special_value 0x%x)\n", rule->special_value);
123 dumpf(indent, " (special_constant 0x%x)\n", rule->special_constant);
124 dumpf(indent, " (next %p)\n", rule->next);
126 dumpf(indent, " )\n");