Lines Matching full:16

126     uint32_t incr  = reg >> 16;  in helper_br_update()
134 uint32_t length = reg >> 16; in helper_circ_update()
228 env->PSW_USB_AV = (av0 | av1) << 16; in ssov16()
230 return (hw0 & 0xffff) | (hw1 << 16); in ssov16()
258 env->PSW_USB_AV = (av0 | av1) << 16; in suov16()
260 return (hw0 & 0xffff) | (hw1 << 16); in suov16()
302 ret_hw0 = sextract32(r1, 0, 16) + sextract32(r2, 0, 16); in helper_add_h_ssov()
303 ret_hw1 = sextract32(r1, 16, 16) + sextract32(r2, 16, 16); in helper_add_h_ssov()
350 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addr_h_ssov()
396 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addsur_h_ssov()
414 ret_hw0 = extract32(r1, 0, 16) + extract32(r2, 0, 16); in helper_add_h_suov()
415 ret_hw1 = extract32(r1, 16, 16) + extract32(r2, 16, 16); in helper_add_h_suov()
458 ret_hw0 = sextract32(r1, 0, 16) - sextract32(r2, 0, 16); in helper_sub_h_ssov()
459 ret_hw1 = sextract32(r1, 16, 16) - sextract32(r2, 16, 16); in helper_sub_h_ssov()
506 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_subr_h_ssov()
552 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_subadr_h_ssov()
569 ret_hw0 = extract32(r1, 0, 16) - extract32(r2, 0, 16); in helper_sub_h_suov()
570 ret_hw1 = extract32(r1, 16, 16) - extract32(r2, 16, 16); in helper_sub_h_suov()
620 ret_h0 = sextract32(r1, 0, 16); in helper_abs_h_ssov()
623 ret_h1 = sextract32(r1, 16, 16); in helper_abs_h_ssov()
650 t1 = sextract32(r1, 0, 16); in helper_absdif_h_ssov()
651 t2 = sextract32(r2, 0, 16); in helper_absdif_h_ssov()
658 t1 = sextract32(r1, 16, 16); in helper_absdif_h_ssov()
659 t2 = sextract32(r2, 16, 16); in helper_absdif_h_ssov()
1131 h = sextract32(arg, i * 16, 16); in helper_abs_h()
1135 ret |= (h & 0xffff) << (i * 16); in helper_abs_h()
1140 env->PSW_USB_AV = avf << 16; in helper_abs_h()
1179 extr_r2 = sextract32(r2, i * 16, 16); in helper_absdif_h()
1180 h = sextract32(r1, i * 16, 16); in helper_absdif_h()
1184 ret |= (h & 0xffff) << (i * 16); in helper_absdif_h()
1189 env->PSW_USB_AV = avf << 16; in helper_absdif_h()
1230 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addr_h()
1268 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_addsur_h()
1334 extr_r1 = sextract32(r1, i * 16, 16); in helper_add_h()
1335 extr_r2 = sextract32(r2, i * 16, 16); in helper_add_h()
1339 ret |= (h & 0xffff) << (i * 16); in helper_add_h()
1344 env->PSW_USB_AV = (avf << 16); in helper_add_h()
1385 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_subr_h()
1423 return (result1 & 0xffff0000ULL) | ((result0 >> 16) & 0xffffULL); in helper_subadr_h()
1489 extr_r1 = sextract32(r1, i * 16, 16); in helper_sub_h()
1490 extr_r2 = sextract32(r2, i * 16, 16); in helper_sub_h()
1494 ret |= (h & 0xffff) << (i * 16); in helper_sub_h()
1499 env->PSW_USB_AV = avf << 16; in helper_sub_h()
1553 ret = (sextract32(r1, 0, 16) == sextract32(r2, 0, 16)); in helper_eqany_h()
1554 ret |= (sextract32(r1, 16, 16) == sextract32(r2, 16, 16)); in helper_eqany_h()
1591 if (sextract32(r1, 0, 16) < sextract32(r2, 0, 16)) { in helper_lt_h()
1595 if (sextract32(r1, 16, 16) < sextract32(r2, 16, 16)) { in helper_lt_h()
1606 if (extract32(r1, 0, 16) < extract32(r2, 0, 16)) { in helper_lt_hu()
1610 if (extract32(r1, 16, 16) < extract32(r2, 16, 16)) { in helper_lt_hu()
1652 extr_r1 = sextract32(r1, 0, 16); \
1653 extr_r2 = sextract32(r2, 0, 16); \
1657 extr_r1 = sextract32(r1, 16, 16); \
1658 extr_r2 = sextract32(r2, 16, 16); \
1660 ret |= extr_r1 << 16; \
1670 extr_r1 = extract32(r1, 0, 16); \
1671 extr_r2 = extract32(r2, 0, 16); \
1675 extr_r1 = extract32(r1, 16, 16); \
1676 extr_r2 = extract32(r2, 16, 16); \
1678 ret |= extr_r1 << (16); \
1689 r2l = sextract64(r2, 0, 16); \
1690 r2h = sextract64(r2, 16, 16); \
1691 r1hl = sextract64(r1, 32, 16); \
1695 ret |= extract64(r1, 0, 16) << 16; \
1697 ret |= extract64(r2, 16, 16) << 32; \
1698 ret |= extract64(r1 + 1, 0, 16) << 16; \
1711 r2l = extract64(r2, 0, 16); \
1712 r2h = extract64(r2, 16, 16); \
1713 r1hl = extract64(r1, 32, 16); \
1717 ret |= extract64(r1, 0, 16) << 16; \
1719 ret |= extract64(r2, 16, 16) << 32; \
1720 ret |= extract64(r1 + 1, 0, 16) << 16; \
1734 uint32_t ret_hw0 = extract32(r1, 0, 16); in helper_clo_h()
1735 uint32_t ret_hw1 = extract32(r1, 16, 16); in helper_clo_h()
1737 ret_hw0 = clo32(ret_hw0 << 16); in helper_clo_h()
1738 ret_hw1 = clo32(ret_hw1 << 16); in helper_clo_h()
1740 if (ret_hw0 > 16) { in helper_clo_h()
1741 ret_hw0 = 16; in helper_clo_h()
1743 if (ret_hw1 > 16) { in helper_clo_h()
1744 ret_hw1 = 16; in helper_clo_h()
1747 return ret_hw0 | (ret_hw1 << 16); in helper_clo_h()
1752 uint32_t ret_hw0 = extract32(r1, 0, 16); in helper_clz_h()
1753 uint32_t ret_hw1 = extract32(r1, 16, 16); in helper_clz_h()
1755 ret_hw0 = clz32(ret_hw0 << 16); in helper_clz_h()
1756 ret_hw1 = clz32(ret_hw1 << 16); in helper_clz_h()
1758 if (ret_hw0 > 16) { in helper_clz_h()
1759 ret_hw0 = 16; in helper_clz_h()
1761 if (ret_hw1 > 16) { in helper_clz_h()
1762 ret_hw1 = 16; in helper_clz_h()
1765 return ret_hw0 | (ret_hw1 << 16); in helper_clz_h()
1770 uint32_t ret_hw0 = extract32(r1, 0, 16); in helper_cls_h()
1771 uint32_t ret_hw1 = extract32(r1, 16, 16); in helper_cls_h()
1773 ret_hw0 = clrsb32(ret_hw0 << 16); in helper_cls_h()
1774 ret_hw1 = clrsb32(ret_hw1 << 16); in helper_cls_h()
1783 return ret_hw0 | (ret_hw1 << 16); in helper_cls_h()
1806 if (shift_count == -16) { in helper_sh_h()
1809 ret_hw0 = extract32(r1, 0, 16) >> -shift_count; in helper_sh_h()
1810 ret_hw1 = extract32(r1, 16, 16) >> -shift_count; in helper_sh_h()
1811 return (ret_hw0 & 0xffff) | (ret_hw1 << 16); in helper_sh_h()
1813 ret_hw0 = extract32(r1, 0, 16) << shift_count; in helper_sh_h()
1814 ret_hw1 = extract32(r1, 16, 16) << shift_count; in helper_sh_h()
1815 return (ret_hw0 & 0xffff) | (ret_hw1 << 16); in helper_sh_h()
1867 ret_hw0 = sextract32(r1, 0, 16) >> -shift_count; in helper_sha_h()
1868 ret_hw1 = sextract32(r1, 16, 16) >> -shift_count; in helper_sha_h()
1869 return (ret_hw0 & 0xffff) | (ret_hw1 << 16); in helper_sha_h()
1871 ret_hw0 = sextract32(r1, 0, 16) << shift_count; in helper_sha_h()
1872 ret_hw1 = sextract32(r1, 16, 16) << shift_count; in helper_sha_h()
1873 return (ret_hw0 & 0xffff) | (ret_hw1 << 16); in helper_sha_h()
1882 for (i = 0; i < 16; i++) { in helper_bmerge()
1932 ret |= nOnes << 16; in helper_parity()
2060 ret = ret << 16; in helper_dvinit_h_13()
2065 abs_sig_dividend = abs((int32_t)r1) >> 16; in helper_dvinit_h_13()
2081 ret = ret << 16; in helper_dvinit_h_131()
2260 ret = ret << 16; in helper_mulm_h()
2283 return (result1 & 0xffff0000) | (result0 >> 16); in helper_mulr_h()
2339 uint32_t gen = extract32(arg0, 16, n); in helper_crcn()
2389 res |= resb << 16; in helper_shuffle()
2466 cpu_stl_data(env, ea+16, env->gpr_d[8]); in save_context_upper()
2486 cpu_stl_data(env, ea+16, env->gpr_d[0]); in save_context_lower()
2507 env->gpr_d[8] = cpu_ldl_data(env, ea+16); in restore_context_upper()
2528 env->gpr_d[0] = cpu_ldl_data(env, ea+16); in restore_context_lower()
2578 /* M(EA, 16 * word) = {PCXI, PSW, A[10], A[11], D[8], D[9], D[10], D[11], in helper_call()
2640 A[13], A[14], A[15], D[12], D[13], D[14], D[15]} = M(EA, 16 * word); */ in helper_ret()
2674 /* M(EA, 16 * word) = {PCXI, A[11], A[2], A[3], D[0], D[1], D[2], D[3], A[4] in helper_bisr()
2734 A[13], A[14], A[15], D[12], D[13], D[14], D[15]} = M(EA, 16 * word); */ in helper_rfe()
2806 /* M(EA, 16 * word) = {PCXI, PSW, A[10], A[11], D[8], D[9], D[10], D[11], in helper_svlcx()
2849 /* M(EA, 16 * word) = {PCXI, PSW, A[10], A[11], D[8], D[9], D[10], D[11], in helper_svucx()
2895 A[13], A[14], A[15], D[12], D[13], D[14], D[15]} = M(EA, 16 * word); */ in helper_rslcx()