Home
last modified time | relevance | path

Searched refs:vbs (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c18 vector bool short vbs = { 1, 0, 1, 0, 1, 0, 1, 0 }; variable
139 res_vs = vec_add(vbs, vs); in test1()
143 res_vs = vec_add(vs, vbs); in test1()
151 res_vus = vec_add(vbs, vus); in test1()
155 res_vus = vec_add(vus, vbs); in test1()
215 res_vs = vec_vadduhm(vbs, vs); in test1()
219 res_vs = vec_vadduhm(vs, vbs); in test1()
227 res_vus = vec_vadduhm(vbs, vus); in test1()
231 res_vus = vec_vadduhm(vus, vbs); in test1()
301 res_vs = vec_adds(vbs, vs); in test1()
[all …]
Dbuiltins-systemz-zvector.c17 volatile vector bool short vbs; variable
86 us = vec_extract(vbs, idx); in test_core()
113 vus = vec_insert(us, vbs, idx); in test_core()
178 vbs = vec_perm(vbs, vbs, vuc); in test_core()
235 vss = vec_sel(vss, vss, vbs); in test_core()
237 vus = vec_sel(vus, vus, vbs); in test_core()
238 vbs = vec_sel(vbs, vbs, vus); in test_core()
239 vbs = vec_sel(vbs, vbs, vbs); in test_core()
455 vbs = vec_splat(vbs, 0); in test_core()
457 vbs = vec_splat(vbs, 7); in test_core()
[all …]
Dbuiltins-ppc-p8vector.c24 vector bool short vbs = { 1, 1, 0, 0, 0, 0, 1, 1 }; variable
262 res_vss = vec_eqv(vbs, vbs); in test1()
1239 res_vss = vec_nand(vbs, vbs); in test1()
1337 res_vss = vec_orc(vss, vbs); in test1()
1343 res_vss = vec_orc(vbs, vss); in test1()
1355 res_vus = vec_orc(vus, vbs); in test1()
1361 res_vus = vec_orc(vbs, vus); in test1()
1367 res_vbs = vec_orc(vbs, vbs); in test1()
Dbuiltins-systemz-zvector-error.c17 volatile vector bool short vbs; variable
342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
345 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
348 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
Dbuiltins-ppc-vsx.c14 vector bool short vbs = { 0, 1, 0, 1, 0, 1, 0, 1 }; variable
383 res_vbs = vec_vsx_ld(0, &vbs); in test1()
477 vec_vsx_st(vbs, 0, &res_vbs); in test1()
481 vec_vsx_st(vbs, 0, res_aus); in test1()
485 vec_vsx_st(vbs, 0, res_ass); in test1()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c18 vector bool short vbs = { 1, 0, 1, 0, 1, 0, 1, 0 }; variable
177 res_vs = vec_add(vbs, vs); in test1()
181 res_vs = vec_add(vs, vbs); in test1()
189 res_vus = vec_add(vbs, vus); in test1()
193 res_vus = vec_add(vus, vbs); in test1()
269 res_vs = vec_vadduhm(vbs, vs); in test1()
273 res_vs = vec_vadduhm(vs, vbs); in test1()
281 res_vus = vec_vadduhm(vbs, vus); in test1()
285 res_vus = vec_vadduhm(vus, vbs); in test1()
355 res_vs = vec_adds(vbs, vs); in test1()
[all …]
Dbuiltins-ppc-p8vector.c24 vector bool short vbs = { 1, 1, 0, 0, 0, 0, 1, 1 }; variable
271 res_vss = vec_eqv(vbs, vbs); in test1()
1303 res_vss = vec_nand(vbs, vbs); in test1()
1419 res_vss = vec_orc(vss, vbs); in test1()
1425 res_vss = vec_orc(vbs, vss); in test1()
1437 res_vus = vec_orc(vus, vbs); in test1()
1443 res_vus = vec_orc(vbs, vus); in test1()
1449 res_vbs = vec_orc(vbs, vbs); in test1()
Dbuiltins-ppc-vsx.c14 vector bool short vbs = { 0, 1, 0, 1, 0, 1, 0, 1 }; variable
398 res_vbs = vec_vsx_ld(0, &vbs); in test1()
492 vec_vsx_st(vbs, 0, &res_vbs); in test1()
496 vec_vsx_st(vbs, 0, res_aus); in test1()
500 vec_vsx_st(vbs, 0, res_ass); in test1()
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector.c20 volatile vector bool short vbs; variable
103 us = vec_extract(vbs, idx); in test_core()
143 vus = vec_insert(us, vbs, idx); in test_core()
239 vbs = vec_perm(vbs, vbs, vuc); in test_core()
338 vbs = vec_reve(vbs); in test_core()
369 vss = vec_sel(vss, vss, vbs); in test_core()
373 vus = vec_sel(vus, vus, vbs); in test_core()
375 vbs = vec_sel(vbs, vbs, vus); in test_core()
377 vbs = vec_sel(vbs, vbs, vbs); in test_core()
761 vbs = vec_splat(vbs, 0); in test_core()
[all …]
Dbuiltins-systemz-zvector2.c20 volatile vector bool short vbs; variable
502 vbs = vec_nand(vbs, vbs); in test_integer()
531 vbs = vec_orc(vbs, vbs); in test_integer()
560 vbs = vec_eqv(vbs, vbs); in test_integer()
Dbuiltins-systemz-zvector-error.c17 volatile vector bool short vbs; variable
331 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
334 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
337 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector3.c20 volatile vector bool short vbs; variable
394 vuc = vec_search_string_cc(vbs, vbs, vuc, &cc); in test_string()
422 vuc = vec_search_string_until_zero_cc(vbs, vbs, vuc, &cc); in test_string()
Dbuiltins-systemz-zvector3-error.c17 volatile vector bool short vbs; variable
Dbuiltins-systemz-zvector2-error.c17 volatile vector bool short vbs; variable
/external/skia/src/core/
DSkPath_serial.cpp105 int32_t vbs = fPathRef->countVerbs(); in writeToMemory() local
111 size = safe.add(size, safe.mul(vbs, sizeof(uint8_t))); in writeToMemory()
124 buffer.write32(vbs); in writeToMemory()
127 buffer.write(fPathRef->verbsBegin(), vbs * sizeof(uint8_t)); in writeToMemory()
220 int32_t pts, cnx, vbs; in readFromMemory_EQ4Or5() local
221 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4Or5()
227 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4Or5()
246 verbs += vbs - 1; in readFromMemory_EQ4Or5()
253 for (int i = 0; i < vbs; ++i) { in readFromMemory_EQ4Or5()
DSkPath.cpp3331 SkPathVerbAnalysis sk_path_analyze_verbs(const uint8_t vbs[], int verbCount) { in sk_path_analyze_verbs() argument
3337 switch ((SkPathVerb)vbs[i]) { in sk_path_analyze_verbs()
3377 const uint8_t vbs[], int verbCount, in Make() argument
3384 const auto info = sk_path_analyze_verbs(vbs, verbCount); in Make()
3391 SkTDArray<uint8_t>(vbs, verbCount), in Make()
/external/skqp/src/core/
DSkPath_serial.cpp102 int32_t vbs = fPathRef->countVerbs(); in writeToMemory() local
108 size = safe.add(size, safe.mul(vbs, sizeof(uint8_t))); in writeToMemory()
121 buffer.write32(vbs); in writeToMemory()
124 buffer.write(fPathRef->verbsMemBegin(), vbs * sizeof(uint8_t)); in writeToMemory()
213 int32_t pts, cnx, vbs; in readFromMemory_EQ4() local
214 if (!buffer.readS32(&pts) || !buffer.readS32(&cnx) || !buffer.readS32(&vbs)) { in readFromMemory_EQ4()
220 const uint8_t* verbs = buffer.skipCount<uint8_t>(vbs); in readFromMemory_EQ4()
240 for (int i = vbs - 1; i >= 0; --i) { in readFromMemory_EQ4()
/external/clang/test/SemaCXX/
Daltivec.cpp9 vector bool short vbs; in test_vec_step() local
24 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step()
/external/llvm-project/clang/test/SemaCXX/
Daltivec.cpp9 vector bool short vbs; in test_vec_step() local
24 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step()
/external/skia/tests/
DPathBuilderTest.cpp235 uint8_t vbs[N]; in DEF_TEST() local
241 pts[0] = {0, 0}; vbs[0] = (uint8_t)SkPathVerb::kMove; in DEF_TEST()
246 pts[i] = {x, y}; vbs[i] = (uint8_t)SkPathVerb::kLine; in DEF_TEST()
249 auto p1 = SkPath::Make(pts, N, vbs, N, nullptr, 0, p0.getFillType()); in DEF_TEST()
/external/curl/lib/
DMakefile.am31 config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \
/external/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp353 struct gen_group *vbs = gen_spec_find_struct(ctx->spec, "VERTEX_BUFFER_STATE"); in handle_3dstate_vertex_buffers() local
364 if (iter.struct_desc != vbs) in handle_3dstate_vertex_buffers()
370 gen_field_iterator_init(&vbs_iter, vbs, &iter.p[iter.start_bit / 32], 0, false); in handle_3dstate_vertex_buffers()
/external/mesa3d/src/intel/common/
Dgen_batch_decoder.c395 struct gen_group *vbs = gen_spec_find_struct(ctx->spec, "VERTEX_BUFFER_STATE"); in handle_3dstate_vertex_buffers() local
406 if (iter.struct_desc != vbs) in handle_3dstate_vertex_buffers()
410 gen_field_iterator_init(&vbs_iter, vbs, &iter.p[iter.start_bit / 32], 0, false); in handle_3dstate_vertex_buffers()
/external/mesa3d/docs/relnotes/
D19.1.0.rst2559 - iris: some draw info, vbs, sample mask