Searched refs:mips_gpr_names (Results 1 – 2 of 2) sorted by relevance
414 static const char * const *mips_gpr_names; variable505 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 …]
485 static char *mips_gpr_names[] = { in mips_register_name() local516 return mips_gpr_names[rawnum]; in mips_register_name()