• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/

Lines Matching defs:mips_gpr_names

61 #define mips16_reg_names(rn)	mips_gpr_names[mips16_to_32_reg_map[rn]]
441 static const char * const *mips_gpr_names;
533 mips_gpr_names = mips_gpr_names_oldabi;
548 mips_gpr_names = mips_gpr_names_newabi;
607 mips_gpr_names = chosen_abi->gpr_names;
652 mips_gpr_names = chosen_abi->gpr_names;
953 mips_gpr_names[(l >> OP_SH_RS) & OP_MASK_RS]);
959 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]);
1010 mips_gpr_names[(l >> OP_SH_RD) & OP_MASK_RD]);
1019 mips_gpr_names[reg]);
1025 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]);
1028 mips_gpr_names[reg]);
1031 mips_gpr_names[reg],
1032 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]);
1038 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[0]);
1368 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[0]);
1372 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[29]);
1380 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[31]);
1385 mips_gpr_names[((l >> MIPS16OP_SH_REGR32)
1391 mips_gpr_names[MIPS16OP_EXTRACT_REG32R (l)]);
1685 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[4]);
1688 mips_gpr_names[amask + 3]);
1703 mips_gpr_names[16]);
1706 mips_gpr_names[smask + 15]);
1714 mips_gpr_names[31]);
1760 (*info->fprintf_func) (info->stream, "%s", mips_gpr_names[4]);
1763 mips_gpr_names[4 + args - 1]);
1776 (*info->fprintf_func) (info->stream, ",%s", mips_gpr_names[31]);
1793 mips_gpr_names[i == 8 ? 30 : (16 + i)]);
1799 mips_gpr_names[j == 8 ? 30 : (16 + j)]);
1806 (*info->fprintf_func) (info->stream, ",%s", mips_gpr_names[7]);
1809 mips_gpr_names[7 - statics + 1],
1810 mips_gpr_names[7]);