Searched defs:vec_any_ge (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 3839 vec_any_ge(vector signed char __a, vector signed char __b) { in vec_any_ge() function 3846 vec_any_ge(vector signed char __a, vector bool char __b) { in vec_any_ge() function 3853 vec_any_ge(vector bool char __a, vector signed char __b) { in vec_any_ge() function 3860 vec_any_ge(vector unsigned char __a, vector unsigned char __b) { in vec_any_ge() function 3867 vec_any_ge(vector unsigned char __a, vector bool char __b) { in vec_any_ge() function 3874 vec_any_ge(vector bool char __a, vector unsigned char __b) { in vec_any_ge() function 3881 vec_any_ge(vector bool char __a, vector bool char __b) { in vec_any_ge() function 3889 vec_any_ge(vector signed short __a, vector signed short __b) { in vec_any_ge() function 3896 vec_any_ge(vector signed short __a, vector bool short __b) { in vec_any_ge() function 3903 vec_any_ge(vector bool short __a, vector signed short __b) { in vec_any_ge() function [all …]
|
D | altivec.h | 13362 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13367 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 13373 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13378 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 13384 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13390 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13396 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 13402 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13407 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 13412 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 4640 vec_any_ge(__vector signed char __a, __vector signed char __b) { in vec_any_ge() function 4648 vec_any_ge(__vector signed char __a, __vector __bool char __b) { in vec_any_ge() function 4656 vec_any_ge(__vector __bool char __a, __vector signed char __b) { in vec_any_ge() function 4663 vec_any_ge(__vector unsigned char __a, __vector unsigned char __b) { in vec_any_ge() function 4671 vec_any_ge(__vector unsigned char __a, __vector __bool char __b) { in vec_any_ge() function 4679 vec_any_ge(__vector __bool char __a, __vector unsigned char __b) { in vec_any_ge() function 4687 vec_any_ge(__vector __bool char __a, __vector __bool char __b) { in vec_any_ge() function 4695 vec_any_ge(__vector signed short __a, __vector signed short __b) { in vec_any_ge() function 4703 vec_any_ge(__vector signed short __a, __vector __bool short __b) { in vec_any_ge() function 4711 vec_any_ge(__vector __bool short __a, __vector signed short __b) { in vec_any_ge() function [all …]
|
D | altivec.h | 15507 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 15512 static __inline__ int __ATTRS_o_ai vec_any_ge(vector signed char __a, in vec_any_ge() function 15518 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 15523 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned char __a, in vec_any_ge() function 15529 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 15535 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 15541 static __inline__ int __ATTRS_o_ai vec_any_ge(vector bool char __a, in vec_any_ge() function 15547 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 15552 static __inline__ int __ATTRS_o_ai vec_any_ge(vector short __a, in vec_any_ge() function 15557 static __inline__ int __ATTRS_o_ai vec_any_ge(vector unsigned short __a, in vec_any_ge() function [all …]
|