Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c9268 return vmull_p8(a, b); in test_vmull_p8()
Darm_neon_intrinsics.c10382 return vmull_p8(a, b); in test_vmull_p8()
/external/neon_2_sse/
DNEON_2_SSE.h630 _NEON2SSESTORAGE poly16x8_t vmull_p8(poly8x8_t a, poly8x8_t b); // VMULL.P8 q0,d0,d0
3763 _NEON2SSESTORAGE poly16x8_t vmull_p8(poly8x8_t a, poly8x8_t b); // VMULL.P8 q0,d0,d0
3764 _NEON2SSE_INLINE poly16x8_t vmull_p8(poly8x8_t a, poly8x8_t b) in vmull_p8() function