Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h540 vceq_u8(vreinterpret_u8_s64(x), vreinterpret_u8_s64(y))); in v64_cmpeq_8()
/external/neon_2_sse/
DNEON_2_SSE.h718 _NEON2SSESTORAGE uint8x8_t vceq_u8(uint8x8_t a, uint8x8_t b); // VCEQ.I8 d0, d0, d0
5052 _NEON2SSESTORAGE uint8x8_t vceq_u8(uint8x8_t a, uint8x8_t b); // VCEQ.I8 d0, d0, d0
5053 _NEON2SSE_INLINE uint8x8_t vceq_u8(uint8x8_t a, uint8x8_t b) in vceq_u8() function
5077 #define vceq_p8 vceq_u8
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1746 return vceq_u8(v1, v2); in test_vceq_u8()
Darm_neon_intrinsics.c1327 return vceq_u8(a, b); in test_vceq_u8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c1474 return vceq_u8(a, b); in test_vceq_u8()
Daarch64-neon-intrinsics.c1928 return vceq_u8(v1, v2); in test_vceq_u8()