Home
last modified time | relevance | path

Searched refs:vsc (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector.c8 volatile vector signed char vsc; variable
76 sc = vec_extract(vsc, idx); in test_core()
103 vsc = vec_insert(sc, vsc, idx); in test_core()
130 vsc = vec_promote(sc, idx); in test_core()
149 vsc = vec_insert_and_zero(cptrsc); in test_core()
168 vsc = vec_perm(vsc, vsc, vuc); in test_core()
228 vsc = vec_sel(vsc, vsc, vuc); in test_core()
229 vsc = vec_sel(vsc, vsc, vbc); in test_core()
297 vsc = vec_xld2(idx, cptrsc); in test_core()
307 vsc = vec_xlw4(idx, cptrsc); in test_core()
[all …]
Dbuiltins-ppc-altivec.c16 vector signed char vsc = { 1, -2, 3, -4, 5, -6, 7, -8, 9, -10, 11, -12, 13, -14, 15, -16 }; variable
61 vsc = vec_abs(vsc); in test1()
92 vsc = vec_abss(vsc); in test1()
111 res_vsc = vec_add(vsc, vsc); in test1()
115 res_vsc = vec_add(vbc, vsc); in test1()
119 res_vsc = vec_add(vsc, vbc); in test1()
187 res_vsc = vec_vaddubm(vsc, vsc); in test1()
191 res_vsc = vec_vaddubm(vbc, vsc); in test1()
195 res_vsc = vec_vaddubm(vsc, vbc); in test1()
273 res_vsc = vec_adds(vsc, vsc); in test1()
[all …]
Dbuiltins-systemz-zvector-error.c8 volatile vector signed char vsc; variable
235 vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} in test_core()
238 vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} in test_core()
241 vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} in test_core()
244 vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} in test_core()
297 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
415 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
434 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} in test_integer()
[all …]
Dbuiltins-systemz-vector.c15 volatile vec_schar vsc; variable
36 vsc = __builtin_s390_vlbb(cptr, 0); in test_core()
38 vsc = __builtin_s390_vlbb(cptr, 15); in test_core()
41 vsc = __builtin_s390_vll(len, cptr); in test_core()
66 vsc = __builtin_s390_vpksh(vss, vss); in test_core()
73 vsc = __builtin_s390_vpkshs(vss, vss, &cc); in test_core()
80 __builtin_s390_vstl(vsc, len, ptr); in test_core()
83 vss = __builtin_s390_vuphb(vsc); in test_core()
90 vss = __builtin_s390_vuplb(vsc); in test_core()
131 vsc = __builtin_s390_vavgb(vsc, vsc); in test_integer()
[all …]
Dbuiltins-ppc-p8vector.c18 vector signed char vsc = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }; variable
218 res_vsc = vec_eqv(vsc, vsc); in test1()
389 res_vsc = vec_cntlz(vsc); in test1()
1214 res_vsc = vec_nand(vsc, vsc); in test1()
1288 res_vsc = vec_orc(vsc, vsc); in test1()
1295 res_vsc = vec_orc(vsc, vbc); in test1()
1301 res_vsc = vec_orc(vbc, vsc); in test1()
1479 res_vsll = vec_vbpermq(vsc, vsc); in test1()
1489 res_vsc = vec_vgbbd(vsc); in test1()
Dbuiltins-ppc-vsx.c8 vector signed char vsc = { -8, 9, -10, 11, -12, 13, -14, 15, variable
407 res_vsc = vec_vsx_ld(0, &vsc); in test1()
505 vec_vsx_st(vsc, 0, &res_vsc); in test1()
509 vec_vsx_st(vsc, 0, res_asc); in test1()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector.c11 volatile vector signed char vsc; variable
88 sc = vec_extract(vsc, idx); in test_core()
128 vsc = vec_insert(sc, vsc, idx); in test_core()
168 vsc = vec_promote(sc, idx); in test_core()
196 vsc = vec_insert_and_zero(cptrsc); in test_core()
224 vsc = vec_perm(vsc, vsc, vuc); in test_core()
328 vsc = vec_reve(vsc); in test_core()
355 vsc = vec_sel(vsc, vsc, vuc); in test_core()
357 vsc = vec_sel(vsc, vsc, vbc); in test_core()
490 vsc = vec_xl(idx, cptrsc); in test_core()
[all …]
Dbuiltins-systemz-zvector-error.c8 volatile vector signed char vsc; variable
235vsc = vec_load_bndry(cptrsc, idx); // expected-error {{no matching function}} expected-error {{ar… in test_core()
237vsc = vec_load_bndry(cptrsc, 200); // expected-error {{no matching function}} expected-error {{ar… in test_core()
239vsc = vec_load_bndry(cptrsc, 32); // expected-error {{no matching function}} expected-error {{ar… in test_core()
241vsc = vec_load_bndry(cptrsc, 8192); // expected-error {{no matching function}} expected-error {{ar… in test_core()
286 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
289 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
292 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
404 vsc = vec_splat_s8(idx); // expected-error {{no matching function}} in test_core()
423 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} \ in test_integer()
[all …]
Dbuiltins-systemz-vector.c15 volatile vec_schar vsc; variable
36 vsc = __builtin_s390_vlbb(cptr, 0); in test_core()
38 vsc = __builtin_s390_vlbb(cptr, 15); in test_core()
41 vsc = __builtin_s390_vll(len, cptr); in test_core()
66 vsc = __builtin_s390_vpksh(vss, vss); in test_core()
73 vsc = __builtin_s390_vpkshs(vss, vss, &cc); in test_core()
80 __builtin_s390_vstl(vsc, len, ptr); in test_core()
83 vss = __builtin_s390_vuphb(vsc); in test_core()
90 vss = __builtin_s390_vuplb(vsc); in test_core()
131 vsc = __builtin_s390_vavgb(vsc, vsc); in test_integer()
[all …]
Dbuiltins-systemz-zvector3.c11 volatile vector signed char vsc; variable
210 vsc += vec_reve(vec_xl(idx, cptrsc)); in test_core()
231 vec_xst(vec_reve(vsc), idx, ptrsc); in test_core()
256 vsc = vec_sldb(vsc, vsc, 0); in test_integer()
259 vsc = vec_sldb(vsc, vsc, 7); in test_integer()
317 vsc = vec_srdb(vsc, vsc, 0); in test_integer()
320 vsc = vec_srdb(vsc, vsc, 7); in test_integer()
382 vuc = vec_search_string_cc(vsc, vsc, vuc, &cc); in test_string()
410 vuc = vec_search_string_until_zero_cc(vsc, vsc, vuc, &cc); in test_string()
Dbuiltins-systemz-zvector3-error.c8 volatile vector signed char vsc; variable
63 vsc = vec_sldb(vsc, vsc, idx); // expected-error {{no matching function}} \ in test_integer()
104 vsc = vec_srdb(vsc, vsc, idx); // expected-error {{no matching function}} \ in test_integer()
Dbuiltins-systemz-zvector2.c11 volatile vector signed char vsc; variable
492 vsc = vec_nand(vsc, vsc); in test_integer()
521 vsc = vec_orc(vsc, vsc); in test_integer()
550 vsc = vec_eqv(vsc, vsc); in test_integer()
579 vuc = vec_popcnt(vsc); in test_integer()
Dbuiltins-systemz-vector2.c16 volatile vec_schar vsc; variable
36 vsc = __builtin_s390_vlrl(len, cptr); in test_core()
39 __builtin_s390_vstrl(vsc, len, ptr); in test_core()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c16 vector signed char vsc = { 1, -2, 3, -4, 5, -6, 7, -8, 9, -10, 11, -12, 13, -14, 15, -16 }; variable
70 vsc = vec_abs(vsc); in test1()
98 vsc = vec_nabs(vsc); in test1()
124 res_vsc = vec_neg(vsc); in test1()
130 vsc = vec_abss(vsc); in test1()
149 res_vsc = vec_add(vsc, vsc); in test1()
153 res_vsc = vec_add(vbc, vsc); in test1()
157 res_vsc = vec_add(vsc, vbc); in test1()
241 res_vsc = vec_vaddubm(vsc, vsc); in test1()
245 res_vsc = vec_vaddubm(vbc, vsc); in test1()
[all …]
Dbuiltins-ppc-p8vector.c18 vector signed char vsc = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5 }; variable
227 res_vsc = vec_eqv(vsc, vsc); in test1()
398 res_vsc = vec_cntlz(vsc); in test1()
1278 res_vsc = vec_nand(vsc, vsc); in test1()
1370 res_vsc = vec_orc(vsc, vsc); in test1()
1377 res_vsc = vec_orc(vsc, vbc); in test1()
1383 res_vsc = vec_orc(vbc, vsc); in test1()
1585 res_vsll = vec_vbpermq(vsc, vsc); in test1()
1595 res_vsc = vec_vgbbd(vsc); in test1()
Dbuiltins-ppc-vsx.c8 vector signed char vsc = { -8, 9, -10, 11, -12, 13, -14, 15, variable
422 res_vsc = vec_vsx_ld(0, &vsc); in test1()
520 vec_vsx_st(vsc, 0, &res_vsc); in test1()
524 vec_vsx_st(vsc, 0, res_asc); in test1()
1618 res_vsll = vec_slo(vsll, vsc); in test1()
1626 res_vull = vec_slo(vull, vsc); in test1()
1642 res_vsll = vec_sro(vsll, vsc); in test1()
1650 res_vull = vec_sro(vull, vsc); in test1()
1746 res_vsc = vec_xxpermdi(vsc, vsc, 0); in test1()
1787 res_vsc = vec_xxsldwi(vsc, vsc, 0); in test1()
/external/llvm-project/llvm/test/MC/VE/
DVSC.s6 # CHECK-INST: vsc %v11, %v13, 23, %s12
8 vsc %v11, %v13, 23, %s12 label
10 # CHECK-INST: vsc.nc %vix, %s12, 63, 0
12 vsc.nc %vix, %s12, 63, 0
14 # CHECK-INST: vsc.ot %v63, %vix, -64, %s63
16 vsc.ot %v63, %vix, -64, %s63
18 # CHECK-INST: vsc.nc.ot %v12, %v63, %s12, 0, %vm3
20 vsc.nc.ot %v12, %v63, %s12, 0, %vm3
/external/llvm/test/CodeGen/PowerPC/
Dp8-scalar_vector_conversions.ll99 define signext i8 @getsc0(<16 x i8> %vsc) {
101 %vsc.addr = alloca <16 x i8>, align 16
102 store <16 x i8> %vsc, <16 x i8>* %vsc.addr, align 16
103 %0 = load <16 x i8>, <16 x i8>* %vsc.addr, align 16
117 define signext i8 @getsc1(<16 x i8> %vsc) {
119 %vsc.addr = alloca <16 x i8>, align 16
120 store <16 x i8> %vsc, <16 x i8>* %vsc.addr, align 16
121 %0 = load <16 x i8>, <16 x i8>* %vsc.addr, align 16
135 define signext i8 @getsc2(<16 x i8> %vsc) {
137 %vsc.addr = alloca <16 x i8>, align 16
[all …]
Dbuiltins-ppc-p8vector.ll6 @vsc = global <16 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7, i8 8, i8 9, i8 0, i8 1, i8…
18 %0 = load <16 x i8>, <16 x i8>* @vsc, align 16
48 %0 = load <16 x i8>, <16 x i8>* @vsc, align 16
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dp8-scalar_vector_conversions.ll101 define signext i8 @getsc0(<16 x i8> %vsc) {
103 %vecext = extractelement <16 x i8> %vsc, i32 0
116 define signext i8 @getsc1(<16 x i8> %vsc) {
118 %vecext = extractelement <16 x i8> %vsc, i32 1
131 define signext i8 @getsc2(<16 x i8> %vsc) {
133 %vecext = extractelement <16 x i8> %vsc, i32 2
146 define signext i8 @getsc3(<16 x i8> %vsc) {
148 %vecext = extractelement <16 x i8> %vsc, i32 3
161 define signext i8 @getsc4(<16 x i8> %vsc) {
163 %vecext = extractelement <16 x i8> %vsc, i32 4
[all …]
Dbuiltins-ppc-p8vector.ll6 @vsc = global <16 x i8> <i8 0, i8 1, i8 2, i8 3, i8 4, i8 5, i8 6, i8 7, i8 8, i8 9, i8 0, i8 1, i8…
18 %0 = load <16 x i8>, <16 x i8>* @vsc, align 16
48 %0 = load <16 x i8>, <16 x i8>* @vsc, align 16
/external/pdfium/third_party/libopenjpeg20/
Dt1.c73 OPJ_UINT32 vsc);
85 OPJ_UINT32 vsc,
94 OPJ_UINT32 vsc);
157 OPJ_UINT32 vsc);
293 #define opj_t1_update_flags_macro(flags, flagsp, ci, s, stride, vsc) \ argument
305 if (ci == 0U && !(vsc)) { \
324 OPJ_UINT32 vsc) in opj_t1_update_flags() argument
326 opj_t1_update_flags_macro(*flagsp, flagsp, ci, s, stride, vsc); in opj_t1_update_flags()
340 OPJ_UINT32 vsc) in opj_t1_enc_sigpass_step() argument
383 opj_t1_update_flags(flagsp, ci, v, t1->w + 2, vsc); in opj_t1_enc_sigpass_step()
[all …]
/external/clang/test/SemaCXX/
Daltivec.cpp7 vector signed char vsc; in test_vec_step() local
22 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step()
/external/llvm-project/clang/test/SemaCXX/
Daltivec.cpp7 vector signed char vsc; in test_vec_step() local
22 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step()
/external/llvm-project/llvm/utils/vscode/llvm/
D.vscodeignore4 vsc-extension-quickstart.md

12