Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dneon.h64 row01.val[0] = vcombine_u64(vget_low_u64(row01.val[0]), row2l); in Transpose4x4_NEON()
65 row23.val[0] = vcombine_u64(row0h, vget_high_u64(row23.val[0])); in Transpose4x4_NEON()
66 row01.val[1] = vcombine_u64(vget_low_u64(row01.val[1]), row3l); in Transpose4x4_NEON()
67 row23.val[1] = vcombine_u64(row1h, vget_high_u64(row23.val[1])); in Transpose4x4_NEON()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-vcombine.c60 return vcombine_u64(low, high); in test_vcombine_u64()
Darm_neon_intrinsics.c2125 return vcombine_u64(a, b); in test_vcombine_u64()
/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c60 return vcombine_u64(low, high); in test_vcombine_u64()
Darm_neon_intrinsics.c2304 return vcombine_u64(a, b); in test_vcombine_u64()
/external/pffft/
Dsse2neon.h737 *a = vreinterpretq_m128i_u64(vcombine_u64(lo, hi)); in _mm_storel_epi64()
/external/neon_2_sse/
DNEON_2_SSE.h1741 _NEON2SSESTORAGE uint64x2_t vcombine_u64(uint64x1_t low, uint64x1_t high); // VMOV d0,d0
12546 _NEON2SSESTORAGE uint64x2_t vcombine_u64(uint64x1_t low, uint64x1_t high); // VMOV d0,d0
12547 #define vcombine_u64 vcombine_s64 macro