Home
last modified time | relevance | path

Searched refs:do_sqadd_d (Results 1 – 1 of 1) sorted by relevance

/qemu/target/arm/tcg/
H A Dsve_helper.c539 static inline int64_t do_sqadd_d(int64_t n, int64_t m) in do_sqadd_d() function
552 DO_ZPZZ_D(sve2_sqadd_zpzz_d, int64_t, do_sqadd_d) in DO_ZPZZ()
1108 return do_sqadd_d(val, val); in do_sqdmull_d()
1317 do_sqdmull_d, do_sqadd_d) in DO_SQDMLAL()
1568 #define DO_SQDMLAL_D(N, M, A) do_sqadd_d(A, do_sqdmull_d(N, M))
1720 DO_CADD(sve2_sqcadd_d, int64_t, H1_8, do_sqadd_d, do_sqsub_d)
2649 *(int64_t *)(d + i) = do_sqadd_d(b, *(int64_t *)(a + i)); in HELPER()