Home
last modified time | relevance | path

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

/external/neon_2_sse/
DNEON_2_SSE.h540 _NEON2SSESTORAGE uint8x8_t vmul_u8(uint8x8_t a, uint8x8_t b); // VMUL.I8 d0,d0,d0
3551 _NEON2SSESTORAGE uint8x8_t vmul_u8(uint8x8_t a, uint8x8_t b); // VMUL.I8 d0,d0,d0
3552 _NEON2SSE_INLINE uint8x8_t vmul_u8(uint8x8_t a, uint8x8_t b) // VMUL.I8 d0,d0,d0 in vmul_u8() function
4058 res64 = vmul_u8(b,c); in vmls_u8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c309 return vmul_u8(v1, v2); in test_vmul_u8()
Darm_neon_intrinsics.c8371 return vmul_u8(a, b); in test_vmul_u8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c10253 return vmul_u8(a, b); in test_vmul_u8()
Daarch64-neon-intrinsics.c307 return vmul_u8(v1, v2); in test_vmul_u8()