Searched refs:r1_low (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 443 gen_addsub64_h(TCGv ret_low, TCGv ret_high, TCGv r1_low, TCGv r1_high, TCGv r2, in gen_addsub64_h() argument 452 (*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() 601 gen_madd_h(TCGv ret_low, TCGv ret_high, TCGv r1_low, TCGv r1_high, TCGv r2, in gen_madd_h() argument 623 gen_addsub64_h(ret_low, ret_high, r1_low, r1_high, temp, temp2, in gen_madd_h() 628 gen_maddsu_h(TCGv ret_low, TCGv ret_high, TCGv r1_low, TCGv r1_high, TCGv r2, in gen_maddsu_h() argument 650 gen_addsub64_h(ret_low, ret_high, r1_low, r1_high, temp, temp2, in gen_maddsu_h() 655 gen_maddsum_h(TCGv ret_low, TCGv ret_high, TCGv r1_low, TCGv r1_high, TCGv r2, in gen_maddsum_h() argument 676 tcg_gen_concat_i32_i64(temp64_3, r1_low, r1_high); in gen_maddsum_h() [all …]
|
H A D | op_helper.c | 1945 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()
|