Searched defs:vec_all_gt (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Headers/ |
D | vecintrin.h | 2716 vec_all_gt(vector signed char __a, vector signed char __b) { in vec_all_gt() function 2723 vec_all_gt(vector signed char __a, vector bool char __b) { in vec_all_gt() function 2730 vec_all_gt(vector bool char __a, vector signed char __b) { in vec_all_gt() function 2737 vec_all_gt(vector unsigned char __a, vector unsigned char __b) { in vec_all_gt() function 2744 vec_all_gt(vector unsigned char __a, vector bool char __b) { in vec_all_gt() function 2751 vec_all_gt(vector bool char __a, vector unsigned char __b) { in vec_all_gt() function 2758 vec_all_gt(vector bool char __a, vector bool char __b) { in vec_all_gt() function 2766 vec_all_gt(vector signed short __a, vector signed short __b) { in vec_all_gt() function 2773 vec_all_gt(vector signed short __a, vector bool short __b) { in vec_all_gt() function 2780 vec_all_gt(vector bool short __a, vector signed short __b) { in vec_all_gt() function [all …]
|
D | altivec.h | 12391 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 12396 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 12401 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 12406 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 12411 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12417 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12422 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 12428 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 12433 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 12438 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|
/external/llvm-project/clang/lib/Headers/ |
D | vecintrin.h | 3326 vec_all_gt(__vector signed char __a, __vector signed char __b) { in vec_all_gt() function 3334 vec_all_gt(__vector signed char __a, __vector __bool char __b) { in vec_all_gt() function 3342 vec_all_gt(__vector __bool char __a, __vector signed char __b) { in vec_all_gt() function 3349 vec_all_gt(__vector unsigned char __a, __vector unsigned char __b) { in vec_all_gt() function 3357 vec_all_gt(__vector unsigned char __a, __vector __bool char __b) { in vec_all_gt() function 3365 vec_all_gt(__vector __bool char __a, __vector unsigned char __b) { in vec_all_gt() function 3373 vec_all_gt(__vector __bool char __a, __vector __bool char __b) { in vec_all_gt() function 3381 vec_all_gt(__vector signed short __a, __vector signed short __b) { in vec_all_gt() function 3389 vec_all_gt(__vector signed short __a, __vector __bool short __b) { in vec_all_gt() function 3397 vec_all_gt(__vector __bool short __a, __vector signed short __b) { in vec_all_gt() function [all …]
|
D | altivec.h | 14476 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 14481 static __inline__ int __ATTRS_o_ai vec_all_gt(vector signed char __a, in vec_all_gt() function 14486 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 14491 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned char __a, in vec_all_gt() function 14496 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 14502 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 14507 static __inline__ int __ATTRS_o_ai vec_all_gt(vector bool char __a, in vec_all_gt() function 14513 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 14518 static __inline__ int __ATTRS_o_ai vec_all_gt(vector short __a, in vec_all_gt() function 14523 static __inline__ int __ATTRS_o_ai vec_all_gt(vector unsigned short __a, in vec_all_gt() function [all …]
|