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

  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 173 res_vsc = vec_vand(vsc, vsc); // CHECK: and <16 x i8>
174 res_vsc = vec_vand(vbc, vsc); // CHECK: and <16 x i8>
175 res_vsc = vec_vand(vsc, vbc); // CHECK: and <16 x i8>
176 res_vuc = vec_vand(vuc, vuc); // CHECK: and <16 x i8>
177 res_vuc = vec_vand(vbc, vuc); // CHECK: and <16 x i8>
178 res_vuc = vec_vand(vuc, vbc); // CHECK: and <16 x i8>
179 res_vbc = vec_vand(vbc, vbc); // CHECK: and <16 x i8>
180 res_vs = vec_vand(vs, vs); // CHECK: and <8 x i16>
181 res_vs = vec_vand(vbs, vs); // CHECK: and <8 x i16>
182 res_vs = vec_vand(vs, vbs); // CHECK: and <8 x i16
    [all...]
  /external/clang/lib/Headers/
altivec.h 778 /* vec_vand */
781 vec_vand(vector signed char __a, vector signed char __b) function
787 vec_vand(vector bool char __a, vector signed char __b) function
793 vec_vand(vector signed char __a, vector bool char __b) function
799 vec_vand(vector unsigned char __a, vector unsigned char __b) function
805 vec_vand(vector bool char __a, vector unsigned char __b) function
811 vec_vand(vector unsigned char __a, vector bool char __b) function
817 vec_vand(vector bool char __a, vector bool char __b) function
823 vec_vand(vector short __a, vector short __b) function
829 vec_vand(vector bool short __a, vector short __b function
835 vec_vand(vector short __a, vector bool short __b) function
841 vec_vand(vector unsigned short __a, vector unsigned short __b) function
847 vec_vand(vector bool short __a, vector unsigned short __b) function
853 vec_vand(vector unsigned short __a, vector bool short __b) function
859 vec_vand(vector bool short __a, vector bool short __b) function
865 vec_vand(vector int __a, vector int __b) function
871 vec_vand(vector bool int __a, vector int __b) function
877 vec_vand(vector int __a, vector bool int __b) function
883 vec_vand(vector unsigned int __a, vector unsigned int __b) function
889 vec_vand(vector bool int __a, vector unsigned int __b) function
895 vec_vand(vector unsigned int __a, vector bool int __b) function
901 vec_vand(vector bool int __a, vector bool int __b) function
907 vec_vand(vector float __a, vector float __b) function
914 vec_vand(vector bool int __a, vector float __b) function
921 vec_vand(vector float __a, vector bool int __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 778 /* vec_vand */
781 vec_vand(vector signed char __a, vector signed char __b) function
787 vec_vand(vector bool char __a, vector signed char __b) function
793 vec_vand(vector signed char __a, vector bool char __b) function
799 vec_vand(vector unsigned char __a, vector unsigned char __b) function
805 vec_vand(vector bool char __a, vector unsigned char __b) function
811 vec_vand(vector unsigned char __a, vector bool char __b) function
817 vec_vand(vector bool char __a, vector bool char __b) function
823 vec_vand(vector short __a, vector short __b) function
829 vec_vand(vector bool short __a, vector short __b function
835 vec_vand(vector short __a, vector bool short __b) function
841 vec_vand(vector unsigned short __a, vector unsigned short __b) function
847 vec_vand(vector bool short __a, vector unsigned short __b) function
853 vec_vand(vector unsigned short __a, vector bool short __b) function
859 vec_vand(vector bool short __a, vector bool short __b) function
865 vec_vand(vector int __a, vector int __b) function
871 vec_vand(vector bool int __a, vector int __b) function
877 vec_vand(vector int __a, vector bool int __b) function
883 vec_vand(vector unsigned int __a, vector unsigned int __b) function
889 vec_vand(vector bool int __a, vector unsigned int __b) function
895 vec_vand(vector unsigned int __a, vector bool int __b) function
901 vec_vand(vector bool int __a, vector bool int __b) function
907 vec_vand(vector float __a, vector float __b) function
914 vec_vand(vector bool int __a, vector float __b) function
921 vec_vand(vector float __a, vector bool int __b) function
    [all...]

Completed in 29 milliseconds