Searched refs:vcombine_s64 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 32 return vcombine_s64(low, high); in test_vcombine_s64()
|
D | arm_neon_intrinsics.c | 2083 return vcombine_s64(a, b); in test_vcombine_s64()
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 32 return vcombine_s64(low, high); in test_vcombine_s64()
|
D | arm_neon_intrinsics.c | 2262 return vcombine_s64(a, b); in test_vcombine_s64()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics_arm.h | 29 SIMD_INLINE v128 v128_from_v64(v64 a, v64 b) { return vcombine_s64(b, a); } in v128_from_v64() 32 return vcombine_s64((int64x1_t)b, (int64x1_t)a); in v128_from_64() 36 return vcombine_s64(v64_from_32(c, d), v64_from_32(a, b)); in v128_from_32()
|
/external/webp/src/dsp/ |
D | enc_neon.c | 284 vcombine_s64(vreinterpret_s64_s32(tmp02.val[0]), in Transpose4x4_S16_NEON() 287 vcombine_s64(vreinterpret_s64_s32(tmp13.val[1]), in Transpose4x4_S16_NEON()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | transpose_neon.h | 42 b0.val[0] = vcombine_s64(vreinterpret_s64_s32(vget_low_s32(a0)), in vpx_vtrnq_s64() 44 b0.val[1] = vcombine_s64(vreinterpret_s64_s32(vget_high_s32(a0)), in vpx_vtrnq_s64()
|
/external/pffft/ |
D | sse2neon.h | 511 return vreinterpretq_m128i_s64(vcombine_s64(e1, e0)); in _mm_setr_epi64() 869 vcombine_s64(vld1_s64((const int64_t *) p), vdup_n_s64(0))); in _mm_loadu_si64() 2310 vcombine_s64(vreinterpret_s64_m64(a), vdup_n_s64(0))); in _mm_movpi64_epi64() 5087 return vreinterpretq_m128i_s64(vcombine_s64(a_l, b_l)); in _mm_unpacklo_epi64() 5212 return vreinterpretq_m128i_s64(vcombine_s64(a_h, b_h)); in _mm_unpackhi_epi64()
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 1735 _NEON2SSESTORAGE int64x2_t vcombine_s64(int64x1_t low, int64x1_t high); // VMOV d0,d0 12523 _NEON2SSESTORAGE int64x2_t vcombine_s64(int64x1_t low, int64x1_t high); // VMOV d0,d0 12524 #define vcombine_s64 vcombine_s8 macro 12547 #define vcombine_u64 vcombine_s64
|