Searched defs:vec_sub (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Headers/ |
H A D | altivec.h | 11869 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub() function 11874 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function 11879 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function 11884 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function 11889 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function 11894 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function 11898 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function 11903 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function 11908 static __inline__ vector short __ATTRS_o_ai vec_sub(vecto function 11914 vec_sub(vector unsigned short __a, vector unsigned short __b) { vec_sub() function 11919 vec_sub(vector bool short __a, vector unsigned short __b) { vec_sub() function 11924 vec_sub(vector unsigned short __a, vector bool short __b) { vec_sub() function 11928 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, vec_sub() function 11933 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, vec_sub() function 11938 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, vec_sub() function 11944 vec_sub(vector unsigned int __a, vector unsigned int __b) { vec_sub() function 11949 vec_sub(vector bool int __a, vector unsigned int __b) { vec_sub() function 11954 vec_sub(vector unsigned int __a, vector bool int __b) { vec_sub() function 11961 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { vec_sub() function 11966 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { vec_sub() function 11974 vec_sub(vector signed long long __a, vector signed long long __b) { vec_sub() function 11979 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { vec_sub() function 11983 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, vec_sub() function 11989 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, vec_sub() function [all...] |