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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h10089 vec_all_ge(vector signed char __a, vector signed char __b) function
10095 vec_all_ge(vector signed char __a, vector bool char __b) function
10101 vec_all_ge(vector unsigned char __a, vector unsigned char __b) function
10107 vec_all_ge(vector unsigned char __a, vector bool char __b) function
10113 vec_all_ge(vector bool char __a, vector signed char __b) function
10121 vec_all_ge(vector bool char __a, vector unsigned char __b) function
10127 vec_all_ge(vector bool char __a, vector bool char __b) function
10135 vec_all_ge(vector short __a, vector short __b) function
10141 vec_all_ge(vecto function
10147 vec_all_ge(vector unsigned short __a, vector unsigned short __b) function
10153 vec_all_ge(vector unsigned short __a, vector bool short __b) function
10159 vec_all_ge(vector bool short __a, vector short __b) function
10167 vec_all_ge(vector bool short __a, vector unsigned short __b) function
10173 vec_all_ge(vector bool short __a, vector bool short __b) function
10181 vec_all_ge(vector int __a, vector int __b) function
10187 vec_all_ge(vector int __a, vector bool int __b) function
10193 vec_all_ge(vector unsigned int __a, vector unsigned int __b) function
10199 vec_all_ge(vector unsigned int __a, vector bool int __b) function
10205 vec_all_ge(vector bool int __a, vector int __b) function
10213 vec_all_ge(vector bool int __a, vector unsigned int __b) function
10219 vec_all_ge(vector bool int __a, vector bool int __b) function
10227 vec_all_ge(vector float __a, vector float __b) function
[all...]

Completed in 105 milliseconds