• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/

Lines Matching defs:vec_xor

106 vec_xor(vector unsigned char __a, vector unsigned char __b);
7261 // in that the vec_xor can be recognized as a vec_nor (and for P8 and
7269 __d = vec_xor(__c, __d);
7284 __d = vec_xor(__c, __d);
7298 __d = vec_xor(__c, __d);
7313 __d = vec_xor(__c, __d);
7328 __d = vec_xor(__c, __d);
7342 __d = vec_xor(__c, __d);
7357 __d = vec_xor(__c, __d);
7372 __d = vec_xor(__c, __d);
7385 __d = vec_xor(__c, __d);
7399 __d = vec_xor(__c, __d);
7414 __d = vec_xor(__c, __d);
7430 __d = vec_xor(__c, __d);
7445 __d = vec_xor(__c, __d);
7460 __d = vec_xor(__c, __d);
7474 __d = vec_xor(__c, __d);
12147 /* vec_xor */
12149 #define __builtin_altivec_vxor vec_xor
12152 vec_xor(vector signed char __a, vector signed char __b) {
12157 vec_xor(vector bool char __a, vector signed char __b) {
12162 vec_xor(vector signed char __a, vector bool char __b) {
12167 vec_xor(vector unsigned char __a, vector unsigned char __b) {
12172 vec_xor(vector bool char __a, vector unsigned char __b) {
12177 vec_xor(vector unsigned char __a, vector bool char __b) {
12181 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a,
12186 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a,
12191 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a,
12196 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a,
12202 vec_xor(vector unsigned short __a, vector unsigned short __b) {
12207 vec_xor(vector bool short __a, vector unsigned short __b) {
12212 vec_xor(vector unsigned short __a, vector bool short __b) {
12217 vec_xor(vector bool short __a, vector bool short __b) {
12221 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a,
12226 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a,
12231 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a,
12237 vec_xor(vector unsigned int __a, vector unsigned int __b) {
12242 vec_xor(vector bool int __a, vector unsigned int __b) {
12247 vec_xor(vector unsigned int __a, vector bool int __b) {
12251 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a,
12256 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a,
12263 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a,
12270 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a,
12279 vec_xor(vector signed long long __a, vector signed long long __b) {
12284 vec_xor(vector bool long long __a, vector signed long long __b) {
12289 vec_xor(vector signed long long __a, vector bool long long __b) {
12294 vec_xor(vector unsigned long long __a, vector unsigned long long __b) {
12299 vec_xor(vector bool long long __a, vector unsigned long long __b) {
12304 vec_xor(vector unsigned long long __a, vector bool long long __b) {
12309 vec_xor(vector bool long long __a, vector bool long long __b) {
12313 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a,
12320 vec_xor(vector double __a, vector bool long long __b) {
12325 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a,