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

/external/clang/lib/Headers/
H A Daltivec.h77 vec_xor(vector unsigned char __a, vector unsigned char __b);
4506 // in that the vec_xor can be recognized as a vec_nor (and for P8 and
4515 __d = vec_xor(__c, __d);
4532 __d = vec_xor(__c, __d);
4547 __d = vec_xor(__c, __d);
4562 __d = vec_xor(__c, __d);
4579 __d = vec_xor(__c, __d);
4594 __d = vec_xor(__c, __d);
4609 __d = vec_xor(__c, __d);
4624 __d = vec_xor(__
8773 vec_xor(vector signed char __a, vector signed char __b) function
8779 vec_xor(vector bool char __a, vector signed char __b) function
8785 vec_xor(vector signed char __a, vector bool char __b) function
8791 vec_xor(vector unsigned char __a, vector unsigned char __b) function
8797 vec_xor(vector bool char __a, vector unsigned char __b) function
8803 vec_xor(vector unsigned char __a, vector bool char __b) function
8809 vec_xor(vector bool char __a, vector bool char __b) function
8815 vec_xor(vector short __a, vector short __b) function
8821 vec_xor(vector bool short __a, vector short __b) function
8827 vec_xor(vector short __a, vector bool short __b) function
8833 vec_xor(vector unsigned short __a, vector unsigned short __b) function
8839 vec_xor(vector bool short __a, vector unsigned short __b) function
8845 vec_xor(vector unsigned short __a, vector bool short __b) function
8851 vec_xor(vector bool short __a, vector bool short __b) function
8857 vec_xor(vector int __a, vector int __b) function
8863 vec_xor(vector bool int __a, vector int __b) function
8869 vec_xor(vector int __a, vector bool int __b) function
8875 vec_xor(vector unsigned int __a, vector unsigned int __b) function
8881 vec_xor(vector bool int __a, vector unsigned int __b) function
8887 vec_xor(vector unsigned int __a, vector bool int __b) function
8893 vec_xor(vector bool int __a, vector bool int __b) function
8899 vec_xor(vector float __a, vector float __b) function
8906 vec_xor(vector bool int __a, vector float __b) function
8913 vec_xor(vector float __a, vector bool int __b) function
[all...]

Completed in 142 milliseconds