Home
last modified time | relevance | path

Searched refs:vceqq_u8 (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_simd_inc.h791 # define VCEQQ vceqq_u8
/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h665 vceqq_u8(vreinterpretq_u8_s64(x), vreinterpretq_u8_s64(y))); in v128_cmpeq_8()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c1810 return vceqq_u8(v1, v2); in test_vceqq_u8()
Darm_neon_intrinsics.c1391 return vceqq_u8(a, b); in test_vceqq_u8()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c1538 return vceqq_u8(a, b); in test_vceqq_u8()
Daarch64-neon-intrinsics.c1992 return vceqq_u8(v1, v2); in test_vceqq_u8()
/external/neon_2_sse/
DNEON_2_SSE.h726 _NEON2SSESTORAGE uint8x16_t vceqq_u8(uint8x16_t a, uint8x16_t b); // VCEQ.I8 q0, q0, q0
5097 _NEON2SSESTORAGE uint8x16_t vceqq_u8(uint8x16_t a, uint8x16_t b); // VCEQ.I8 q0, q0, q0
5098 #define vceqq_u8 _mm_cmpeq_epi8 macro