/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 15 volatile vector unsigned long long vul; variable 79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core() 82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core() 85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core() 134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}} in test_core() 137 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}} in test_core() 140 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}} in test_core() 143 vul = vec_gather_element(vul, vul, cptrul, idx); // expected-error {{no matching function}} in test_core() 146 vul = vec_gather_element(vul, vul, cptrul, -1); // expected-error {{no matching function}} in test_core() 149 vul = vec_gather_element(vul, vul, cptrul, 2); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector.c | 15 volatile vector unsigned long long vul; variable 96 ul = vec_extract(vul, idx); in test_core() 123 vul = vec_insert(ul, vul, idx); in test_core() 125 vul = vec_insert(ul, vbl, idx); in test_core() 144 vul = vec_promote(ul, idx); in test_core() 163 vul = vec_insert_and_zero(cptrul); in test_core() 188 vul = vec_perm(vul, vul, vuc); in test_core() 203 vul = vec_permi(vul, vul, 0); in test_core() 205 vul = vec_permi(vul, vul, 1); in test_core() 207 vul = vec_permi(vul, vul, 2); in test_core() [all …]
|
D | builtins-systemz-vector.c | 22 volatile vec_ulong vul; variable 44 vul = __builtin_s390_vpdi(vul, vul, 0); in test_core() 46 vul = __builtin_s390_vpdi(vul, vul, 15); in test_core() 56 vui = __builtin_s390_vpklsg(vul, vul); in test_core() 63 vui = __builtin_s390_vpklsgs(vul, vul, &cc); in test_core() 101 vul = __builtin_s390_vuplhf(vui); in test_core() 108 vul = __builtin_s390_vupllf(vui); in test_core() 128 vul = __builtin_s390_vaccg(vul, vul); in test_integer() 146 vul = __builtin_s390_vavglg(vul, vul); in test_integer() 158 vul = __builtin_s390_vclzg(vul); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 22 volatile vec_ulong vul; variable 38 __builtin_s390_vpdi(vul, vul, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core() 39 __builtin_s390_vpdi(vul, vul, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core() 40 __builtin_s390_vpdi(vul, vul, len); // expected-error {{must be a constant integer}} in test_core() 56 …__builtin_s390_verimg(vul, vul, vul, -1); // expected-error {{argument should be a value from 0… in test_integer() 57 …__builtin_s390_verimg(vul, vul, vul, 256); // expected-error {{argument should be a value from 0… in test_integer() 58 __builtin_s390_verimg(vul, vul, vul, len); // expected-error {{must be a constant integer}} in test_integer()
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-error.c | 15 volatile vector unsigned long long vul; variable 79 …vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} expected-error {{argume… in test_core() 82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core() 85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core() 134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}} in test_core() 137 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}} in test_core() 140 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}} in test_core() 143 vul = vec_gather_element(vul, vul, cptrul, idx); // expected-error {{no matching function}} in test_core() 146 vul = vec_gather_element(vul, vul, cptrul, -1); // expected-error {{no matching function}} in test_core() 149 vul = vec_gather_element(vul, vul, cptrul, 2); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-vector.c | 22 volatile vec_ulong vul; variable 44 vul = __builtin_s390_vpdi(vul, vul, 0); in test_core() 46 vul = __builtin_s390_vpdi(vul, vul, 15); in test_core() 56 vui = __builtin_s390_vpklsg(vul, vul); in test_core() 63 vui = __builtin_s390_vpklsgs(vul, vul, &cc); in test_core() 101 vul = __builtin_s390_vuplhf(vui); in test_core() 108 vul = __builtin_s390_vupllf(vui); in test_core() 128 vul = __builtin_s390_vaccg(vul, vul); in test_integer() 146 vul = __builtin_s390_vavglg(vul, vul); in test_integer() 158 vul = __builtin_s390_vclzg(vul); in test_integer() [all …]
|
D | builtins-systemz-zvector.c | 18 volatile vector unsigned long long vul; variable 118 ul = vec_extract(vul, idx); in test_core() 158 vul = vec_insert(ul, vul, idx); in test_core() 161 vul = vec_insert(ul, vbl, idx); in test_core() 189 vul = vec_promote(ul, idx); in test_core() 217 vul = vec_insert_and_zero(cptrul); in test_core() 254 vul = vec_perm(vul, vul, vuc); in test_core() 276 vul = vec_permi(vul, vul, 0); in test_core() 279 vul = vec_permi(vul, vul, 1); in test_core() 282 vul = vec_permi(vul, vul, 2); in test_core() [all …]
|
D | builtins-systemz-zvector2-error.c | 15 volatile vector unsigned long long vul; variable 72 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core() 75 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core() 78 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core() 91 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core() 94 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core() 97 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core() 129 vuc = vec_msum_u128(vul, vul, vuc, idx); // expected-error {{must be a constant integer}} in test_integer() 130 …vuc = vec_msum_u128(vul, vul, vuc, -1); // expected-error-re {{argument value {{.*}} is outside … in test_integer() 131 …vuc = vec_msum_u128(vul, vul, vuc, 16); // expected-error-re {{argument value {{.*}} is outside … in test_integer()
|
D | builtins-systemz-zvector3.c | 18 volatile vector unsigned long long vul; variable 86 vul += vec_revb(vec_xl(idx, cptrul)); in test_core() 103 vec_xst(vec_revb(vul), idx, ptrul); in test_core() 120 vul += vec_revb(vec_insert_and_zero(cptrul)); in test_core() 137 vul += vec_revb(vec_splats(ul)); in test_core() 148 vul = vec_splats((unsigned long long)__builtin_bswap64(ul)); in test_core() 166 vul2 = vul; in test_core() 167 vul += vec_revb(vec_insert(ul, vec_revb(vul2), 0)); in test_core() 182 vul2 = vul; in test_core() 183 vul = vec_insert(__builtin_bswap64(ul), vul2, 0); in test_core() [all …]
|
D | builtins-systemz-zvector-constrained.c | 14 volatile vector unsigned long long vul; variable 53 vd = vec_sel(vd, vd, vul); in test_core() 58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 60 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 63 vec_scatter_element(vd, vul, ptrd, 0); in test_core() 65 vec_scatter_element(vd, vul, ptrd, 1); in test_core() 235 vd = vec_ctd(vul, 0); in test_float() 242 vd = vec_ctd(vul, 1); in test_float() 250 vd = vec_ctd(vul, 31); in test_float() 258 vul = vec_ctul(vd, 0); in test_float() [all …]
|
D | builtins-systemz-zvector2.c | 18 volatile vector unsigned long long vul; variable 125 vul = vec_bperm_u128(vuc, vuc); in test_core() 143 vd = vec_sel(vd, vd, vul); in test_core() 156 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 158 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 169 vec_scatter_element(vd, vul, ptrd, 0); in test_core() 171 vec_scatter_element(vd, vul, ptrd, 1); in test_core() 512 vul = vec_nand(vul, vul); in test_integer() 541 vul = vec_orc(vul, vul); in test_integer() 570 vul = vec_eqv(vul, vul); in test_integer() [all …]
|
D | builtins-systemz-vector-error.c | 22 volatile vec_ulong vul; variable 38 …__builtin_s390_vpdi(vul, vul, -1); // expected-error-re {{argument value {{.*}} is outside the v… in test_core() 39 …__builtin_s390_vpdi(vul, vul, 16); // expected-error-re {{argument value {{.*}} is outside the v… in test_core() 40 __builtin_s390_vpdi(vul, vul, len); // expected-error {{must be a constant integer}} in test_core() 56 …__builtin_s390_verimg(vul, vul, vul, -1); // expected-error-re {{argument value {{.*}} is outsi… in test_integer() 57 …__builtin_s390_verimg(vul, vul, vul, 256); // expected-error-re {{argument value {{.*}} is outsi… in test_integer() 58 __builtin_s390_verimg(vul, vul, vul, len); // expected-error {{must be a constant integer}} in test_integer()
|
D | builtins-systemz-vector2-error.c | 23 volatile vec_ulong vul; variable 31 …__builtin_s390_vmslg(vul, vul, vuc, -1); // expected-error-re {{argument value {{.*}} is outside… in test_integer() 32 …__builtin_s390_vmslg(vul, vul, vuc, 16); // expected-error-re {{argument value {{.*}} is outside… in test_integer() 33 __builtin_s390_vmslg(vul, vul, vuc, len); // expected-error {{must be a constant integer}} in test_integer()
|
D | builtins-systemz-zvector3-error.c | 15 volatile vector unsigned long long vul; variable 91 vul = vec_sldb(vul, vul, idx); // expected-error {{no matching function}} \ in test_integer() 132 vul = vec_srdb(vul, vul, idx); // expected-error {{no matching function}} \ in test_integer()
|
D | builtins-systemz-vector2.c | 23 volatile vec_ulong vul; variable 33 vul = __builtin_s390_vbperm(vuc, vuc); in test_core() 44 vuc = __builtin_s390_vmslg(vul, vul, vuc, 0); in test_integer() 46 vuc = __builtin_s390_vmslg(vul, vul, vuc, 15); in test_integer()
|
D | builtins-systemz-zvector2-constrained.c | 15 volatile vector unsigned long long vul; variable 104 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core() 106 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core() 117 vec_scatter_element(vd, vul, ptrd, 0); in test_core() 119 vec_scatter_element(vd, vul, ptrd, 1); in test_core() 460 vd = vec_double(vul); in test_float() 467 vul = vec_unsigned(vd); in test_float()
|
D | builtins-systemz-zvector3-constrained.c | 16 volatile vector unsigned long long vul; variable 85 vd = vec_double(vul); in test_float() 101 vul = vec_unsigned(vd); in test_float()
|
D | builtins-systemz-vector3-error.c | 23 volatile vec_ulong vul; variable
|
D | builtins-systemz-vector3.c | 23 volatile vec_ulong vul; variable
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1295 define i64 @getul0(<2 x i64> %vul) { 1297 %vul.addr = alloca <2 x i64>, align 16 1298 store <2 x i64> %vul, <2 x i64>* %vul.addr, align 16 1299 %0 = load <2 x i64>, <2 x i64>* %vul.addr, align 16 1310 define i64 @getul1(<2 x i64> %vul) { 1312 %vul.addr = alloca <2 x i64>, align 16 1313 store <2 x i64> %vul, <2 x i64>* %vul.addr, align 16 1314 %0 = load <2 x i64>, <2 x i64>* %vul.addr, align 16 1341 define i64 @getvelul(<2 x i64> %vul, i32 signext %i) { 1343 %vul.addr = alloca <2 x i64>, align 16 [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1041 define i64 @getul0(<2 x i64> %vul) { 1043 %vecext = extractelement <2 x i64> %vul, i32 0 1053 define i64 @getul1(<2 x i64> %vul) { 1055 %vecext = extractelement <2 x i64> %vul, i32 1 1075 define i64 @getvelul(<2 x i64> %vul, i32 signext %i) { 1077 %vecext = extractelement <2 x i64> %vul, i32 %i
|
/external/icu/icu4c/source/data/locales/ |
D | pcm.txt | 941 travel{"Trávul"} 942 travel_places{"Trávul ọ Ples"}
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.pat.txt | 25853 2vul
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.pat.txt | 25853 2vul
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 61658 zí2vul
|