Home
last modified time | relevance | path

Searched refs:vmul_p8 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c386 return vmul_p8(v1, v2); in test_vmul_p8()
Darm_neon_intrinsics.c8594 return vmul_p8(a, b); in test_vmul_p8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c10496 return vmul_p8(a, b); in test_vmul_p8()
Daarch64-neon-intrinsics.c385 return vmul_p8(v1, v2); in test_vmul_p8()
/external/neon_2_sse/
DNEON_2_SSE.h543 _NEON2SSESTORAGE poly8x8_t vmul_p8(poly8x8_t a, poly8x8_t b); // VMUL.P8 d0,d0,d0
3582 _NEON2SSESTORAGE poly8x8_t vmul_p8(poly8x8_t a, poly8x8_t b); // VMUL.P8 d0,d0,d0
3583 _NEON2SSE_INLINE poly8x8_t vmul_p8(poly8x8_t a, poly8x8_t b) in vmul_p8() function