Home
last modified time | relevance | path

Searched refs:temp64_3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/tricore/
H A Dtranslate.c661 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_maddsum_h() local
676 tcg_gen_concat_i32_i64(temp64_3, r1_low, r1_high); in gen_maddsum_h()
682 gen_add64_d(temp64_2, temp64_3, temp64); in gen_maddsum_h()
801 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_maddm_h() local
817 gen_add64_d(temp64_3, temp64_2, temp64); in gen_maddm_h()
819 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_3); in gen_maddm_h()
1596 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_msubm_h() local
1612 gen_sub64_d(temp64_3, temp64_2, temp64); in gen_msubm_h()
1614 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_3); in gen_msubm_h()
1970 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_msubadm_h() local
[all …]