Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c312 int64_t mul_res1 = sextract64(r1, 32, 32); in helper_addr_h_ssov() local
322 result1 = r2_high + mul_res1 + 0x8000; in helper_addr_h_ssov()
358 int64_t mul_res1 = sextract64(r1, 32, 32); in helper_addsur_h_ssov() local
368 result1 = r2_high + mul_res1 + 0x8000; in helper_addsur_h_ssov()
468 int64_t mul_res1 = sextract64(r1, 32, 32); in helper_subr_h_ssov() local
478 result1 = r2_high - mul_res1 + 0x8000; in helper_subr_h_ssov()
514 int64_t mul_res1 = sextract64(r1, 32, 32); in helper_subadr_h_ssov() local
524 result1 = r2_high - mul_res1 + 0x8000; in helper_subadr_h_ssov()
1200 int64_t mul_res1 = sextract64(r1, 32, 32); in helper_addr_h() local
1210 result1 = r2_high + mul_res1 + 0x8000; in helper_addr_h()
[all …]