Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Daarch64-neon-3v.c277 return veor_s64(a, b); in test_veor_s64()
Darm_neon_intrinsics.c3099 return veor_s64(a, b); in test_veor_s64()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-3v.c277 return veor_s64(a, b); in test_veor_s64()
Darm_neon_intrinsics.c2923 return veor_s64(a, b); in test_veor_s64()
/external/libaom/libaom/aom_dsp/simd/
Dv64_intrinsics_arm.h205 SIMD_INLINE v64 v64_xor(v64 x, v64 y) { return veor_s64(x, y); } in v64_xor()
/external/neon_2_sse/
DNEON_2_SSE.h2146 _NEON2SSESTORAGE int64x1_t veor_s64(int64x1_t a, int64x1_t b); // VEOR d0,d0,d0
15326 _NEON2SSESTORAGE int64x1_t veor_s64(int64x1_t a, int64x1_t b); // VEOR d0,d0,d0
15327 _NEON2SSE_INLINE int64x1_t veor_s64(int64x1_t a, int64x1_t b) in veor_s64() function
15344 #define veor_u64 veor_s64