Home
last modified time | relevance | path

Searched refs:vec_vslo (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h92 #define vec_vslo vec_slo macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h88 #define vec_vslo vec_slo macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h9907 vec_vslo(vector signed char __a, vector signed char __b) { in vec_vslo() function
9913 vec_vslo(vector signed char __a, vector unsigned char __b) { in vec_vslo() function
9919 vec_vslo(vector unsigned char __a, vector signed char __b) { in vec_vslo() function
9925 vec_vslo(vector unsigned char __a, vector unsigned char __b) { in vec_vslo() function
9930 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function
9935 static __inline__ vector short __ATTRS_o_ai vec_vslo(vector short __a, in vec_vslo() function
9941 vec_vslo(vector unsigned short __a, vector signed char __b) { in vec_vslo() function
9947 vec_vslo(vector unsigned short __a, vector unsigned char __b) { in vec_vslo() function
9952 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function
9957 static __inline__ vector pixel __ATTRS_o_ai vec_vslo(vector pixel __a, in vec_vslo() function
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224719 (vec_vslo): New.