/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector.c | 10 volatile vector signed int vsi; variable 88 si = vec_extract(vsi, idx); in test_core() 115 vsi = vec_insert(si, vsi, idx); in test_core() 138 vsi = vec_promote(si, idx); in test_core() 157 vsi = vec_insert_and_zero(cptrsi); in test_core() 180 vsi = vec_perm(vsi, vsi, vuc); in test_core() 240 vsi = vec_sel(vsi, vsi, vui); in test_core() 241 vsi = vec_sel(vsi, vsi, vbi); in test_core() 255 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core() 256 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core() [all …]
|
D | builtins-systemz-vector.c | 17 volatile vec_sint vsi; variable 68 vss = __builtin_s390_vpksf(vsi, vsi); in test_core() 70 vsi = __builtin_s390_vpksg(vsl, vsl); in test_core() 75 vss = __builtin_s390_vpksfs(vsi, vsi, &cc); in test_core() 77 vsi = __builtin_s390_vpksgs(vsl, vsl, &cc); in test_core() 85 vsi = __builtin_s390_vuphh(vss); in test_core() 87 vsl = __builtin_s390_vuphf(vsi); in test_core() 92 vsi = __builtin_s390_vuplhw(vss); in test_core() 94 vsl = __builtin_s390_vuplf(vsi); in test_core() 135 vsi = __builtin_s390_vavgf(vsi, vsi); in test_integer() [all …]
|
D | builtins-systemz-zvector-error.c | 10 volatile vector signed int vsi; variable 107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core() 110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core() 113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core() 171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}} in test_core() 174 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}} in test_core() 177 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function}} in test_core() 256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}} in test_core() 351 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}} in test_core() 354 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-ppc-p8vector.c | 25 vector signed int vsi = { -1, 2, -3, 4 }; variable 94 res_vsi = vec_addc(vsi, vsi); in test1() 129 res_vsi = vec_mergee(vsi, vsi); in test1() 143 res_vsi = vec_mergeo(vsi, vsi); in test1() 283 res_vsi = vec_eqv(vsi, vsi); in test1() 405 res_vsi = vec_cntlz(vsi); in test1() 992 res_vsll = vec_mule(vsi, vsi); in test1() 1003 res_vsll = vec_mulo(vsi, vsi); in test1() 1102 res_vsll = vec_unpackh(vsi); in test1() 1113 res_vsll = vec_unpackl(vsi); in test1() [all …]
|
D | builtins-ppc-vsx.c | 9 vector signed int vsi = { -1, 2, -3, 4 }; variable 295 res_vsi = vec_vsx_ld(0, &vsi); in test1() 321 vec_vsx_st(vsi, 0, &res_vsi); in test1()
|
D | builtins-systemz-vector-error.c | 17 volatile vec_sint vsi; variable
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1093 define signext i32 @getsi0(<4 x i32> %vsi) { 1095 %vsi.addr = alloca <4 x i32>, align 16 1096 store <4 x i32> %vsi, <4 x i32>* %vsi.addr, align 16 1097 %0 = load <4 x i32>, <4 x i32>* %vsi.addr, align 16 1111 define signext i32 @getsi1(<4 x i32> %vsi) { 1113 %vsi.addr = alloca <4 x i32>, align 16 1114 store <4 x i32> %vsi, <4 x i32>* %vsi.addr, align 16 1115 %0 = load <4 x i32>, <4 x i32>* %vsi.addr, align 16 1128 define signext i32 @getsi2(<4 x i32> %vsi) { 1130 %vsi.addr = alloca <4 x i32>, align 16 [all …]
|
D | vsx-ldst.ll | 16 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16 32 %0 = load <4 x i32>, <4 x i32>* @vsi, align 16
|
D | vsx-ldst-builtin-le.ll | 7 @vsi = global <4 x i32> <i32 -1, i32 2, i32 -3, i32 4>, align 16 52 store <4 x i32>* @vsi, <4 x i32>** %__b.addr.i, align 8 102 %33 = load <4 x i32>, <4 x i32>* @vsi, align 16
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 401 v4si vsi = (v4si){1, 2, 3, 4};
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6532 "vsi",
|