Home
last modified time | relevance | path

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

/openbmc/qemu/target/tricore/
H A Dop_helper.c619 int32_t ret_h0, ret_h1; in helper_abs_h_ssov() local
624 ret_h1 = sextract32(r1, 16, 16); in helper_abs_h_ssov()
625 ret_h1 = (ret_h1 >= 0) ? ret_h1 : (0 - ret_h1); in helper_abs_h_ssov()
627 return ssov16(env, ret_h0, ret_h1); in helper_abs_h_ssov()
649 int32_t ret_h0, ret_h1; in helper_absdif_h_ssov() local
662 ret_h1 = t1 - t2; in helper_absdif_h_ssov()
664 ret_h1 = t2 - t1; in helper_absdif_h_ssov()
667 return ssov16(env, ret_h0, ret_h1); in helper_absdif_h_ssov()