Lines Matching full:wd

98 void helper_msa_nloc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws)  in helper_msa_nloc_b()  argument
100 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_b()
121 void helper_msa_nloc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_h() argument
123 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_h()
136 void helper_msa_nloc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_w() argument
138 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_w()
147 void helper_msa_nloc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_d() argument
149 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nloc_d()
156 void helper_msa_nlzc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_b() argument
158 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_b()
179 void helper_msa_nlzc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_h() argument
181 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_h()
194 void helper_msa_nlzc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_w() argument
196 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_w()
205 void helper_msa_nlzc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_d() argument
207 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nlzc_d()
230 void helper_msa_pcnt_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_b() argument
232 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_b()
253 void helper_msa_pcnt_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_h() argument
255 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_h()
268 void helper_msa_pcnt_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_w() argument
270 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_w()
279 void helper_msa_pcnt_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_d() argument
281 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pcnt_d()
327 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_b() argument
329 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsl_b()
352 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_h() argument
354 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsl_h()
369 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_w() argument
371 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsl_w()
382 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsl_d() argument
384 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsl_d()
408 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_b() argument
410 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsr_b()
433 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_h() argument
435 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsr_h()
450 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_w() argument
452 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsr_w()
463 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_binsr_d() argument
465 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_binsr_d()
473 void helper_msa_bmnz_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bmnz_v() argument
475 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bmnz_v()
485 void helper_msa_bmz_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bmz_v() argument
487 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bmz_v()
497 void helper_msa_bsel_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bsel_v() argument
499 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bsel_v()
536 void helper_msa_bclr_b(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bclr_b() argument
538 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bclr_b()
560 void helper_msa_bclr_h(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bclr_h() argument
562 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bclr_h()
576 void helper_msa_bclr_w(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bclr_w() argument
578 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bclr_w()
588 void helper_msa_bclr_d(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bclr_d() argument
590 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bclr_d()
604 void helper_msa_bneg_b(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bneg_b() argument
606 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bneg_b()
628 void helper_msa_bneg_h(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bneg_h() argument
630 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bneg_h()
644 void helper_msa_bneg_w(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bneg_w() argument
646 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bneg_w()
656 void helper_msa_bneg_d(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bneg_d() argument
658 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bneg_d()
673 void helper_msa_bset_b(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bset_b() argument
675 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bset_b()
697 void helper_msa_bset_h(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bset_h() argument
699 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bset_h()
713 void helper_msa_bset_w(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bset_w() argument
715 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bset_w()
725 void helper_msa_bset_d(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_bset_d() argument
727 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_bset_d()
821 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_add_a_b() argument
823 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_add_a_b()
846 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_add_a_h() argument
848 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_add_a_h()
863 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_add_a_w() argument
865 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_add_a_w()
876 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_add_a_d() argument
878 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_add_a_d()
900 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_a_b() argument
902 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_a_b()
925 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_a_h() argument
927 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_a_h()
942 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_a_w() argument
944 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_a_w()
955 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_a_d() argument
957 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_a_d()
978 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_s_b() argument
980 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_s_b()
1003 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_s_h() argument
1005 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_s_h()
1020 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_s_w() argument
1022 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_s_w()
1033 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_s_d() argument
1035 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_s_d()
1053 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_u_b() argument
1055 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_u_b()
1078 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_u_h() argument
1080 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_u_h()
1095 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_u_w() argument
1097 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_u_w()
1108 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_adds_u_d() argument
1110 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_adds_u_d()
1125 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_addv_b() argument
1127 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_addv_b()
1150 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_addv_h() argument
1152 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_addv_h()
1167 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_addv_w() argument
1169 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_addv_w()
1180 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_addv_d() argument
1182 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_addv_d()
1210 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_s_h() argument
1212 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_s_h()
1227 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_s_w() argument
1229 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_s_w()
1240 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_s_d() argument
1242 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_s_d()
1257 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_u_h() argument
1259 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_u_h()
1274 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_u_w() argument
1276 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_u_w()
1287 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hadd_u_d() argument
1289 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hadd_u_d()
1329 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_s_b() argument
1331 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_s_b()
1354 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_s_h() argument
1356 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_s_h()
1371 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_s_w() argument
1373 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_s_w()
1384 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_s_d() argument
1386 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_s_d()
1403 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_u_b() argument
1405 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_u_b()
1428 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_u_h() argument
1430 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_u_h()
1445 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_u_w() argument
1447 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_u_w()
1458 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ave_u_d() argument
1460 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ave_u_d()
1475 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_s_b() argument
1477 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_s_b()
1500 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_s_h() argument
1502 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_s_h()
1517 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_s_w() argument
1519 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_s_w()
1530 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_s_d() argument
1532 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_s_d()
1549 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_u_b() argument
1551 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_u_b()
1574 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_u_h() argument
1576 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_u_h()
1591 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_u_w() argument
1593 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_u_w()
1604 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_aver_u_d() argument
1606 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_aver_u_d()
1653 void helper_msa_ceq_b(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ceq_b() argument
1655 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ceq_b()
1682 void helper_msa_ceq_h(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ceq_h() argument
1684 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ceq_h()
1703 void helper_msa_ceq_w(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ceq_w() argument
1705 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ceq_w()
1720 void helper_msa_ceq_d(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ceq_d() argument
1722 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ceq_d()
1736 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_s_b() argument
1738 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_s_b()
1761 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_s_h() argument
1763 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_s_h()
1778 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_s_w() argument
1780 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_s_w()
1791 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_s_d() argument
1793 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_s_d()
1809 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_u_b() argument
1811 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_u_b()
1834 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_u_h() argument
1836 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_u_h()
1851 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_u_w() argument
1853 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_u_w()
1864 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_cle_u_d() argument
1866 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_cle_u_d()
1885 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_s_b() argument
1887 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_s_b()
1915 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_s_h() argument
1917 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_s_h()
1937 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_s_w() argument
1939 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_s_w()
1955 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_s_d() argument
1957 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_s_d()
1973 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_u_b() argument
1975 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_u_b()
1998 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_u_h() argument
2000 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_u_h()
2015 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_u_w() argument
2017 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_u_w()
2028 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_clt_u_d() argument
2030 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_clt_u_d()
2066 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_s_b() argument
2068 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_s_b()
2091 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_s_h() argument
2093 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_s_h()
2108 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_s_w() argument
2110 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_s_w()
2121 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_s_d() argument
2123 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_s_d()
2139 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_u_b() argument
2141 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_u_b()
2164 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_u_h() argument
2166 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_u_h()
2181 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_u_w() argument
2183 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_u_w()
2194 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_div_u_d() argument
2196 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_div_u_d()
2256 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_s_h() argument
2258 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_s_h()
2273 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_s_w() argument
2275 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_s_w()
2286 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_s_d() argument
2288 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_s_d()
2309 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_u_h() argument
2311 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_u_h()
2326 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_u_w() argument
2328 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_u_w()
2339 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dotp_u_d() argument
2341 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dotp_u_d()
2363 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_s_h() argument
2365 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_s_h()
2380 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_s_w() argument
2382 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_s_w()
2393 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_s_d() argument
2395 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_s_d()
2417 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_u_h() argument
2419 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_u_h()
2434 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_u_w() argument
2436 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_u_w()
2447 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpadd_u_d() argument
2449 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpadd_u_d()
2471 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_s_h() argument
2473 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_s_h()
2488 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_s_w() argument
2490 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_s_w()
2501 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_s_d() argument
2503 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_s_d()
2525 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_u_h() argument
2527 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_u_h()
2542 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_u_w() argument
2544 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_u_w()
2555 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_dpsub_u_d() argument
2557 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_dpsub_u_d()
2606 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_a_b() argument
2608 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_a_b()
2631 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_a_h() argument
2633 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_a_h()
2648 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_a_w() argument
2650 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_a_w()
2661 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_a_d() argument
2663 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_a_d()
2678 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_s_b() argument
2680 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_s_b()
2703 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_s_h() argument
2705 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_s_h()
2720 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_s_w() argument
2722 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_s_w()
2733 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_s_d() argument
2735 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_s_d()
2752 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_u_b() argument
2754 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_u_b()
2777 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_u_h() argument
2779 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_u_h()
2794 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_u_w() argument
2796 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_u_w()
2807 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_max_u_d() argument
2809 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_max_u_d()
2826 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_a_b() argument
2828 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_a_b()
2851 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_a_h() argument
2853 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_a_h()
2868 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_a_w() argument
2870 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_a_w()
2881 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_a_d() argument
2883 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_a_d()
2898 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_s_b() argument
2900 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_s_b()
2923 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_s_h() argument
2925 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_s_h()
2940 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_s_w() argument
2942 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_s_w()
2953 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_s_d() argument
2955 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_s_d()
2972 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_u_b() argument
2974 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_u_b()
2997 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_u_h() argument
2999 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_u_h()
3014 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_u_w() argument
3016 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_u_w()
3027 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_min_u_d() argument
3029 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_min_u_d()
3063 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_s_b() argument
3065 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_s_b()
3088 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_s_h() argument
3090 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_s_h()
3105 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_s_w() argument
3107 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_s_w()
3118 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_s_d() argument
3120 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_s_d()
3136 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_u_b() argument
3138 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_u_b()
3161 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_u_h() argument
3163 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_u_h()
3178 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_u_w() argument
3180 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_u_w()
3191 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mod_u_d() argument
3193 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mod_u_d()
3229 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_maddv_b() argument
3231 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_maddv_b()
3254 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_maddv_h() argument
3256 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_maddv_h()
3271 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_maddv_w() argument
3273 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_maddv_w()
3284 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_maddv_d() argument
3286 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_maddv_d()
3301 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_msubv_b() argument
3303 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_msubv_b()
3326 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_msubv_h() argument
3328 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_msubv_h()
3343 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_msubv_w() argument
3345 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_msubv_w()
3356 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_msubv_d() argument
3358 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_msubv_d()
3373 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mulv_b() argument
3375 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mulv_b()
3398 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mulv_h() argument
3400 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mulv_h()
3415 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mulv_w() argument
3417 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mulv_w()
3428 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_mulv_d() argument
3430 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_mulv_d()
3490 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_s_b() argument
3492 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_s_b()
3515 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_s_h() argument
3517 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_s_h()
3532 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_s_w() argument
3534 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_s_w()
3545 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_s_d() argument
3547 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_s_d()
3566 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_u_b() argument
3568 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_u_b()
3591 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_u_h() argument
3593 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_u_h()
3608 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_u_w() argument
3610 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_u_w()
3621 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_asub_u_d() argument
3623 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_asub_u_d()
3638 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_s_h() argument
3640 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_s_h()
3655 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_s_w() argument
3657 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_s_w()
3668 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_s_d() argument
3670 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_s_d()
3685 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_u_h() argument
3687 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_u_h()
3702 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_u_w() argument
3704 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_u_w()
3715 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_hsub_u_d() argument
3717 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_hsub_u_d()
3738 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_s_b() argument
3740 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_s_b()
3763 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_s_h() argument
3765 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_s_h()
3780 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_s_w() argument
3782 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_s_w()
3793 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_s_d() argument
3795 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_s_d()
3812 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_u_b() argument
3814 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_u_b()
3837 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_u_h() argument
3839 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_u_h()
3854 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_u_w() argument
3856 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_u_w()
3867 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subs_u_d() argument
3869 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subs_u_d()
3896 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsus_u_b() argument
3898 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsus_u_b()
3921 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsus_u_h() argument
3923 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsus_u_h()
3938 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsus_u_w() argument
3940 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsus_u_w()
3951 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsus_u_d() argument
3953 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsus_u_d()
3980 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsuu_s_b() argument
3982 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsuu_s_b()
4005 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsuu_s_h() argument
4007 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsuu_s_h()
4022 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsuu_s_w() argument
4024 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsuu_s_w()
4035 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subsuu_s_d() argument
4037 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subsuu_s_d()
4052 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subv_b() argument
4054 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subv_b()
4077 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subv_h() argument
4079 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subv_h()
4094 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subv_w() argument
4096 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subv_w()
4107 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_subv_d() argument
4109 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_subv_d()
4144 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvev_b() argument
4146 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvev_b()
4188 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvev_h() argument
4190 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvev_h()
4216 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvev_w() argument
4218 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvev_w()
4236 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvev_d() argument
4238 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvev_d()
4248 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvod_b() argument
4250 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvod_b()
4292 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvod_h() argument
4294 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvod_h()
4320 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvod_w() argument
4322 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvod_w()
4340 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvod_d() argument
4342 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvod_d()
4352 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvl_b() argument
4354 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvl_b()
4396 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvl_h() argument
4398 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvl_h()
4424 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvl_w() argument
4426 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvl_w()
4444 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvl_d() argument
4446 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvl_d()
4456 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvr_b() argument
4458 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvr_b()
4500 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvr_h() argument
4502 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvr_h()
4528 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvr_w() argument
4530 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvr_w()
4548 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_ilvr_d() argument
4550 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ilvr_d()
4572 void helper_msa_and_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_and_v() argument
4574 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_and_v()
4582 void helper_msa_nor_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_nor_v() argument
4584 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_nor_v()
4592 void helper_msa_or_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_or_v() argument
4594 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_or_v()
4602 void helper_msa_xor_v(CPUMIPSState *env, uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_xor_v() argument
4604 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_xor_v()
4628 void helper_msa_move_v(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_move_v() argument
4630 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_move_v()
4659 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckev_b() argument
4661 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckev_b()
4703 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckev_h() argument
4705 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckev_h()
4731 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckev_w() argument
4733 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckev_w()
4751 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckev_d() argument
4753 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckev_d()
4763 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckod_b() argument
4765 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckod_b()
4808 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckod_h() argument
4810 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckod_h()
4836 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckod_w() argument
4838 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckod_w()
4856 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_pckod_d() argument
4858 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_pckod_d()
4903 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sll_b() argument
4905 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sll_b()
4928 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sll_h() argument
4930 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sll_h()
4945 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sll_w() argument
4947 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sll_w()
4958 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sll_d() argument
4960 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sll_d()
4976 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sra_b() argument
4978 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sra_b()
5001 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sra_h() argument
5003 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sra_h()
5018 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sra_w() argument
5020 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sra_w()
5031 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_sra_d() argument
5033 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_sra_d()
5054 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srar_b() argument
5056 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srar_b()
5079 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srar_h() argument
5081 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srar_h()
5096 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srar_w() argument
5098 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srar_w()
5109 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srar_d() argument
5111 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srar_d()
5128 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srl_b() argument
5130 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srl_b()
5153 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srl_h() argument
5155 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srl_h()
5170 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srl_w() argument
5172 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srl_w()
5183 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srl_d() argument
5185 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srl_d()
5207 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srlr_b() argument
5209 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srlr_b()
5232 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srlr_h() argument
5234 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srlr_h()
5249 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srlr_w() argument
5251 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srlr_w()
5262 uint32_t wd, uint32_t ws, uint32_t wt) in helper_msa_srlr_d() argument
5264 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_srlr_d()
5274 void helper_msa_ ## FUNC(CPUMIPSState *env, uint32_t wd, uint32_t ws, \
5277 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5312 void helper_msa_shf_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_shf_df() argument
5315 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_shf_df()
5344 uint32_t wd, uint32_t ws, int32_t u5) \
5346 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5389 void helper_msa_ldi_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in MSA_BINOP_IMM_DF()
5392 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in MSA_BINOP_IMM_DF()
5436 void helper_msa_ ## helper ## _df(CPUMIPSState *env, uint32_t df, uint32_t wd, \
5439 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5483 uint32_t wd, uint32_t ws, uint32_t u5) \ in MSA_BINOP_IMMU_DF()
5485 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \ in MSA_BINOP_IMMU_DF()
5590 uint32_t wd, uint32_t ws, uint32_t wt) \
5592 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5644 void helper_msa_sld_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in MSA_BINOP_DF()
5647 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in MSA_BINOP_DF()
5712 void helper_msa_ ## func ## _df(CPUMIPSState *env, uint32_t df, uint32_t wd, \
5715 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5819 void helper_msa_splat_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_splat_df() argument
5822 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_splat_df()
5851 void helper_msa_##FUNC(CPUMIPSState *env, uint32_t df, uint32_t wd, \
5854 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); \
5908 void helper_msa_sldi_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in MSA_FN_DF()
5911 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in MSA_FN_DF()
5917 void helper_msa_splati_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_splati_df() argument
5920 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_splati_df()
6017 void helper_msa_insert_b(CPUMIPSState *env, uint32_t wd, in helper_msa_insert_b() argument
6020 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_insert_b()
6033 void helper_msa_insert_h(CPUMIPSState *env, uint32_t wd, in helper_msa_insert_h() argument
6036 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_insert_h()
6049 void helper_msa_insert_w(CPUMIPSState *env, uint32_t wd, in helper_msa_insert_w() argument
6052 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_insert_w()
6065 void helper_msa_insert_d(CPUMIPSState *env, uint32_t wd, in helper_msa_insert_d() argument
6068 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_insert_d()
6074 void helper_msa_insve_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_insve_df() argument
6077 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_insve_df()
6126 void helper_msa_fill_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fill_df() argument
6129 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fill_df()
6869 void helper_msa_fcaf_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcaf_df() argument
6872 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcaf_df()
6878 void helper_msa_fcun_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcun_df() argument
6881 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcun_df()
6887 void helper_msa_fceq_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fceq_df() argument
6890 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fceq_df()
6896 void helper_msa_fcueq_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcueq_df() argument
6899 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcueq_df()
6905 void helper_msa_fclt_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fclt_df() argument
6908 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fclt_df()
6914 void helper_msa_fcult_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcult_df() argument
6917 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcult_df()
6923 void helper_msa_fcle_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcle_df() argument
6926 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcle_df()
6932 void helper_msa_fcule_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcule_df() argument
6935 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcule_df()
6941 void helper_msa_fsaf_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsaf_df() argument
6944 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsaf_df()
6950 void helper_msa_fsun_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsun_df() argument
6953 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsun_df()
6959 void helper_msa_fseq_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fseq_df() argument
6962 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fseq_df()
6968 void helper_msa_fsueq_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsueq_df() argument
6971 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsueq_df()
6977 void helper_msa_fslt_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fslt_df() argument
6980 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fslt_df()
6986 void helper_msa_fsult_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsult_df() argument
6989 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsult_df()
6995 void helper_msa_fsle_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsle_df() argument
6998 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsle_df()
7004 void helper_msa_fsule_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsule_df() argument
7007 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsule_df()
7013 void helper_msa_fcor_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcor_df() argument
7016 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcor_df()
7022 void helper_msa_fcune_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcune_df() argument
7025 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcune_df()
7031 void helper_msa_fcne_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fcne_df() argument
7034 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fcne_df()
7040 void helper_msa_fsor_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsor_df() argument
7043 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsor_df()
7049 void helper_msa_fsune_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsune_df() argument
7052 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsune_df()
7058 void helper_msa_fsne_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsne_df() argument
7061 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsne_df()
7088 void helper_msa_fadd_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fadd_df() argument
7092 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fadd_df()
7118 void helper_msa_fsub_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsub_df() argument
7122 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsub_df()
7148 void helper_msa_fmul_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmul_df() argument
7152 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmul_df()
7179 void helper_msa_fdiv_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fdiv_df() argument
7183 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fdiv_df()
7224 void helper_msa_fmadd_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmadd_df() argument
7228 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmadd_df()
7257 void helper_msa_fmsub_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmsub_df() argument
7261 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmsub_df()
7292 void helper_msa_fexp2_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fexp2_df() argument
7296 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fexp2_df()
7343 void helper_msa_fexdo_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fexdo_df() argument
7347 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fexdo_df()
7396 void helper_msa_ftq_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ftq_df() argument
7400 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ftq_df()
7465 void helper_msa_fmin_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmin_df() argument
7470 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmin_df()
7539 void helper_msa_fmin_a_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmin_a_df() argument
7544 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmin_a_df()
7567 void helper_msa_fmax_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmax_df() argument
7572 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmax_df()
7641 void helper_msa_fmax_a_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fmax_a_df() argument
7646 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fmax_a_df()
7670 uint32_t wd, uint32_t ws) in helper_msa_fclass_df() argument
7674 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fclass_df()
7705 void helper_msa_ftrunc_s_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ftrunc_s_df() argument
7709 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ftrunc_s_df()
7735 void helper_msa_ftrunc_u_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ftrunc_u_df() argument
7739 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ftrunc_u_df()
7765 void helper_msa_fsqrt_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fsqrt_df() argument
7769 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fsqrt_df()
7812 void helper_msa_frsqrt_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_frsqrt_df() argument
7816 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_frsqrt_df()
7844 void helper_msa_frcp_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_frcp_df() argument
7848 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_frcp_df()
7874 void helper_msa_frint_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_frint_df() argument
7878 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_frint_df()
7928 void helper_msa_flog2_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_flog2_df() argument
7932 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_flog2_df()
7958 void helper_msa_fexupl_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fexupl_df() argument
7962 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fexupl_df()
7994 void helper_msa_fexupr_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_fexupr_df() argument
7998 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_fexupr_df()
8030 void helper_msa_ffql_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ffql_df() argument
8034 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ffql_df()
8056 void helper_msa_ffqr_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ffqr_df() argument
8060 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ffqr_df()
8082 void helper_msa_ftint_s_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ftint_s_df() argument
8086 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ftint_s_df()
8112 void helper_msa_ftint_u_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ftint_u_df() argument
8116 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ftint_u_df()
8148 void helper_msa_ffint_s_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ffint_s_df() argument
8152 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ffint_s_df()
8178 void helper_msa_ffint_u_df(CPUMIPSState *env, uint32_t df, uint32_t wd, in helper_msa_ffint_u_df() argument
8182 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ffint_u_df()
8227 void helper_msa_ld_b(CPUMIPSState *env, uint32_t wd, in helper_msa_ld_b() argument
8230 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ld_b()
8241 void helper_msa_ld_h(CPUMIPSState *env, uint32_t wd, in helper_msa_ld_h() argument
8244 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ld_h()
8262 void helper_msa_ld_w(CPUMIPSState *env, uint32_t wd, in helper_msa_ld_w() argument
8265 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ld_w()
8283 void helper_msa_ld_d(CPUMIPSState *env, uint32_t wd, in helper_msa_ld_d() argument
8286 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_ld_d()
8314 void helper_msa_st_b(CPUMIPSState *env, uint32_t wd, in helper_msa_st_b() argument
8317 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_st_b()
8328 void helper_msa_st_h(CPUMIPSState *env, uint32_t wd, in helper_msa_st_h() argument
8331 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_st_h()
8349 void helper_msa_st_w(CPUMIPSState *env, uint32_t wd, in helper_msa_st_w() argument
8352 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_st_w()
8370 void helper_msa_st_d(CPUMIPSState *env, uint32_t wd, in helper_msa_st_d() argument
8373 wr_t *pwd = &(env->active_fpu.fpr[wd].wr); in helper_msa_st_d()