Searched refs:infprintf (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | mips-dis.c | 1179 const fprintf_styled_ftype infprintf = info->fprintf_styled_func; in print_reg() local 1184 infprintf (info->stream, dis_style_register, "%s", in print_reg() 1189 infprintf (info->stream, dis_style_register, "%s", in print_reg() 1195 infprintf (info->stream, dis_style_register, "$fcc%d", regno); in print_reg() 1197 infprintf (info->stream, dis_style_register, "$cc%d", regno); in print_reg() 1202 infprintf (info->stream, dis_style_register, "$f%d", regno); in print_reg() 1204 infprintf (info->stream, dis_style_register, "$v%d", regno); in print_reg() 1208 infprintf (info->stream, dis_style_register, "$ac%d", regno); in print_reg() 1213 infprintf (info->stream, dis_style_register, "%s", mips_cp0_names[regno]); in print_reg() 1215 infprintf (info->stream, dis_style_register, "$%d", regno); in print_reg() [all …]
|
H A D | ChangeLog-2011 | 49 to infprintf to avoid shadow warning.
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | mips-dis.c | 1327 const fprintf_ftype infprintf = info->fprintf_func; in mips_print_save_restore() local 1351 infprintf (is, "%s", mips_gpr_names[4]); in mips_print_save_restore() 1353 infprintf (is, "-%s", mips_gpr_names[4 + nargs - 1]); in mips_print_save_restore() 1357 infprintf (is, "%s%d", sep, frame_size); in mips_print_save_restore() 1360 infprintf (is, ",%s", mips_gpr_names[31]); in mips_print_save_restore() 1373 infprintf (is, ",%s", mips_gpr_names[i == 8 ? 30 : (16 + i)]); in mips_print_save_restore() 1378 infprintf (is, "-%s", mips_gpr_names[j == 8 ? 30 : (16 + j)]); in mips_print_save_restore() 1383 infprintf (is, ",%s", mips_gpr_names[7]); in mips_print_save_restore() 1385 infprintf (is, ",%s-%s", in mips_print_save_restore() 1403 const fprintf_ftype infprintf = info->fprintf_func; in print_insn_arg() local [all …]
|
H A D | ChangeLog-2011 | 49 to infprintf to avoid shadow warning.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2011 | 49 to infprintf to avoid shadow warning.
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2011 | 49 to infprintf to avoid shadow warning.
|