• Home
  • Raw
  • Download

Lines Matching defs:vec_sub

11283 vec_sub(vector signed char __a, vector signed char __b) {  in vec_sub()  function
11288 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function
11293 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function
11298 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function
11303 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function
11308 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function
11312 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
11317 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function
11322 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function
11328 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub() function
11333 vec_sub(vector bool short __a, vector unsigned short __b) { in vec_sub() function
11338 vec_sub(vector unsigned short __a, vector bool short __b) { in vec_sub() function
11342 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
11347 static __inline__ vector int __ATTRS_o_ai vec_sub(vector bool int __a, in vec_sub() function
11352 static __inline__ vector int __ATTRS_o_ai vec_sub(vector int __a, in vec_sub() function
11358 vec_sub(vector unsigned int __a, vector unsigned int __b) { in vec_sub() function
11363 vec_sub(vector bool int __a, vector unsigned int __b) { in vec_sub() function
11368 vec_sub(vector unsigned int __a, vector bool int __b) { in vec_sub() function
11374 vec_sub(vector signed __int128 __a, vector signed __int128 __b) { in vec_sub() function
11379 vec_sub(vector unsigned __int128 __a, vector unsigned __int128 __b) { in vec_sub() function
11386 vec_sub(vector signed long long __a, vector signed long long __b) { in vec_sub() function
11391 vec_sub(vector unsigned long long __a, vector unsigned long long __b) { in vec_sub() function
11395 static __inline__ vector double __ATTRS_o_ai vec_sub(vector double __a, in vec_sub() function
11401 static __inline__ vector float __ATTRS_o_ai vec_sub(vector float __a, in vec_sub() function