Lines Matching refs:t3
674 int64_t t3 = sextract64(r3, 0, 32); in helper_madd32_ssov() local
677 result = t2 + (t1 * t3); in helper_madd32_ssov()
686 uint64_t t3 = extract64(r3, 0, 32); in helper_madd32_suov() local
689 result = t2 + (t1 * t3); in helper_madd32_suov()
698 int64_t t3 = sextract64(r3, 0, 32); in helper_madd64_ssov() local
701 mul = t1 * t3; in helper_madd64_ssov()
772 int64_t t3 = sextract64(r3, 0, 32); in helper_madd64_q_ssov() local
776 mul = (t2 * t3) << n; in helper_madd64_q_ssov()
823 int64_t t3 = sextract64(r3, 0, 32); in helper_maddr_q_ssov() local
826 if ((t2 == -0x8000ll) && (t3 == -0x8000ll) && (n == 1)) { in helper_maddr_q_ssov()
829 mul = (t2 * t3) << n; in helper_maddr_q_ssov()
856 uint64_t t3 = extract64(r3, 0, 32); in helper_madd64_suov() local
858 mul = t1 * t3; in helper_madd64_suov()
881 int64_t t3 = sextract64(r3, 0, 32); in helper_msub32_ssov() local
884 result = t2 - (t1 * t3); in helper_msub32_ssov()
893 uint64_t t3 = extract64(r3, 0, 32); in helper_msub32_suov() local
897 mul = (t1 * t3); in helper_msub32_suov()
920 int64_t t3 = sextract64(r3, 0, 32); in helper_msub64_ssov() local
923 mul = t1 * t3; in helper_msub64_ssov()
952 uint64_t t3 = extract64(r3, 0, 32); in helper_msub64_suov() local
954 mul = t1 * t3; in helper_msub64_suov()
1020 int64_t t3 = sextract64(r3, 0, 32); in helper_msub64_q_ssov() local
1024 mul = (t2 * t3) << n; in helper_msub64_q_ssov()
1072 int64_t t3 = sextract64(r3, 0, 32); in helper_msubr_q_ssov() local
1075 if ((t2 == -0x8000ll) && (t3 == -0x8000ll) && (n == 1)) { in helper_msubr_q_ssov()
1078 mul = (t2 * t3) << n; in helper_msubr_q_ssov()
1276 int64_t t3 = sextract64(r3, 0, 32); in helper_maddr_q() local
1279 if ((t2 == -0x8000ll) && (t3 == -0x8000ll) && (n == 1)) { in helper_maddr_q()
1282 mul = (t2 * t3) << n; in helper_maddr_q()
1431 int64_t t3 = sextract64(r3, 0, 32); in helper_msubr_q() local
1434 if ((t2 == -0x8000ll) && (t3 == -0x8000ll) && (n == 1)) { in helper_msubr_q()
1437 mul = (t2 * t3) << n; in helper_msubr_q()