/external/clang/test/CodeGen/ |
D | builtins-ppc-altivec.c | 18 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 …]
|
D | builtins-systemz-zvector.c | 17 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 …]
|
D | builtins-ppc-p8vector.c | 24 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()
|
D | builtins-systemz-zvector-error.c | 17 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()
|
D | builtins-ppc-vsx.c | 14 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/ |
D | builtins-ppc-altivec.c | 18 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 …]
|
D | builtins-ppc-p8vector.c | 24 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()
|
D | builtins-ppc-vsx.c | 14 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/ |
D | builtins-systemz-zvector.c | 20 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 …]
|
D | builtins-systemz-zvector2.c | 20 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()
|
D | builtins-systemz-zvector-error.c | 17 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()
|
D | builtins-systemz-zvector3.c | 20 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()
|
D | builtins-systemz-zvector3-error.c | 17 volatile vector bool short vbs; variable
|
D | builtins-systemz-zvector2-error.c | 17 volatile vector bool short vbs; variable
|
/external/skia/src/core/ |
D | SkPath_serial.cpp | 105 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()
|
D | SkPath.cpp | 3331 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/ |
D | SkPath_serial.cpp | 102 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/ |
D | altivec.cpp | 9 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/ |
D | altivec.cpp | 9 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/ |
D | PathBuilderTest.cpp | 235 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/ |
D | Makefile.am | 31 config-tpf.h mk-ca-bundle.pl mk-ca-bundle.vbs $(CMAKE_DIST) \
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 353 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/ |
D | gen_batch_decoder.c | 395 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/ |
D | 19.1.0.rst | 2559 - iris: some draw info, vbs, sample mask
|