Searched refs:int64x2_t (Results 1 – 2 of 2) sorted by relevance
36 typedef struct { int64_t e[2]; } int64x2_t; typedef70 static int64x2_t vpadalq_s32(int64x2_t a, int32x4_t b) in vpadalq_s32()72 int64x2_t r; in vpadalq_s32()92 static int64_t vaddvq_s64(int64x2_t v) in vaddvq_s64()118 static int64x2_t vmovq_n_s64(int64_t v) in vmovq_n_s64()120 return (int64x2_t){ { v, v, } }; in vmovq_n_s64()
197 int64x2_t v = vmovq_n_s64(0); in neon_dot()233 int64x2_t v0 = vmovq_n_s64(0), v1 = v0, v2 = v0, v3 = v0; in neon_correlate()