Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1762 return vceq_u32(v1, v2); in test_vceq_u32()
Darm_neon_intrinsics.c1343 return vceq_u32(a, b); in test_vceq_u32()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1944 return vceq_u32(v1, v2); in test_vceq_u32()
Darm_neon_intrinsics.c1490 return vceq_u32(a, b); in test_vceq_u32()
/external/neon_2_sse/
DNEON_2_SSE.h720 _NEON2SSESTORAGE uint32x2_t vceq_u32(uint32x2_t a, uint32x2_t b); // VCEQ.I32 d0, d0, d0
5068 _NEON2SSESTORAGE uint32x2_t vceq_u32(uint32x2_t a, uint32x2_t b); // VCEQ.I32 d0, d0, d0
5069 _NEON2SSE_INLINE uint32x2_t vceq_u32(uint32x2_t a, uint32x2_t b) in vceq_u32() function