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.c663 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_maddsum_h() local
678 tcg_gen_concat_i32_i64(temp64_3, r1_low, r1_high); in gen_maddsum_h()
684 gen_add64_d(temp64_2, temp64_3, temp64); in gen_maddsum_h()
803 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_maddm_h() local
819 gen_add64_d(temp64_3, temp64_2, temp64); in gen_maddm_h()
821 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_3); in gen_maddm_h()
1598 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_msubm_h() local
1614 gen_sub64_d(temp64_3, temp64_2, temp64); in gen_msubm_h()
1616 tcg_gen_extr_i64_i32(ret_low, ret_high, temp64_3); in gen_msubm_h()
1972 TCGv_i64 temp64_3 = tcg_temp_new_i64(); in gen_msubadm_h() local
[all …]