Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c454 (*op1)(temp, r1_low, r2); in gen_addsub64_h()
456 tcg_gen_xor_tl(temp2, temp, r1_low); in gen_addsub64_h()
457 tcg_gen_xor_tl(temp3, r1_low, r2); in gen_addsub64_h()
678 tcg_gen_concat_i32_i64(temp64_3, r1_low, r1_high); in gen_maddsum_h()
716 gen_adds(ret_low, r1_low, temp); in gen_madds_h()
753 gen_subs(ret_low, r1_low, temp); in gen_maddsus_h()
789 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddsums_h()
818 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddm_h()
845 tcg_gen_concat_i32_i64(temp64_2, r1_low, r1_high); in gen_maddms_h()
1581 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()