Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dtranslate.c476 tcg_gen_mov_tl(ret_low, temp); in gen_addsub64_h()
479 tcg_gen_add_tl(temp, ret_low, ret_low); in gen_addsub64_h()
480 tcg_gen_xor_tl(temp, temp, ret_low); in gen_addsub64_h()
550 tcg_gen_mov_tl(ret_low, t3); in gen_madd64_d()
714 gen_adds(ret_low, r1_low, temp); in gen_madds_h()
751 gen_subs(ret_low, r1_low, temp); in gen_maddsus_h()
1261 tcg_gen_mov_tl(ret_low, t3); in gen_msub64_d()
1579 gen_subs(ret_low, r1_low, temp); in gen_msubs_h()
2047 gen_adds(ret_low, r1_low, temp); in gen_msubads_h()
2212 gen_mul_i64s(ret_low, ret_high, r1, temp); in gen_muli_i64s()
[all …]
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c146 uint64_t ret_low = pp0 + (pp1s << 32); in int128_mul_6464() local
147 if ((ret_low < pp0) || (ret_low < (pp1s << 32))) { in int128_mul_6464()
151 return int128_make128(ret_low, pp2 + (pp1s >> 32)); in int128_mul_6464()