Searched refs:vcreate_s64 (Results 1 – 4 of 4) sorted by relevance
43 return vcreate_s64((uint64_t)a << 48 | (uint64_t)b << 32 | (uint64_t)c << 16 | in v64_from_16()48 return vcreate_s64((uint64_t)x << 32 | y); in v64_from_32()51 SIMD_INLINE v64 v64_from_64(uint64_t x) { return vcreate_s64(x); } in v64_from_64()
2254 int64x1_t tmp = vcreate_s64(a); in test_vcreate_s64()
2440 int64x1_t tmp = vcreate_s64(a); in test_vcreate_s64()
1661 _NEON2SSESTORAGE int64x1_t vcreate_s64(uint64_t a); // VMOV d0,r0,r012172 _NEON2SSESTORAGE int64x1_t vcreate_s64(uint64_t a); // VMOV d0,r0,r012173 #define vcreate_s64 vcreate_u64 macro