Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h632 _NEON2SSESTORAGE int32x4_t vqdmull_s16(int16x4_t a, int16x4_t b); // VQDMULL.S16 q0,d0,d0
3790 _NEON2SSESTORAGE int32x4_t vqdmull_s16(int16x4_t a, int16x4_t b); // VQDMULL.S16 q0,d0,d0
3791 _NEON2SSE_INLINE int32x4_t vqdmull_s16(int16x4_t a, int16x4_t b) in vqdmull_s16() function
13836 return vqdmull_s16(vec1, b); in vqdmull_n_s16()
13855 return vqdmull_s16(vec1, scalar);
/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt1176 VQDMULL:0:vqdmull_s16 Neon cumulative saturation 0
1204 VQDMULL:24:vqdmull_s16 Neon cumulative saturation 1
Dref-rvct-neon.txt1256 VQDMULL:0:vqdmull_s16 Neon cumulative saturation 0
1286 VQDMULL:26:vqdmull_s16 Neon cumulative saturation 1
Dref-rvct-all.txt1256 VQDMULL:0:vqdmull_s16 Neon cumulative saturation 0
1286 VQDMULL:26:vqdmull_s16 Neon cumulative saturation 1
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c9100 return vqdmull_s16(a, b); in test_vqdmull_s16()
Darm_neon_intrinsics.c12190 return vqdmull_s16(a, b); in test_vqdmull_s16()