Home
last modified time | relevance | path

Searched refs:vreinterpretq_u64_s64 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h227 vaddq_u64(vreinterpretq_u64_s64(x), vreinterpretq_u64_s64(y))); in v128_add_64()
753 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(c))); in v128_shl_64()
759 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(-c))); in v128_shr_u64()
840 return vreinterpretq_s64_u64(vshlq_n_u64(vreinterpretq_u64_s64(a), c)); in v128_shl_n_64()
844 return vreinterpretq_s64_u64(vshrq_n_u64(vreinterpretq_u64_s64(a), c)); in v128_shr_n_u64()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c21185 return vreinterpretq_u64_s64(a); in test_vreinterpretq_u64_s64()
Darm_neon_intrinsics.c15130 return vreinterpretq_u64_s64(a); in test_vreinterpretq_u64_s64()
/external/neon_2_sse/
DNEON_2_SSE.h16299 _NEON2SSESTORAGE uint64x2_t vreinterpretq_u64_s64 (int64x2_t t);
16300 #define vreinterpretq_u64_s64 macro