Searched defs:vec_sub (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 9347 vec_sub(vector signed char __a, vector signed char __b) { in vec_sub() function 9352 vec_sub(vector bool char __a, vector signed char __b) { in vec_sub() function 9357 vec_sub(vector signed char __a, vector bool char __b) { in vec_sub() function 9362 vec_sub(vector unsigned char __a, vector unsigned char __b) { in vec_sub() function 9367 vec_sub(vector bool char __a, vector unsigned char __b) { in vec_sub() function 9372 vec_sub(vector unsigned char __a, vector bool char __b) { in vec_sub() function 9376 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function 9381 static __inline__ vector short __ATTRS_o_ai vec_sub(vector bool short __a, in vec_sub() function 9386 static __inline__ vector short __ATTRS_o_ai vec_sub(vector short __a, in vec_sub() function 9392 vec_sub(vector unsigned short __a, vector unsigned short __b) { in vec_sub() function [all …]
|