Home
last modified time | relevance | path

Searched refs:vbs (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c9 vector bool short vbs = { 1, 0, 1, 0, 1, 0, 1, 0 }; variable
120 res_vs = vec_add(vbs, vs); in test1()
124 res_vs = vec_add(vs, vbs); in test1()
132 res_vus = vec_add(vbs, vus); in test1()
136 res_vus = vec_add(vus, vbs); in test1()
196 res_vs = vec_vadduhm(vbs, vs); in test1()
200 res_vs = vec_vadduhm(vs, vbs); in test1()
208 res_vus = vec_vadduhm(vbs, vus); in test1()
212 res_vus = vec_vadduhm(vus, vbs); in test1()
282 res_vs = vec_adds(vbs, vs); in test1()
[all …]
Dbuiltins-systemz-zvector.c17 volatile vector bool short vbs; variable
86 us = vec_extract(vbs, idx); in test_core()
113 vus = vec_insert(us, vbs, idx); in test_core()
178 vbs = vec_perm(vbs, vbs, vuc); in test_core()
235 vss = vec_sel(vss, vss, vbs); in test_core()
237 vus = vec_sel(vus, vus, vbs); in test_core()
238 vbs = vec_sel(vbs, vbs, vus); in test_core()
239 vbs = vec_sel(vbs, vbs, vbs); in test_core()
455 vbs = vec_splat(vbs, 0); in test_core()
457 vbs = vec_splat(vbs, 7); in test_core()
[all …]
Dbuiltins-ppc-p8vector.c23 vector bool short vbs = { 1, 1, 0, 0, 0, 0, 1, 1 }; variable
261 res_vss = vec_eqv(vbs, vbs); in test1()
1238 res_vss = vec_nand(vbs, vbs); in test1()
1336 res_vss = vec_orc(vss, vbs); in test1()
1342 res_vss = vec_orc(vbs, vss); in test1()
1354 res_vus = vec_orc(vus, vbs); in test1()
1360 res_vus = vec_orc(vbs, vus); in test1()
1366 res_vbs = vec_orc(vbs, vbs); in test1()
Dbuiltins-systemz-zvector-error.c17 volatile vector bool short vbs; variable
342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
345 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
348 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
/external/clang/test/SemaCXX/
Daltivec.cpp9 vector bool short vbs; in test_vec_step() local
24 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step()
/external/curl/lib/
DMakefile.am31 config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \