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

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 30 vector signed long long vsll = { 1, 2 }; variable
71 res_vsll = vec_abs(vsll);
84 res_vsll = vec_add(vsll, vsll);
154 res_vbll = vec_cmpeq(vsll, vsll);
165 res_vbll = vec_cmpge(vsll, vsll);
176 res_vbll = vec_cmple(vsll, vsll);
    [all...]
builtins-ppc-vsx.c 21 vector signed long long vsll = { 255LL, -937LL }; variable
197 res_vsll = vec_div(vsll, vsll);
248 res_vsll = vec_perm(vsll, vsll, vuc);
295 res_vsll = vec_splat(vsll, 1);
313 res_vsi = vec_pack(vsll, vsll);
325 res_vsll = vec_vperm(vsll, vsll, vuc)
    [all...]

Completed in 72 milliseconds