Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c311 int64_t mul_res0 = sextract64(r1, 0, 32); in helper_addr_h_ssov() local
321 result0 = r2_low + mul_res0 + 0x8000; in helper_addr_h_ssov()
357 int64_t mul_res0 = sextract64(r1, 0, 32); in helper_addsur_h_ssov() local
367 result0 = r2_low - mul_res0 + 0x8000; in helper_addsur_h_ssov()
467 int64_t mul_res0 = sextract64(r1, 0, 32); in helper_subr_h_ssov() local
477 result0 = r2_low - mul_res0 + 0x8000; in helper_subr_h_ssov()
513 int64_t mul_res0 = sextract64(r1, 0, 32); in helper_subadr_h_ssov() local
523 result0 = r2_low + mul_res0 + 0x8000; in helper_subadr_h_ssov()
1199 int64_t mul_res0 = sextract64(r1, 0, 32); in helper_addr_h() local
1209 result0 = r2_low + mul_res0 + 0x8000; in helper_addr_h()
[all …]