/external/clang/test/CodeGen/ |
D | builtins-systemz-vector.c | 20 volatile vec_ushort vus; variable 52 vuc = __builtin_s390_vpklsh(vus, vus); in test_core() 54 vus = __builtin_s390_vpklsf(vui, vui); in test_core() 59 vuc = __builtin_s390_vpklshs(vus, vus, &cc); in test_core() 61 vus = __builtin_s390_vpklsfs(vui, vui, &cc); in test_core() 97 vus = __builtin_s390_vuplhb(vuc); in test_core() 99 vui = __builtin_s390_vuplhh(vus); in test_core() 104 vus = __builtin_s390_vupllb(vuc); in test_core() 106 vui = __builtin_s390_vupllh(vus); in test_core() 124 vus = __builtin_s390_vacch(vus, vus); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 20 volatile vec_ushort vus; variable 48 …__builtin_s390_verimh(vus, vus, vus, -1); // expected-error {{argument should be a value from 0… in test_integer() 49 …__builtin_s390_verimh(vus, vus, vus, 256); // expected-error {{argument should be a value from 0… in test_integer() 50 __builtin_s390_verimh(vus, vus, vus, len); // expected-error {{must be a constant integer}} in test_integer() 70 …__builtin_s390_vfaeh(vus, vus, -1); // expected-error {{argument should be a value f… in test_string() 71 …__builtin_s390_vfaeh(vus, vus, 16); // expected-error {{argument should be a value f… in test_string() 72 __builtin_s390_vfaeh(vus, vus, len); // expected-error {{must be a constant integer}} in test_string() 82 …__builtin_s390_vfaezh(vus, vus, -1); // expected-error {{argument should be a value f… in test_string() 83 …__builtin_s390_vfaezh(vus, vus, 16); // expected-error {{argument should be a value f… in test_string() 84 __builtin_s390_vfaezh(vus, vus, len); // expected-error {{must be a constant integer}} in test_string() [all …]
|
D | builtins-systemz-zvector.c | 13 volatile vector unsigned short vus; variable 84 us = vec_extract(vus, idx); in test_core() 111 vus = vec_insert(us, vus, idx); in test_core() 113 vus = vec_insert(us, vbs, idx); in test_core() 136 vus = vec_promote(us, idx); in test_core() 155 vus = vec_insert_and_zero(cptrus); in test_core() 176 vus = vec_perm(vus, vus, vuc); in test_core() 234 vss = vec_sel(vss, vss, vus); in test_core() 236 vus = vec_sel(vus, vus, vus); in test_core() 237 vus = vec_sel(vus, vus, vbs); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 20 vector unsigned short vus = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable 147 res_vus = vec_add(vus, vus); in test1() 151 res_vus = vec_add(vbs, vus); in test1() 155 res_vus = vec_add(vus, vbs); in test1() 223 res_vus = vec_vadduhm(vus, vus); in test1() 227 res_vus = vec_vadduhm(vbs, vus); in test1() 231 res_vus = vec_vadduhm(vus, vbs); in test1() 309 res_vus = vec_adds(vus, vus); in test1() 313 res_vus = vec_adds(vbs, vus); in test1() 317 res_vus = vec_adds(vus, vbs); in test1() [all …]
|
D | builtins-systemz-zvector-error.c | 13 volatile vector unsigned short vus; variable 253 vus = vec_load_bndry(cptrus, idx); // expected-error {{no matching function}} in test_core() 278 vus = vec_genmasks_16(0, idx); // expected-error {{no matching function}} in test_core() 280 vus = vec_genmasks_16(idx, 0); // expected-error {{no matching function}} in test_core() 282 vus = vec_genmasks_16(idx, idx); // expected-error {{no matching function}} in test_core() 333 vus = vec_splat(vus, idx); // expected-error {{no matching function}} in test_core() 336 vus = vec_splat(vus, -1); // expected-error {{no matching function}} in test_core() 339 vus = vec_splat(vus, 8); // expected-error {{no matching function}} in test_core() 421 vus = vec_splat_u16(idx); // expected-error {{no matching function}} in test_core() 440 vss = vec_rl_mask(vss, vus, idx); // expected-error {{no matching function}} in test_integer() [all …]
|
D | builtins-ppc-p8vector.c | 23 vector unsigned short vus = { 0, 1, 2, 3, 4, 5, 6, 7 }; variable 273 res_vus = vec_eqv(vus, vus); in test1() 402 res_vus = vec_cntlz(vus); in test1() 1245 res_vus = vec_nand(vus, vus); in test1() 1349 res_vus = vec_orc(vus, vus); in test1() 1355 res_vus = vec_orc(vus, vbs); in test1() 1361 res_vus = vec_orc(vbs, vus); in test1()
|
D | builtins-ppc-vsx.c | 16 vector unsigned short vus = { 0, 1, 2, 3, 4, 5, 6, 7 }; variable 395 res_vus = vec_vsx_ld(0, &vus); in test1() 497 vec_vsx_st(vus, 0, &res_vus); in test1() 501 vec_vsx_st(vus, 0, res_aus); in test1()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 881 define zeroext i16 @getus0(<8 x i16> %vus) { 883 %vus.addr = alloca <8 x i16>, align 16 884 store <8 x i16> %vus, <8 x i16>* %vus.addr, align 16 885 %0 = load <8 x i16>, <8 x i16>* %vus.addr, align 16 898 define zeroext i16 @getus1(<8 x i16> %vus) { 900 %vus.addr = alloca <8 x i16>, align 16 901 store <8 x i16> %vus, <8 x i16>* %vus.addr, align 16 902 %0 = load <8 x i16>, <8 x i16>* %vus.addr, align 16 916 define zeroext i16 @getus2(<8 x i16> %vus) { 918 %vus.addr = alloca <8 x i16>, align 16 [all …]
|
/external/clang/test/SemaCXX/ |
D | altivec.cpp | 11 vector unsigned short vus; in test_vec_step() local 26 int res7[vec_step(vus) == 8 ? 1 : -1]; in test_vec_step()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_klex.pkb | 609 prétextex prévenu~prévoyant�prévue� prévuesVprévusYprêt5C2!+Qprêt $C2!+"E#…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_lexpos.utf | 391 ADJ_PL^N_ADJ_M_PL^V_PART "prévus" :G2P
|