Searched refs:vec_cts (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h978 result = (__vector unsigned long long) vec_cts (rounded, 0);
1035 result = (__vector unsigned long long) vec_cts (temp, 0);
1204 temp = vec_cts (rounded, 0);
1221 tmp_i = vec_cts (rounded, 0);
H A Demmintrin.h978 result = vec_cts (rounded, 0);
987 result = vec_cts ((__v4sf) __A, 0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dxmmintrin.h1001 __result = (__vector unsigned long long) vec_cts (__rounded, 0);
1058 __result = (__vector unsigned long long) vec_cts (__temp, 0);
1227 __temp = vec_cts (__rounded, 0);
1244 __tmp_i = vec_cts (__rounded, 0);
H A Daltivec.h65 #define vec_vctsxs vec_cts
130 #define vec_cts __builtin_vec_cts macro
H A Demmintrin.h1010 __result = vec_cts (__rounded, 0);
1019 __result = vec_cts ((__v4sf) __A, 0);
H A Dsi2vmx.h874 #define si_cflts(_a, _b) ((qword)(vec_cts((vec_float4)(_a), _b)))
H A Dspu2vmx.h441 #define spu_convts(_a, _b) (vec_cts(_a, _b))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h70 #define vec_vctsxs vec_cts
H A Dxmmintrin.h1001 __result = (__vector unsigned long long) vec_cts (__rounded, 0);
1058 __result = (__vector unsigned long long) vec_cts (__temp, 0);
1227 __temp = vec_cts (__rounded, 0);
1244 __tmp_i = vec_cts (__rounded, 0);
H A Demmintrin.h1006 __result = vec_cts (__rounded, 0);
1015 __result = vec_cts ((__v4sf) __A, 0);
H A Dsi2vmx.h874 #define si_cflts(_a, _b) ((qword)(vec_cts((vec_float4)(_a), _b)))
H A Dspu2vmx.h441 #define spu_convts(_a, _b) (vec_cts(_a, _b))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h531 /* vec_cts (vector convert to signed fixed-point word saturate)
534 #define vec_cts(_a, _b) spu_convts(_a, _b) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3231 /* vec_cts */
3235 #define vec_cts(__a, __b) \ macro
3247 #define vec_cts(__a, __b) \ macro
3260 #define vec_cts __builtin_altivec_vctsxs macro

Completed in 723 milliseconds