Searched refs:ret_hw1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | op_helper.c | 301 int32_t ret_hw0, ret_hw1; in helper_add_h_ssov() local 304 ret_hw1 = sextract32(r1, 16, 16) + sextract32(r2, 16, 16); in helper_add_h_ssov() 305 return ssov16(env, ret_hw0, ret_hw1); in helper_add_h_ssov() 413 int32_t ret_hw0, ret_hw1; in helper_add_h_suov() local 416 ret_hw1 = extract32(r1, 16, 16) + extract32(r2, 16, 16); in helper_add_h_suov() 417 return suov16(env, ret_hw0, ret_hw1); in helper_add_h_suov() 457 int32_t ret_hw0, ret_hw1; in helper_sub_h_ssov() local 460 ret_hw1 = sextract32(r1, 16, 16) - sextract32(r2, 16, 16); in helper_sub_h_ssov() 461 return ssov16(env, ret_hw0, ret_hw1); in helper_sub_h_ssov() 568 int32_t ret_hw0, ret_hw1; in helper_sub_h_suov() local [all …]
|