Home
last modified time | relevance | path

Searched refs:mips_gpr_names (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dmips-dis.c414 static const char * const *mips_gpr_names; variable
505 mips_gpr_names = mips_gpr_names_oldabi; in set_default_mips_dis_options()
520 mips_gpr_names = mips_gpr_names_newabi; in set_default_mips_dis_options()
579 mips_gpr_names = chosen_abi->gpr_names; in parse_mips_dis_option()
624 mips_gpr_names = chosen_abi->gpr_names; in parse_mips_dis_option()
788 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
794 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]); in print_insn_args()
841 mips_gpr_names[(l >> OP_SH_RD) & OP_MASK_RD]); in print_insn_args()
850 mips_gpr_names[reg]); in print_insn_args()
856 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]); in print_insn_args()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmips-tdep.c485 static char *mips_gpr_names[] = { in mips_register_name() local
516 return mips_gpr_names[rawnum]; in mips_register_name()