Home
last modified time | relevance | path

Searched refs:ret_h0 (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
621 ret_h0 = sextract32(r1, 0, 16); in helper_abs_h_ssov()
622 ret_h0 = (ret_h0 >= 0) ? ret_h0 : (0 - ret_h0); 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
654 ret_h0 = t1 - t2; in helper_absdif_h_ssov()
656 ret_h0 = t2 - t1; in helper_absdif_h_ssov()
667 return ssov16(env, ret_h0, ret_h1); in helper_absdif_h_ssov()