Home
last modified time | relevance | path

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

/liblc3-3.5.0-3.4.0/src/
Dltpf_neon.h211 int32_t v32 = (vaddvq_s64(v) + (1 << 5)) >> 6; in neon_dot()
266 *(y++) = (float)((int32_t)((vaddvq_s64(v0) + (1 << 5)) >> 6)); in neon_correlate()
267 *(y++) = (float)((int32_t)((vaddvq_s64(v1) + (1 << 5)) >> 6)); in neon_correlate()
268 *(y++) = (float)((int32_t)((vaddvq_s64(v2) + (1 << 5)) >> 6)); in neon_correlate()
269 *(y++) = (float)((int32_t)((vaddvq_s64(v3) + (1 << 5)) >> 6)); in neon_correlate()
/liblc3-3.5.0-3.4.0/test/neon/
Dneon.h92 static int64_t vaddvq_s64(int64x2_t v) in vaddvq_s64() function