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

  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 1020 /* vec_cmplt */
1021 res_vbc = vec_cmplt(vsc, vsc);
1025 res_vbc = vec_cmplt(vuc, vuc);
1029 res_vbs = vec_cmplt(vs, vs);
1033 res_vbs = vec_cmplt(vus, vus);
1037 res_vbi = vec_cmplt(vi, vi);
1041 res_vbi = vec_cmplt(vui, vui);
1045 res_vbi = vec_cmplt(vf, vf);
    [all...]
  /external/clang/lib/Headers/
altivec.h 1523 vec_cmplt(vector signed char __a, vector signed char __b) function
1529 vec_cmplt(vector unsigned char __a, vector unsigned char __b) function
1535 vec_cmplt(vector short __a, vector short __b) function
1541 vec_cmplt(vector unsigned short __a, vector unsigned short __b) function
1547 vec_cmplt(vector int __a, vector int __b) function
1553 vec_cmplt(vector unsigned int __a, vector unsigned int __b) function
1559 vec_cmplt(vector float __a, vector float __b) function
    [all...]

Completed in 34 milliseconds