| /src/external/gpl3/binutils/dist/opcodes/ |
| mcore-dis.c | 96 fprintf_ftype print_func = info->fprintf_func; local 125 (*print_func) (stream, ".short 0x%04x", inst); 130 (*print_func) (stream, "%s", mcore_table[i].name); 138 (*print_func) (stream, "\t%d", inst & 0x3); 144 (*print_func) (stream, "\t%s", name); 148 (*print_func) (stream, "\t%s, %s", name, crname[(inst >> 4) & 0x1F]); 152 (*print_func) (stream, "\t%s, r1", name); 157 (*print_func) (stream, "\t%s, %s", name, grname[(inst >> 4) & 0xF]); 161 (*print_func) (stream, "\tr1, %s", name); 165 (*print_func) (stream, "\t%s, %d", name, ((inst >> 4) & 0x1F) + 1) [all...] |
| microblaze-dis.c | 239 fprintf_ftype print_func = info->fprintf_func; local 282 print_func (stream, ".long 0x%04x", (unsigned int) inst); 285 print_func (stream, "%s", op->name); 290 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 294 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 309 print_func (stream, "\t// "); 315 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 319 print_func (stream, "\t%s, %s", get_field_rd (&buf, inst), 323 print_func (stream, "\t%s, %s", get_field_r1 (&buf, inst), 327 print_func (stream, "\t%s, %s", get_field_rd (&buf, inst) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| mcore-dis.c | 96 fprintf_ftype print_func = info->fprintf_func; local 125 (*print_func) (stream, ".short 0x%04x", inst); 130 (*print_func) (stream, "%s", mcore_table[i].name); 138 (*print_func) (stream, "\t%d", inst & 0x3); 144 (*print_func) (stream, "\t%s", name); 148 (*print_func) (stream, "\t%s, %s", name, crname[(inst >> 4) & 0x1F]); 152 (*print_func) (stream, "\t%s, r1", name); 157 (*print_func) (stream, "\t%s, %s", name, grname[(inst >> 4) & 0xF]); 161 (*print_func) (stream, "\tr1, %s", name); 165 (*print_func) (stream, "\t%s, %d", name, ((inst >> 4) & 0x1F) + 1) [all...] |
| microblaze-dis.c | 239 fprintf_ftype print_func = info->fprintf_func; local 282 print_func (stream, ".long 0x%04x", (unsigned int) inst); 285 print_func (stream, "%s", op->name); 290 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 294 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 309 print_func (stream, "\t// "); 315 print_func (stream, "\t%s, %s, %s", get_field_rd (&buf, inst), 319 print_func (stream, "\t%s, %s", get_field_rd (&buf, inst), 323 print_func (stream, "\t%s, %s", get_field_r1 (&buf, inst), 327 print_func (stream, "\t%s, %s", get_field_rd (&buf, inst) [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-radius.c | 615 void (*print_func)(netdissect_options *, const u_char *, u_int, u_short); member in struct:attrtype 1407 if ( attr_type[type].print_func ) 1408 (*attr_type[type].print_func)(
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-text.cc | 819 print_func (Histable::FUNCTION, MODE_LIST, 823 print_func (Histable::FUNCTION, MODE_DETAIL, 827 print_func (Histable::FUNCTION, MODE_DETAIL, 832 print_func (Histable::INSTR, MODE_LIST, 836 print_func (Histable::INSTR, MODE_DETAIL, 840 print_func (Histable::LINE, MODE_LIST, 844 print_func (Histable::LINE, MODE_DETAIL, 857 print_func (Histable::FUNCTION, MODE_GPROF, 2227 er_print::print_func (Histable::Type type, Print_mode mode, MetricList *mlist1, function in class:er_print
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-text.cc | 819 print_func (Histable::FUNCTION, MODE_LIST, 823 print_func (Histable::FUNCTION, MODE_DETAIL, 827 print_func (Histable::FUNCTION, MODE_DETAIL, 832 print_func (Histable::INSTR, MODE_LIST, 836 print_func (Histable::INSTR, MODE_DETAIL, 840 print_func (Histable::LINE, MODE_LIST, 844 print_func (Histable::LINE, MODE_DETAIL, 857 print_func (Histable::FUNCTION, MODE_GPROF, 2227 er_print::print_func (Histable::Type type, Print_mode mode, MetricList *mlist1, function in class:er_print
|