altivec.h | 138 /* vec_add */ 141 vec_add(vector signed char __a, vector signed char __b) function 147 vec_add(vector bool char __a, vector signed char __b) function 153 vec_add(vector signed char __a, vector bool char __b) function 159 vec_add(vector unsigned char __a, vector unsigned char __b) function 165 vec_add(vector bool char __a, vector unsigned char __b) function 171 vec_add(vector unsigned char __a, vector bool char __b) function 177 vec_add(vector short __a, vector short __b) function 183 vec_add(vector bool short __a, vector short __b) function 189 vec_add(vector short __a, vector bool short __b function 195 vec_add(vector unsigned short __a, vector unsigned short __b) function 201 vec_add(vector bool short __a, vector unsigned short __b) function 207 vec_add(vector unsigned short __a, vector bool short __b) function 213 vec_add(vector int __a, vector int __b) function 219 vec_add(vector bool int __a, vector int __b) function 225 vec_add(vector int __a, vector bool int __b) function 231 vec_add(vector unsigned int __a, vector unsigned int __b) function 237 vec_add(vector bool int __a, vector unsigned int __b) function 243 vec_add(vector unsigned int __a, vector bool int __b) function 249 vec_add(vector float __a, vector float __b) function [all...] |