Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv.h74 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
183 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
330 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
503 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
884 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Ddepthwiseconv_uint8.h65 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
176 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
329 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
509 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
903 const int16x8x2_t input_dup2 = vzipq_s16(input, input);
Ddepthwiseconv_3x3_filter_common.h88 r16x8 = vzipq_s16(vreinterpretq_s16_s8(*a), vreinterpretq_s16_s8(*b)); in vzipq_s8x2_in_place()
/external/webp/src/dsp/
Denc_neon.c91 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ... in Transpose8x2_NEON()
93 *out = vzipq_s16(tmp0.val[0], tmp0.val[1]); in Transpose8x2_NEON()
Dyuv_neon.c251 const int16x8x2_t f = vzipq_s16(e0, e1); in SharpYUVFilterRow_NEON()
Ddec_neon.c1012 const int16x8x2_t tmp0 = vzipq_s16(in0, in1); // a0 c0 a1 c1 a2 c2 ... in Transpose8x2_NEON()
1014 *out = vzipq_s16(tmp0.val[0], tmp0.val[1]); in Transpose8x2_NEON()
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h445 int16x8x2_t r = vzipq_s16(vreinterpretq_s16_s64(y), vreinterpretq_s16_s64(x)); in v128_ziplo_16()
455 int16x8x2_t r = vzipq_s16(vreinterpretq_s16_s64(y), vreinterpretq_s16_s64(x)); in v128_ziphi_16()
/external/clang/test/CodeGen/
Daarch64-neon-perm.c1633 return vzipq_s16(a, b); in test_vzipq_s16()
Darm_neon_intrinsics.c23856 return vzipq_s16(a, b); in test_vzipq_s16()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-perm.c1504 return vzipq_s16(a, b); in test_vzipq_s16()
Darm_neon_intrinsics.c21060 return vzipq_s16(a, b); in test_vzipq_s16()
/external/neon_2_sse/
DNEON_2_SSE.h2247 _NEON2SSESTORAGE int16x8x2_t vzipq_s16(int16x8_t a, int16x8_t b); // VZIP.16 q0,q0
15837 _NEON2SSESTORAGE int16x8x2_t vzipq_s16(int16x8_t a, int16x8_t b); // VZIP.16 q0,q0
15838 _NEON2SSE_INLINE int16x8x2_t vzipq_s16(int16x8_t a, int16x8_t b) // VZIP.16 q0,q0 in vzipq_s16() function
15859 #define vzipq_u16 vzipq_s16