Home
last modified time | relevance | path

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

/external/pffft/
Dsse2neon.h208 #define vreinterpretq_u64_m128i(x) vreinterpretq_u64_s64(x) macro
735 uint64x1_t hi = vget_high_u64(vreinterpretq_u64_m128i(*a)); in _mm_storel_epi64()
736 uint64x1_t lo = vget_low_u64(vreinterpretq_u64_m128i(b)); in _mm_storel_epi64()
2004 vshlq_u64(vreinterpretq_u64_m128i(a), vdupq_n_s64(-imm))); \
2189 return vreinterpretq_m128i_u64(vshlq_u64(vreinterpretq_u64_m128i(a), vc)); in _mm_srl_epi64()
3020 uint32x2_t a_lo = vmovn_u64(vreinterpretq_u64_m128i(a)); in _mm_mul_epu32()
3021 uint32x2_t b_lo = vmovn_u64(vreinterpretq_u64_m128i(b)); in _mm_mul_epu32()
4004 vceqq_u64(vreinterpretq_u64_m128i(a), vreinterpretq_u64_m128i(b))); in _mm_cmpeq_epi64()
5562 uint64x2_t a = vreinterpretq_u64_m128i(_a); in _mm_clmulepi64_si128()
5563 uint64x2_t b = vreinterpretq_u64_m128i(_b); in _mm_clmulepi64_si128()