Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h3132 vcreate_f64 (uint64_t __a) in vcreate_f64() function
28168 = vcombine_f64 (__val.val[0], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst1_f64_x2()
28170 = vcombine_f64 (__val.val[1], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst1_f64_x2()
28511 __temp.val[0] = vcombine_f64 (__val.val[0], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst1_f64_x3()
28512 __temp.val[1] = vcombine_f64 (__val.val[1], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst1_f64_x3()
28513 __temp.val[2] = vcombine_f64 (__val.val[2], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst1_f64_x3()
29105 __temp.val[0] = vcombine_f64 (__val.val[0], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst2_f64()
29106 __temp.val[1] = vcombine_f64 (__val.val[1], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst2_f64()
29435 __temp.val[0] = vcombine_f64 (__val.val[0], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst3_f64()
29436 __temp.val[1] = vcombine_f64 (__val.val[1], vcreate_f64 (__AARCH64_UINT64_C (0))); in vst3_f64()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20147206 * config/aarch64/arm_neon.h (vcreate_f64, vreinterpret_f64_s64,
33657 (vcreate_f64): Remove cast, use v1df builtin.