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

  /external/clang/test/CodeGen/
builtins-systemz-vector.c 19 volatile vec_uchar vuc; variable
49 vuc = __builtin_s390_vperm(vuc, vuc, vuc);
52 vuc = __builtin_s390_vpklsh(vus, vus);
59 vuc = __builtin_s390_vpklshs(vus, vus, &cc);
97 vus = __builtin_s390_vuplhb(vuc);
104 vus = __builtin_s390_vupllb(vuc);
113 vuc = __builtin_s390_vaq(vuc, vuc)
    [all...]
builtins-systemz-vector-error.c 19 volatile vec_uchar vuc; variable
44 __builtin_s390_verimb(vuc, vuc, vuc, -1); // expected-error {{argument should be a value from 0 to 255}}
45 __builtin_s390_verimb(vuc, vuc, vuc, 256); // expected-error {{argument should be a value from 0 to 255}}
46 __builtin_s390_verimb(vuc, vuc, vuc, len); // expected-error {{must be a constant integer}
    [all...]
builtins-systemz-zvector.c 12 volatile vector unsigned char vuc; variable
78 uc = vec_extract(vuc, idx);
105 vuc = vec_insert(uc, vuc, idx);
107 vuc = vec_insert(uc, vbc, idx);
132 vuc = vec_promote(uc, idx);
151 vuc = vec_insert_and_zero(cptruc);
168 vsc = vec_perm(vsc, vsc, vuc);
170 vuc = vec_perm(vuc, vuc, vuc)
    [all...]
builtins-ppc-altivec.c 8 vector unsigned char vuc = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; variable
104 res_vuc = vec_add(vuc, vuc);
108 res_vuc = vec_add(vbc, vuc);
112 res_vuc = vec_add(vuc, vbc);
180 res_vuc = vec_vaddubm(vuc, vuc);
184 res_vuc = vec_vaddubm(vbc, vuc);
188 res_vuc = vec_vaddubm(vuc, vbc);
266 res_vuc = vec_adds(vuc, vuc)
    [all...]
builtins-systemz-zvector-error.c 12 volatile vector unsigned char vuc; variable
247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}}
269 vuc = vec_genmask(idx); // expected-error {{no matching function}}
272 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}}
274 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}}
276 vuc = vec_genmasks_8(idx, idx); // expected-error {{no matching function}}
306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}}
309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}
    [all...]
builtins-ppc-p8vector.c 18 vector unsigned char vuc = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }; variable
239 res_vuc = vec_eqv(vuc, vuc);
393 res_vuc = vec_cntlz(vuc);
    [all...]
builtins-ppc-vsx.c 5 vector unsigned char vuc = { 8, 9, 10, 11, 12, 13, 14, 15, variable
204 res_vsll = vec_perm(vsll, vsll, vuc);
208 res_vull = vec_perm(vull, vull, vuc);
212 res_vbll = vec_perm(vbll, vbll, vuc);
229 res_vd = vec_perm(vd, vd, vuc);
281 res_vsll = vec_vperm(vsll, vsll, vuc);
285 res_vull = vec_vperm(vull, vull, vuc);
289 res_vd = vec_vperm(vd, vd, vuc);
  /external/clang/test/SemaCXX/
altivec.cpp 8 vector unsigned char vuc; local
23 int res4[vec_step(vuc) == 16 ? 1 : -1];
  /external/valgrind/none/tests/amd64-darwin/
bug341419.c 95 handle_signal(int sig, siginfo_t *si, void *vuc)
97 ucontext_t *uc = (ucontext_t *)vuc;
  /external/valgrind/none/tests/x86-darwin/
bug341419.c 96 handle_signal(int sig, siginfo_t *si, void *vuc)
98 ucontext_t *uc = (ucontext_t *)vuc;

Completed in 652 milliseconds