Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dtranslate.c452 (*op1)(temp, r1_low, r2); in gen_addsub64_h()
454 tcg_gen_xor_tl(temp2, temp, r1_low); in gen_addsub64_h()
455 tcg_gen_xor_tl(temp3, r1_low, r2); in gen_addsub64_h()
676 tcg_gen_concat_i32_i64(temp64_3, r1_low, r1_high); in gen_maddsum_h()
714 gen_adds(ret_low, r1_low, temp); in gen_madds_h()
751 gen_subs(ret_low, r1_low, temp); in gen_maddsus_h()
787 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddsums_h()
816 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddm_h()
843 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddms_h()
1579 gen_subs(ret_low, r1_low, temp); in gen_msubs_h()
[all …]
H A Dop_helper.c1945 uint32_t helper_pack(uint32_t carry, uint32_t r1_low, uint32_t r1_high, in helper_pack() argument
1951 int32_t int_mant = r1_low; in helper_pack()