Searched refs:vec_vxor (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | altivec.h | 13375 vec_vxor(vector signed char __a, vector signed char __b) { in vec_vxor() function 13380 vec_vxor(vector bool char __a, vector signed char __b) { in vec_vxor() function 13385 vec_vxor(vector signed char __a, vector bool char __b) { in vec_vxor() function 13390 vec_vxor(vector unsigned char __a, vector unsigned char __b) { in vec_vxor() function 13395 vec_vxor(vector bool char __a, vector unsigned char __b) { in vec_vxor() function 13400 vec_vxor(vector unsigned char __a, vector bool char __b) { in vec_vxor() function 13404 static __inline__ vector bool char __ATTRS_o_ai vec_vxor(vector bool char __a, in vec_vxor() function 13409 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function 13414 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector bool short __a, in vec_vxor() function 13419 static __inline__ vector short __ATTRS_o_ai vec_vxor(vector short __a, in vec_vxor() function [all …]
|