Searched refs:ovfl_64 (Results 1 – 1 of 1) sorted by relevance
1390 TCGv_i64 ovfl_64; in gen_sat_i64_ovfl() local1392 ovfl_64 = tcg_temp_new_i64(); in gen_sat_i64_ovfl()1393 tcg_gen_setcond_i64(TCG_COND_NE, ovfl_64, tmp, source); in gen_sat_i64_ovfl()1395 tcg_gen_trunc_i64_tl(ovfl, ovfl_64); in gen_sat_i64_ovfl()1411 TCGv_i64 ovfl_64; in gen_satu_i64_ovfl() local1413 ovfl_64 = tcg_temp_new_i64(); in gen_satu_i64_ovfl()1414 tcg_gen_setcond_i64(TCG_COND_NE, ovfl_64, tmp, source); in gen_satu_i64_ovfl()1416 tcg_gen_trunc_i64_tl(ovfl, ovfl_64); in gen_satu_i64_ovfl()