Home
last modified time | relevance | path

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

/qemu/disas/
H A Dmips.c3542 #define mips16_reg_names(rn) mips_gpr_names[mips16_to_32_reg_map[rn]]
3986 static const char * const *mips_gpr_names; variable
4061 mips_gpr_names = mips_gpr_names_oldabi; in set_default_mips_dis_options()
4077 mips_gpr_names = mips_gpr_names_newabi; in set_default_mips_dis_options()
4131 mips_gpr_names = chosen_abi->gpr_names; in parse_mips_dis_option()
4176 mips_gpr_names = chosen_abi->gpr_names; in parse_mips_dis_option()
4530 mips_gpr_names[(l >> OP_SH_GPR) & OP_MASK_GPR]); in print_insn_args()
4639 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]); in print_insn_args()
4645 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]); in print_insn_args()
4697 mips_gpr_names[(l >> OP_SH_RD) & OP_MASK_RD]); in print_insn_args()
[all …]