Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dop_helper.c313 int64_t r2_low = sextract64(r2_l, 0, 32); in helper_addr_h_ssov() local
321 result0 = r2_low + mul_res0 + 0x8000; in helper_addr_h_ssov()
359 int64_t r2_low = sextract64(r2_l, 0, 32); in helper_addsur_h_ssov() local
367 result0 = r2_low - mul_res0 + 0x8000; in helper_addsur_h_ssov()
469 int64_t r2_low = sextract64(r2_l, 0, 32); in helper_subr_h_ssov() local
477 result0 = r2_low - mul_res0 + 0x8000; in helper_subr_h_ssov()
523 result0 = r2_low + mul_res0 + 0x8000; in helper_subadr_h_ssov()
1209 result0 = r2_low + mul_res0 + 0x8000; in helper_addr_h()
1247 result0 = r2_low - mul_res0 + 0x8000; in helper_addsur_h()
1364 result0 = r2_low - mul_res0 + 0x8000; in helper_subr_h()
[all …]
H A Dtranslate.c537 tcg_gen_add2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_madd64_d()
563 tcg_gen_concat_i32_i64(t2, r2_low, r2_high); in gen_maddu64_d()
589 gen_madd64_d(ret_low, ret_high, r1, r2_low, r2_high, temp); in gen_maddi64_d()
597 gen_maddu64_d(ret_low, ret_high, r1, r2_low, r2_high, temp); in gen_maddui64_d()
1248 tcg_gen_sub2_tl(t3, t4, r2_low, r2_high, t1, t2); in gen_msub64_d()
1270 gen_msub64_d(ret_low, ret_high, r1, r2_low, r2_high, temp); in gen_msubi64_d()
1282 tcg_gen_concat_i32_i64(t2, r2_low, r2_high); in gen_msubu64_d()
2371 tcg_gen_concat_i32_i64(temp64, r2_low, r2_high); in gen_madds_64()
2389 tcg_gen_concat_i32_i64(temp64, r2_low, r2_high); in gen_maddsu_64()
2419 tcg_gen_concat_i32_i64(temp64, r2_low, r2_high); in gen_msubs_64()
[all …]