Searched defs:vec_sub (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h242 #define vec_sub __builtin_vec_sub macro
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h4405 vec_sub (vector signed char a1, vector signed char a2) function
4411 vec_sub (vector signed char a1, vector unsigned char a2) function
4417 vec_sub (vector unsigned char a1, vector signed char a2) function
4423 vec_sub (vector unsigned char a1, vector unsigned char a2) function
4429 vec_sub (vector signed short a1, vector signed short a2) function
4435 vec_sub (vector signed short a1, vector unsigned short a2) function
4441 vec_sub (vector unsigned short a1, vector signed short a2) function
4447 vec_sub (vector unsigned short a1, vector unsigned short a2) function
4453 vec_sub (vecto function
4459 vec_sub (vector signed int a1, vector unsigned int a2) function
4465 vec_sub (vector unsigned int a1, vector signed int a2) function
4471 vec_sub (vector unsigned int a1, vector unsigned int a2) function
4477 vec_sub (vector float a1, vector float a2) function
7890 #define vec_sub macro
[all...]
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Daltivec.h11857 vec_sub(vector signed char __a, vector signed char __b) { function
11862 vec_sub(vector bool char __a, vector signed char __b) { function
11867 vec_sub(vector signed char __a, vector bool char __b) { function
11872 vec_sub(vector unsigned char __a, vector unsigned char __b) { function
11877 vec_sub(vector bool char __a, vector unsigned char __b) { function
11882 vec_sub(vector unsigned char __a, vector bool char __b) { function
11886 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, function
11891 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, function
11896 static __inline__ vector short __ATTRS_o_ai vec_sub(vecto function
11902 vec_sub(vector unsigned short __a, vector unsigned short __b) { function
11907 vec_sub(vector bool short __a, vector unsigned short __b) { function
11912 vec_sub(vector unsigned short __a, vector bool short __b) { function
11916 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
11921 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, function
11926 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, function
11932 vec_sub(vector unsigned int __a, vector unsigned int __b) { function
11937 vec_sub(vector bool int __a, vector unsigned int __b) { function
11942 vec_sub(vector unsigned int __a, vector bool int __b) { function
11949 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { function
11954 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
11962 vec_sub(vector signed long long __a, vector signed long long __b) { function
11967 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { function
11971 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, function
11977 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, function
[all...]

Completed in 393 milliseconds