/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | xmmintrin.h | 1112 __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 D | altivec.h | 228 #define vec_ctf __builtin_vec_ctf macro
|
H A D | emmintrin.h | 857 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 D | si2vmx.h | 869 #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 D | spu2vmx.h | 436 #define spu_convtf(_a, _b) (vec_ctf(_a, _b))
|
H A D | vsx.md | 2246 ;; 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 D | xmmintrin.h | 1089 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 D | emmintrin.h | 837 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 D | xmmintrin.h | 1112 __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 D | emmintrin.h | 853 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 D | si2vmx.h | 869 #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 D | spu2vmx.h | 436 #define spu_convtf(_a, _b) (vec_ctf(_a, _b))
|
H A D | rs6000-overload.def | 1167 [VEC_CTF, vec_ctf, __builtin_vec_ctf]
|
H A D | vsx.md | 2434 ;; 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 D | vmx2spu.h | 528 #define vec_ctf(_a, _b) spu_convtf(_a, _b) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 3162 #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 D | extend.texi | 17988 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 D | gcc.info | 47560 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 D | extend.texi | 18684 @item @code{vec_ctf}
|
H A D | gcc.info | 51205 'vec_ctf' 'vec_cts' 'vec_ctu'
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 31723 * config/rs6000/altivec.h (vec_ctf, vec_vcfsx, vec_vcfux, vec_cts,
|
H A D | ChangeLog-2014 | 20695 * doc/extend.texi (vec_ctf): Add new prototypes.
|