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

  /external/clang/test/CodeGen/
builtins-ppc-altivec.c 1334 /* vec_ldl */
1335 res_vsc = vec_ldl(0, &vsc);
1339 res_vsc = vec_ldl(0, &param_sc);
1343 res_vuc = vec_ldl(0, &vuc);
1347 res_vuc = vec_ldl(0, &param_uc);
1351 res_vbc = vec_ldl(0, &vbc);
    [all...]
  /external/clang/lib/Headers/
altivec.h 2021 vec_ldl(int __a, const vector signed char *__b) function
2027 vec_ldl(int __a, const signed char *__b) function
2033 vec_ldl(int __a, const vector unsigned char *__b) function
2039 vec_ldl(int __a, const unsigned char *__b) function
2045 vec_ldl(int __a, const vector bool char *__b) function
2051 vec_ldl(int __a, const vector short *__b) function
2057 vec_ldl(int __a, const short *__b) function
2063 vec_ldl(int __a, const vector unsigned short *__b) function
2069 vec_ldl(int __a, const unsigned short *__b) function
2075 vec_ldl(int __a, const vector bool short *__b) function
2081 vec_ldl(int __a, const vector pixel *__b) function
2087 vec_ldl(int __a, const vector int *__b) function
2093 vec_ldl(int __a, const int *__b) function
2099 vec_ldl(int __a, const vector unsigned int *__b) function
2105 vec_ldl(int __a, const unsigned int *__b) function
2111 vec_ldl(int __a, const vector bool int *__b) function
2117 vec_ldl(int __a, const vector float *__b) function
2123 vec_ldl(int __a, const float *__b) function
    [all...]

Completed in 36 milliseconds