HomeSort by: relevance | last modified time | path
    Searched defs:vec_vspltb (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 8834 vec_vspltb(vector unsigned char __a, unsigned char __b);
8848 (vector signed int)vec_vspltb((vector unsigned char)__b, 0));
8852 (vector signed int)vec_vspltb((vector unsigned char)__b, 15));
8862 (vector signed int)vec_vspltb((vector unsigned char)__b, 0));
8868 (vector signed int)vec_vspltb((vector unsigned char)__b, 15));
10122 /* vec_vspltb */
10124 #define __builtin_altivec_vspltb vec_vspltb
10127 vec_vspltb(vector signed char __a, unsigned char __b) { function
10132 vec_vspltb(vector unsigned char __a, unsigned char __b) { function
10136 static __inline__ vector bool char __ATTRS_o_ai vec_vspltb(vector bool char __a function
    [all...]

Completed in 31 milliseconds