Lines Matching full:hi
256 temp = ((uint64_t)env->active_tc.HI[acc] << 32) | in mipsdsp_sat32_acc_q31()
281 /* a[0] is LO, a[1] is HI. */
290 ret[1] = env->active_tc.HI[ac] + a[1]; in mipsdsp_sat64_acc_add_q63()
317 ret[1] = env->active_tc.HI[ac] - a[1]; in mipsdsp_sat64_acc_sub_q63()
502 /* 128 bits long. p[0] is LO, p[1] is HI. */
510 acc = ((int64_t)env->active_tc.HI[ac] << 32) | in mipsdsp_rndrashift_short_acc()
517 /* 128 bits long. p[0] is LO, p[1] is HI */
525 tempB = env->active_tc.HI[ac]; in mipsdsp_rashift_acc()
538 /* 128 bits long. p[0] is LO, p[1] is HI , p[2] is sign of HI.*/
546 tempB = env->active_tc.HI[ac]; in mipsdsp_rndrashift_acc()
2057 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2060 env->active_tc.HI[ac] = (target_long)(int32_t) \
2164 acc[1] = env->active_tc.HI[ac]; in helper_mulsaq_s_w_qh()
2174 env->active_tc.HI[ac] = acc[1]; in helper_mulsaq_s_w_qh()
2196 tempC = (((uint64_t)env->active_tc.HI[ac] << 32) | \
2200 tempC = (((uint64_t)env->active_tc.HI[ac] << 32) | \
2205 env->active_tc.HI[ac] = (target_long)(int32_t) \
2252 acc[1] = env->active_tc.HI[ac]; \
2271 env->active_tc.HI[ac] = temp[1]; \
2299 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2308 env->active_tc.HI[ac] = (target_long)(int32_t)((acc & MIPSDSP_LHI) >> 32); \
2335 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2344 env->active_tc.HI[ac] = (target_long)(int32_t) \
2372 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2392 env->active_tc.HI[ac] = (target_long)(int32_t) \
2439 acc[1] = env->active_tc.HI[ac]; \
2459 env->active_tc.HI[ac] = temp[1]; \
2482 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2505 env->active_tc.HI[ac] = (target_long)(int32_t) \
2559 env->active_tc.HI[ac] = acc[1]; \
2599 acc[1] = env->active_tc.HI[ac]; in helper_mulsaq_s_l_pw()
2622 env->active_tc.HI[ac] = acc[1]; in helper_mulsaq_s_l_pw()
2638 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | \
2641 env->active_tc.HI[ac] = (target_long)(int32_t) \
2664 env->active_tc.HI[ac] = (target_long)(int32_t)(((int64_t)tempA & \
2730 acc[1] = env->active_tc.HI[ac]; \
2740 env->active_tc.HI[ac] = acc[1]; \
2771 env->active_tc.HI[ac] = acc[1]; \
2805 acc[1] = env->active_tc.HI[ac]; \
2815 env->active_tc.HI[ac] = acc[1]; \
2863 acc[1] = env->active_tc.HI[ac]; \
2891 env->active_tc.HI[ac] = temp[1]; \
3361 acc = ((int64_t)env->active_tc.HI[ac] << 32) | in helper_extr_s_h()
3421 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | in helper_extp()
3445 acc = ((uint64_t)env->active_tc.HI[ac] << 32) | in helper_extpdp()
3473 tempB = env->active_tc.HI[ac]; in helper_dextp()
3502 tempB = env->active_tc.HI[ac]; in helper_dextpdp()
3533 acc = (((uint64_t)env->active_tc.HI[ac] << 32) & MIPSDSP_LHI) | in helper_shilo()
3542 env->active_tc.HI[ac] = (target_ulong)(int32_t)((temp & MIPSDSP_LHI) >> 32); in helper_shilo()
3554 tempB = env->active_tc.HI[ac]; in helper_dshilo()
3568 env->active_tc.HI[ac] = tempB; in helper_dshilo()
3579 env->active_tc.HI[ac] = (target_long)tempB; in helper_mthlip()
3602 env->active_tc.HI[ac_t] = tempB; in helper_dmthlip()