Searched refs:vec_vsel (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 8762 static __inline__ vector signed char __ATTRS_o_ai vec_vsel( in vec_vsel() function 8768 vec_vsel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_vsel() function 8773 vec_vsel(vector unsigned char __a, vector unsigned char __b, in vec_vsel() function 8778 static __inline__ vector unsigned char __ATTRS_o_ai vec_vsel( in vec_vsel() function 8784 vec_vsel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_vsel() function 8788 static __inline__ vector bool char __ATTRS_o_ai vec_vsel(vector bool char __a, in vec_vsel() function 8795 vec_vsel(vector short __a, vector short __b, vector unsigned short __c) { in vec_vsel() function 8799 static __inline__ vector short __ATTRS_o_ai vec_vsel(vector short __a, in vec_vsel() function 8806 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function 8812 vec_vsel(vector unsigned short __a, vector unsigned short __b, in vec_vsel() function [all …]
|