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

  /external/clang/test/CodeGen/
builtins-ppc-p8vector.c 39 int res_i; variable
423 res_i = vec_all_eq(vsll, vsll);
428 res_i = vec_all_eq(vsll, vbll);
433 res_i = vec_all_eq(vull, vull);
438 res_i = vec_all_eq(vull, vbll);
443 res_i = vec_all_eq(vbll, vsll);
448 res_i = vec_all_eq(vbll, vull);
453 res_i = vec_all_eq(vbll, vbll);
458 res_i = vec_all_eq(vda, vda);
463 res_i = vec_all_ne(vsll, vsll)
    [all...]
builtins-ppc-altivec.c 42 int res_i; variable
    [all...]
  /external/clang/test/Parser/
altivec.c 137 int res_i; local
139 res_i = (vv_sc == vv_sc);
140 res_i = (vv_uc != vv_uc);
141 res_i = (vv_s > vv_s);
142 res_i = (vv_us >= vv_us);
143 res_i = (vv_i < vv_i);
144 res_i = (vv_ui <= vv_ui);
145 res_i = (vv_f <= vv_f);

Completed in 1085 milliseconds