Home
last modified time | relevance | path

Searched refs:vec_ctf (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h1112 __vf1 = (__vector float) vec_ctf (__vm1, 0); in _mm_cvtpi32_ps()
1135 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi16_ps()
1157 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpu16_ps()
1174 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi8_ps()
1201 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpu8_ps()
1214 __vf4 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi32x2_ps()
H A Daltivec.h228 #define vec_ctf __builtin_vec_ctf macro
H A Demmintrin.h857 return (__m128d)vec_ctf (__val, 0); in _mm_cvtepi32_pd()
864 return ((__m128)vec_ctf((__v4si)__A, 0)); in _mm_cvtepi32_ps()
998 __result = vec_ctf ((__vector signed long long) __tmp2, 0); in _mm_cvtpi32_pd()
H A Dsi2vmx.h869 #define si_cuflt(_a, _b) ((qword)(vec_ctf((vec_uint4)(_a), _b)))
870 #define si_csflt(_a, _b) ((qword)(vec_ctf((vec_int4)(_a), _b)))
H A Dspu2vmx.h436 #define spu_convtf(_a, _b) (vec_ctf(_a, _b))
H A Dvsx.md2246 ;; Convert and scale (used by vec_ctf, vec_cts, vec_ctu for double/long long)
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h1089 vf1 = (__vector float) vec_ctf (vm1, 0); in _mm_cvtpi32_ps()
1112 vf1 = (__vector float) vec_ctf (vi4, 0); in _mm_cvtpi16_ps()
1134 vf1 = (__vector float) vec_ctf (vi4, 0); in _mm_cvtpu16_ps()
1151 vf1 = (__vector float) vec_ctf (vi4, 0); in _mm_cvtpi8_ps()
1178 vf1 = (__vector float) vec_ctf (vi4, 0); in _mm_cvtpu8_ps()
1191 vf4 = (__vector float) vec_ctf (vi4, 0); in _mm_cvtpi32x2_ps()
H A Demmintrin.h837 return (__m128d)vec_ctf (val, 0); in _mm_cvtepi32_pd()
844 return ((__m128)vec_ctf((__v4si)__A, 0)); in _mm_cvtepi32_ps()
966 result = vec_ctf ((__vector signed long long) tmp2, 0); in _mm_cvtpi32_pd()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dxmmintrin.h1112 __vf1 = (__vector float) vec_ctf (__vm1, 0); in _mm_cvtpi32_ps()
1135 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi16_ps()
1157 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpu16_ps()
1174 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi8_ps()
1201 __vf1 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpu8_ps()
1214 __vf4 = (__vector float) vec_ctf (__vi4, 0); in _mm_cvtpi32x2_ps()
H A Demmintrin.h853 return (__m128d)vec_ctf (__val, 0); in _mm_cvtepi32_pd()
860 return ((__m128)vec_ctf((__v4si)__A, 0)); in _mm_cvtepi32_ps()
994 __result = vec_ctf ((__vector signed long long) __tmp2, 0); in _mm_cvtpi32_pd()
H A Dsi2vmx.h869 #define si_cuflt(_a, _b) ((qword)(vec_ctf((vec_uint4)(_a), _b)))
870 #define si_csflt(_a, _b) ((qword)(vec_ctf((vec_int4)(_a), _b)))
H A Dspu2vmx.h436 #define spu_convtf(_a, _b) (vec_ctf(_a, _b))
H A Drs6000-overload.def1167 [VEC_CTF, vec_ctf, __builtin_vec_ctf]
H A Dvsx.md2434 ;; Convert and scale (used by vec_ctf, vec_cts, vec_ctu for double/long long)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h528 #define vec_ctf(_a, _b) spu_convtf(_a, _b) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3162 #define vec_ctf(__a, __b) \ macro
3175 #define vec_ctf(__a, __b) \ macro
3193 #define vec_ctf(__a, __b) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi17988 vector float vec_ctf (vector unsigned int, const int);
17989 vector float vec_ctf (vector signed int, const int);
19117 vector double vec_ctf (vector unsigned long, const int);
19118 vector double vec_ctf (vector signed long, const int);
H A Dgcc.info47560 vector float vec_ctf (vector unsigned int, const int);
47561 vector float vec_ctf (vector signed int, const int);
48687 vector double vec_ctf (vector unsigned long, const int);
48688 vector double vec_ctf (vector signed long, const int);
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18684 @item @code{vec_ctf}
H A Dgcc.info51205 'vec_ctf' 'vec_cts' 'vec_ctu'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200431723 * config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,
H A DChangeLog-201420695 * doc/extend.texi (vec_ctf): Add new prototypes.