Lines Matching refs:sextract32
303 ret_hw0 = sextract32(r1, 0, 16) + sextract32(r2, 0, 16); in helper_add_h_ssov()
304 ret_hw1 = sextract32(r1, 16, 16) + sextract32(r2, 16, 16); in helper_add_h_ssov()
459 ret_hw0 = sextract32(r1, 0, 16) - sextract32(r2, 0, 16); in helper_sub_h_ssov()
460 ret_hw1 = sextract32(r1, 16, 16) - sextract32(r2, 16, 16); in helper_sub_h_ssov()
621 ret_h0 = sextract32(r1, 0, 16); in helper_abs_h_ssov()
624 ret_h1 = sextract32(r1, 16, 16); in helper_abs_h_ssov()
651 t1 = sextract32(r1, 0, 16); in helper_absdif_h_ssov()
652 t2 = sextract32(r2, 0, 16); in helper_absdif_h_ssov()
659 t1 = sextract32(r1, 16, 16); in helper_absdif_h_ssov()
660 t2 = sextract32(r2, 16, 16); in helper_absdif_h_ssov()
1109 b = sextract32(arg, i * 8, 8); in helper_abs_b()
1132 h = sextract32(arg, i * 16, 16); in helper_abs_h()
1156 extr_r2 = sextract32(r2, i * 8, 8); in helper_absdif_b()
1157 b = sextract32(r1, i * 8, 8); in helper_absdif_b()
1180 extr_r2 = sextract32(r2, i * 16, 16); in helper_absdif_h()
1181 h = sextract32(r1, i * 16, 16); in helper_absdif_h()
1309 extr_r1 = sextract32(r1, i * 8, 8); in helper_add_b()
1310 extr_r2 = sextract32(r2, i * 8, 8); in helper_add_b()
1335 extr_r1 = sextract32(r1, i * 16, 16); in helper_add_h()
1336 extr_r2 = sextract32(r2, i * 16, 16); in helper_add_h()
1464 extr_r1 = sextract32(r1, i * 8, 8); in helper_sub_b()
1465 extr_r2 = sextract32(r2, i * 8, 8); in helper_sub_b()
1490 extr_r1 = sextract32(r1, i * 16, 16); in helper_sub_h()
1491 extr_r2 = sextract32(r2, i * 16, 16); in helper_sub_h()
1544 ret |= (sextract32(r1, i * 8, 8) == sextract32(r2, i * 8, 8)); in helper_eqany_b()
1554 ret = (sextract32(r1, 0, 16) == sextract32(r2, 0, 16)); in helper_eqany_h()
1555 ret |= (sextract32(r1, 16, 16) == sextract32(r2, 16, 16)); in helper_eqany_h()
1566 if (sextract32(r1, i * 8, 8) < sextract32(r2, i * 8, 8)) { in helper_lt_b()
1592 if (sextract32(r1, 0, 16) < sextract32(r2, 0, 16)) { in helper_lt_h()
1596 if (sextract32(r1, 16, 16) < sextract32(r2, 16, 16)) { in helper_lt_h()
1625 extr_r1 = sextract32(r1, i * 8, 8); \
1626 extr_r2 = sextract32(r2, i * 8, 8); \
1653 extr_r1 = sextract32(r1, 0, 16); \
1654 extr_r2 = sextract32(r2, 0, 16); \
1658 extr_r1 = sextract32(r1, 16, 16); \
1659 extr_r2 = sextract32(r2, 16, 16); \
1789 int32_t shift_count = sextract32(r2, 0, 6); in helper_sh()
1805 shift_count = sextract32(r2, 0, 5); in helper_sh_h()
1826 shift_count = sextract32(r2, 0, 6); in helper_sha()
1827 t1 = sextract32(r1, 0, 32); in helper_sha()
1863 shift_count = sextract32(r2, 0, 5); in helper_sha_h()
1868 ret_hw0 = sextract32(r1, 0, 16) >> -shift_count; in helper_sha_h()
1869 ret_hw1 = sextract32(r1, 16, 16) >> -shift_count; in helper_sha_h()
1872 ret_hw0 = sextract32(r1, 0, 16) << shift_count; in helper_sha_h()
1873 ret_hw1 = sextract32(r1, 16, 16) << shift_count; in helper_sha_h()
2020 ret = sextract32(r1, 0, 32); in helper_dvinit_b_13()
2040 uint64_t ret = sextract32(r1, 0, 32); in helper_dvinit_b_131()
2060 ret = sextract32(r1, 0, 32); in helper_dvinit_h_13()
2080 uint64_t ret = sextract32(r1, 0, 32); in helper_dvinit_h_131()