Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/lib/
H A Dcsum-partial_64.c50 u64 temp64_2 = 0; in csum_partial() local
53 temp64_2 = update_csum_40b(temp64_2, buff + 40); in csum_partial()
60 :"+r" (temp64): "r" (temp64_2)); in csum_partial()
/openbmc/qemu/target/tricore/
H A Dtranslate.c660 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()
[all …]