Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_neon.c1365 vcreate_u64((uint64_t)L | (K << 8) | (J << 16) | (I << 24)); in RD4_NEON()
/external/neon_2_sse/
DNEON_2_SSE.h1658 _NEON2SSESTORAGE uint64x1_t vcreate_u64(uint64_t a); // VMOV d0,r0,r0
12162 _NEON2SSESTORAGE uint64x1_t vcreate_u64(uint64_t a); // VMOV d0,r0,r0
12163 #define vcreate_u64 vcreate_s8 macro
12173 #define vcreate_s64 vcreate_u64
/external/llvm-project/clang/test/CodeGen/
Darm_neon_intrinsics.c2224 uint64x1_t tmp = vcreate_u64(a); in test_vcreate_u64()
/external/clang/test/CodeGen/
Darm_neon_intrinsics.c2409 uint64x1_t tmp = vcreate_u64(a); in test_vcreate_u64()