/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 15 vector bool char vbc = { 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 }; variable 115 res_vsc = vec_add(vbc, vsc); in test1() 119 res_vsc = vec_add(vsc, vbc); in test1() 127 res_vuc = vec_add(vbc, vuc); in test1() 131 res_vuc = vec_add(vuc, vbc); in test1() 191 res_vsc = vec_vaddubm(vbc, vsc); in test1() 195 res_vsc = vec_vaddubm(vsc, vbc); in test1() 203 res_vuc = vec_vaddubm(vbc, vuc); in test1() 207 res_vuc = vec_vaddubm(vuc, vbc); in test1() 277 res_vsc = vec_adds(vbc, vsc); in test1() [all …]
|
D | builtins-systemz-zvector.c | 16 volatile vector bool char vbc; variable 80 uc = vec_extract(vbc, idx); in test_core() 107 vuc = vec_insert(uc, vbc, idx); in test_core() 172 vbc = vec_perm(vbc, vbc, vuc); in test_core() 229 vsc = vec_sel(vsc, vsc, vbc); in test_core() 231 vuc = vec_sel(vuc, vuc, vbc); in test_core() 232 vbc = vec_sel(vbc, vbc, vuc); in test_core() 233 vbc = vec_sel(vbc, vbc, vbc); in test_core() 443 vbc = vec_splat(vbc, 0); in test_core() 445 vbc = vec_splat(vbc, 15); in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 20 vector bool char vbc = { 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1 }; variable 229 res_vsc = vec_eqv(vbc, vbc); in test1() 1221 res_vsc = vec_nand(vbc, vbc); in test1() 1295 res_vsc = vec_orc(vsc, vbc); in test1() 1301 res_vsc = vec_orc(vbc, vsc); in test1() 1313 res_vuc = vec_orc(vuc, vbc); in test1() 1319 res_vuc = vec_orc(vbc, vuc); in test1() 1325 res_vbc = vec_orc(vbc, vbc); in test1()
|
D | builtins-systemz-zvector-error.c | 16 volatile vector bool char vbc; variable 315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core() 318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core() 321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
|
D | builtins-ppc-vsx.c | 6 vector bool char vbc = { 0, 1, 0, 1, 0, 1, 0, 1, variable 403 res_vbc = vec_vsx_ld(0, &vbc); in test1() 521 vec_vsx_st(vbc, 0, &res_vbc); in test1() 525 vec_vsx_st(vbc, 0, res_asc); in test1() 529 vec_vsx_st(vbc, 0, res_auc); in test1()
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 6 vector bool char vbc; in test_vec_step() local 21 int res2[vec_step(vbc) == 16 ? 1 : -1]; in test_vec_step()
|
/external/syslinux/bios/dos/ |
D | syslinux.com | 702 …�,�������'�>��f����E2c�UC'~'>z���7�{X�fC6����W�O_jʘ ���9]�|í!48R����vbc�\��nu�J�Z+��L��f…
|