Searched defs:vec_max (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | vecintrin.h | 8020 vec_max(__vector signed char __a, __vector signed char __b) { in vec_max() function 8026 vec_max(__vector signed char __a, __vector __bool char __b) { in vec_max() function 8033 vec_max(__vector __bool char __a, __vector signed char __b) { in vec_max() function 8045 vec_max(__vector unsigned char __a, __vector __bool char __b) { in vec_max() function 8096 vec_max(__vector signed int __a, __vector signed int __b) { in vec_max() function 8102 vec_max(__vector signed int __a, __vector __bool int __b) { in vec_max() function 8109 vec_max(__vector __bool int __a, __vector signed int __b) { in vec_max() function 8121 vec_max(__vector unsigned int __a, __vector __bool int __b) { in vec_max() function 8128 vec_max(__vector __bool int __a, __vector unsigned int __b) { in vec_max() function 8173 vec_max(__vector float __a, __vector float __b) { in vec_max() function [all …]
|
| H A D | altivec.h | 4826 vec_max(vector signed char __a, vector signed char __b) { in vec_max() function 4831 vec_max(vector bool char __a, vector signed char __b) { in vec_max() function 4836 vec_max(vector signed char __a, vector bool char __b) { in vec_max() function 4841 vec_max(vector unsigned char __a, vector unsigned char __b) { in vec_max() function 4846 vec_max(vector bool char __a, vector unsigned char __b) { in vec_max() function 4851 vec_max(vector unsigned char __a, vector bool char __b) { in vec_max() function 4876 vec_max(vector bool short __a, vector unsigned short __b) { in vec_max() function 4881 vec_max(vector unsigned short __a, vector bool short __b) { in vec_max() function 4901 vec_max(vector unsigned int __a, vector unsigned int __b) { in vec_max() function 4906 vec_max(vector bool int __a, vector unsigned int __b) { in vec_max() function [all …]
|