Searched defs:mips_gpr_names (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmips-dis.c440 static const char * const *mips_gpr_names; variable
1016 mips_gpr_names[reg]); local
1022 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]); local
1025 mips_gpr_names[reg]); local
1028 mips_gpr_names[reg], local
1029 mips_gpr_names[(l >> OP_SH_RT) & OP_MASK_RT]); local
1683 mips_gpr_names[amask + 3]); local
1701 mips_gpr_names[smask + 15]); local
1758 mips_gpr_names[4 + args - 1]); local
1771 (*info->fprintf_func) (info->stream, ",%s", mips_gpr_names[31]); local
1794 mips_gpr_names[j == 8 ? 30 : (16 + j)]); local
1801 (*info->fprintf_func) (info->stream, ",%s", mips_gpr_names[7]); local
1804 mips_gpr_names[7 - statics + 1], local
1805 mips_gpr_names[7]); local
[all...]

Completed in 125 milliseconds