Lines Matching refs:t3

494     TCGv_i64 t3 = tcg_temp_new_i64();  in gen_madd32_d()  local
498 tcg_gen_ext_i32_i64(t3, r3); in gen_madd32_d()
500 tcg_gen_mul_i64(t1, t1, t3); in gen_madd32_d()
506 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_madd32_d()
509 tcg_gen_or_i64(t2, t2, t3); in gen_madd32_d()
533 TCGv t3 = tcg_temp_new(); in gen_madd64_d() local
538 tcg_gen_add2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_madd64_d()
551 tcg_gen_mov_tl(ret_low, t3); in gen_madd64_d()
561 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_maddu64_d() local
565 tcg_gen_extu_i32_i64(t3, r3); in gen_maddu64_d()
567 tcg_gen_mul_i64(t1, t1, t3); in gen_maddu64_d()
993 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_madd32_q() local
996 tcg_gen_ext_i32_i64(t3, arg3); in gen_madd32_q()
998 tcg_gen_mul_i64(t2, t2, t3); in gen_madd32_q()
1004 tcg_gen_add_i64(t3, t1, t2); in gen_madd32_q()
1005 tcg_gen_extrl_i64_i32(temp3, t3); in gen_madd32_q()
1007 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_madd32_q()
1008 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_madd32_q()
1076 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_m16add64_q() local
1090 gen_add64_d(t3, t1, t2); in gen_m16add64_q()
1092 tcg_gen_extr_i64_i32(rl, rh, t3); in gen_m16add64_q()
1127 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_madd64_q() local
1133 tcg_gen_ext_i32_i64(t3, arg3); in gen_madd64_q()
1135 tcg_gen_mul_i64(t2, t2, t3); in gen_madd64_q()
1141 tcg_gen_xor_i64(t3, t4, t1); in gen_madd64_q()
1143 tcg_gen_andc_i64(t3, t3, t2); in gen_madd64_q()
1144 tcg_gen_extrh_i64_i32(cpu_PSW_V, t3); in gen_madd64_q()
1175 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_madds32_q() local
1179 tcg_gen_ext_i32_i64(t3, arg3); in gen_madds32_q()
1181 tcg_gen_mul_i64(t2, t2, t3); in gen_madds32_q()
1204 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_msub32_d() local
1208 tcg_gen_ext_i32_i64(t3, r3); in gen_msub32_d()
1210 tcg_gen_mul_i64(t1, t1, t3); in gen_msub32_d()
1216 tcg_gen_setcondi_i64(TCG_COND_GT, t3, t1, 0x7fffffffLL); in gen_msub32_d()
1219 tcg_gen_or_i64(t2, t2, t3); in gen_msub32_d()
1244 TCGv t3 = tcg_temp_new(); in gen_msub64_d() local
1249 tcg_gen_sub2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_msub64_d()
1262 tcg_gen_mov_tl(ret_low, t3); in gen_msub64_d()
1280 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_msubu64_d() local
1284 tcg_gen_extu_i32_i64(t3, r3); in gen_msubu64_d()
1286 tcg_gen_mul_i64(t1, t1, t3); in gen_msubu64_d()
1287 tcg_gen_sub_i64(t3, t2, t1); in gen_msubu64_d()
1288 tcg_gen_extr_i64_i32(ret_low, ret_high, t3); in gen_msubu64_d()
1729 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_msub32_q() local
1733 tcg_gen_ext_i32_i64(t3, arg3); in gen_msub32_q()
1735 tcg_gen_mul_i64(t2, t2, t3); in gen_msub32_q()
1744 tcg_gen_sub_i64(t3, t1, t2); in gen_msub32_q()
1745 tcg_gen_extrl_i64_i32(temp3, t3); in gen_msub32_q()
1747 tcg_gen_setcondi_i64(TCG_COND_GT, t1, t3, 0x7fffffffLL); in gen_msub32_q()
1748 tcg_gen_setcondi_i64(TCG_COND_LT, t2, t3, -0x80000000LL); in gen_msub32_q()
1805 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_m16sub64_q() local
1819 gen_sub64_d(t3, t1, t2); in gen_m16sub64_q()
1821 tcg_gen_extr_i64_i32(rl, rh, t3); in gen_m16sub64_q()
1856 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_msub64_q() local
1862 tcg_gen_ext_i32_i64(t3, arg3); in gen_msub64_q()
1864 tcg_gen_mul_i64(t2, t2, t3); in gen_msub64_q()
1870 tcg_gen_xor_i64(t3, t4, t1); in gen_msub64_q()
1872 tcg_gen_and_i64(t3, t3, t2); in gen_msub64_q()
1873 tcg_gen_extrh_i64_i32(cpu_PSW_V, t3); in gen_msub64_q()
1904 TCGv_i64 t3 = tcg_temp_new_i64(); in gen_msubs32_q() local
1909 tcg_gen_ext_i32_i64(t3, arg3); in gen_msubs32_q()
1911 tcg_gen_mul_i64(t2, t2, t3); in gen_msubs32_q()
1915 tcg_gen_sari_i64(t3, t2, up_shift - n); in gen_msubs32_q()
1916 tcg_gen_add_i64(t3, t3, t4); in gen_msubs32_q()
1918 gen_helper_msub32_q_sub_ssov(ret, tcg_env, t1, t3); in gen_msubs32_q()