HomeSort by relevance Sort by last modified time
    Searched refs:vec_andc (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 567 /* vec_andc */
568 res_vsc = vec_andc(vsc, vsc);
574 res_vsc = vec_andc(vbc, vsc);
580 res_vsc = vec_andc(vsc, vbc);
586 res_vuc = vec_andc(vuc, vuc);
592 res_vuc = vec_andc(vbc, vuc);
598 res_vuc = vec_andc(vuc, vbc);
602 res_vbc = vec_andc(vbc, vbc);
608 res_vs = vec_andc(vs, vs);
614 res_vs = vec_andc(vbs, vs)
    [all...]
  /external/clang/lib/Headers/
altivec.h 930 /* vec_andc */
932 #define __builtin_altivec_vandc vec_andc
935 vec_andc(vector signed char __a, vector signed char __b) function
941 vec_andc(vector bool char __a, vector signed char __b) function
947 vec_andc(vector signed char __a, vector bool char __b) function
953 vec_andc(vector unsigned char __a, vector unsigned char __b) function
959 vec_andc(vector bool char __a, vector unsigned char __b) function
965 vec_andc(vector unsigned char __a, vector bool char __b) function
971 vec_andc(vector bool char __a, vector bool char __b) function
977 vec_andc(vector short __a, vector short __b function
983 vec_andc(vector bool short __a, vector short __b) function
989 vec_andc(vector short __a, vector bool short __b) function
995 vec_andc(vector unsigned short __a, vector unsigned short __b) function
1001 vec_andc(vector bool short __a, vector unsigned short __b) function
1007 vec_andc(vector unsigned short __a, vector bool short __b) function
1013 vec_andc(vector bool short __a, vector bool short __b) function
1019 vec_andc(vector int __a, vector int __b) function
1025 vec_andc(vector bool int __a, vector int __b) function
1031 vec_andc(vector int __a, vector bool int __b) function
1037 vec_andc(vector unsigned int __a, vector unsigned int __b) function
1043 vec_andc(vector bool int __a, vector unsigned int __b) function
1049 vec_andc(vector unsigned int __a, vector bool int __b) function
1055 vec_andc(vector bool int __a, vector bool int __b) function
1061 vec_andc(vector float __a, vector float __b) function
1068 vec_andc(vector bool int __a, vector float __b) function
1075 vec_andc(vector float __a, vector bool int __b) function
    [all...]

Completed in 66 milliseconds