Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv128_intrinsics_arm.h229 vaddq_u64(vreinterpretq_u64_s64(x), vreinterpretq_u64_s64(y))); in v128_add_64()
755 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(c))); in v128_shl_64()
761 vshlq_u64(vreinterpretq_u64_s64(a), vdupq_n_s64(-c))); in v128_shr_u64()
851 return c ? vreinterpretq_s64_u64(vshlq_n_u64(vreinterpretq_u64_s64(a), c)) in v128_shl_n_64()
856 return c ? vreinterpretq_s64_u64(vshrq_n_u64(vreinterpretq_u64_s64(a), c)) in v128_shr_n_u64()
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/
Dreinterpret.c1386 return vreinterpretq_u64_s64(a); in test_vreinterpretq_u64_s64()
/external/pffft/
Dsse2neon.h208 #define vreinterpretq_u64_m128i(x) vreinterpretq_u64_s64(x)
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c17005 return vreinterpretq_u64_s64(a); in test_vreinterpretq_u64_s64()
Darm_neon_intrinsics.c12832 return vreinterpretq_u64_s64(a); in test_vreinterpretq_u64_s64()
/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