Lines Matching refs:temp64_2
660 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_maddsum_h() local
677 tcg_gen_sari_i64(temp64_2, temp64, 32); /* high */ in gen_maddsum_h()
679 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsum_h()
682 gen_add64_d(temp64_2, temp64_3, temp64); in gen_maddsum_h()
684 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_2); in gen_maddsum_h()
767 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_maddsums_h() local
783 tcg_gen_sari_i64(temp64_2, temp64, 32); /* high */ in gen_maddsums_h()
785 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_maddsums_h()
787 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddsums_h()
789 gen_helper_add64_ssov(temp64, tcg_env, temp64_2, temp64); in gen_maddsums_h()
800 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_maddm_h() local
816 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddm_h()
817 gen_add64_d(temp64_3, temp64_2, temp64); in gen_maddm_h()
828 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_maddms_h() local
843 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddms_h()
844 gen_helper_add64_ssov(temp64, tcg_env, temp64_2, temp64); in gen_maddms_h()
1595 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_msubm_h() local
1611 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_msubm_h()
1612 gen_sub64_d(temp64_3, temp64_2, temp64); in gen_msubm_h()
1623 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_msubms_h() local
1638 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_msubms_h()
1639 gen_helper_sub64_ssov(temp64, tcg_env, temp64_2, temp64); in gen_msubms_h()
1969 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_msubadm_h() local
1986 tcg_gen_sari_i64(temp64_2, temp64, 32); /* high */ in gen_msubadm_h()
1988 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadm_h()
1991 gen_sub64_d(temp64_2, temp64_3, temp64); in gen_msubadm_h()
1993 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_2); in gen_msubadm_h()
2063 TCGv_i64 temp64_2 = tcg_temp_new_i64(); in gen_msubadms_h() local
2079 tcg_gen_sari_i64(temp64_2, temp64, 32); /* high */ in gen_msubadms_h()
2081 tcg_gen_sub_i64(temp64, temp64_2, temp64); in gen_msubadms_h()
2083 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_msubadms_h()
2085 gen_helper_sub64_ssov(temp64, tcg_env, temp64_2, temp64); in gen_msubadms_h()