Home
last modified time | relevance | path

Searched refs:vbl (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/vbltest/
H A Dvbltest.c60 drmVBlank vbl; in vblank_handler() local
67 vbl.request.type |= DRM_VBLANK_SECONDARY; in vblank_handler()
68 vbl.request.sequence = 1; in vblank_handler()
69 vbl.request.signal = (unsigned long)data; in vblank_handler()
71 drmWaitVBlank(fd, &vbl); in vblank_handler()
100 drmVBlank vbl; in main() local
127 vbl.request.type = DRM_VBLANK_RELATIVE; in main()
130 vbl.request.sequence = 0; in main()
131 ret = drmWaitVBlank(fd, &vbl); in main()
146 vbl.request.sequence = 1; in main()
[all …]
/dports/graphics/libdrm/libdrm-2.4.110/tests/vbltest/
H A Dvbltest.c60 drmVBlank vbl; in vblank_handler() local
67 vbl.request.type |= DRM_VBLANK_SECONDARY; in vblank_handler()
68 vbl.request.sequence = 1; in vblank_handler()
69 vbl.request.signal = (unsigned long)data; in vblank_handler()
71 drmWaitVBlank(fd, &vbl); in vblank_handler()
100 drmVBlank vbl; in main() local
127 vbl.request.type = DRM_VBLANK_RELATIVE; in main()
130 vbl.request.sequence = 0; in main()
131 ret = drmWaitVBlank(fd, &vbl); in main()
146 vbl.request.sequence = 1; in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} expected-error {{argume… in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} expected-error {{argume… in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} expected-error {{argume… in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
H A Dbuiltins-systemz-zvector-error.c19 volatile vector bool long long vbl; variable
88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core()
91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core()
94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core()
152 vbl = vec_gather_element(vbl, vul, cptrul, idx); // expected-error {{no matching function}} in test_core()
155 vbl = vec_gather_element(vbl, vul, cptrul, -1); // expected-error {{no matching function}} in test_core()
158 vbl = vec_gather_element(vbl, vul, cptrul, 2); // expected-error {{no matching function}} in test_core()
216 vec_scatter_element(vbl, vul, ptrul, idx); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
399 vbl = vec_sel(vbl, vbl, vul); in test_core()
401 vbl = vec_sel(vbl, vbl, vbl); in test_core()
911 vbl = vec_mergeh(vbl, vbl); in test_core()
951 vbl = vec_mergel(vbl, vbl); in test_core()
1146 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c257 vbl = vec_perm(vbl, vbl, vuc); in test_core()
288 vbl = vec_permi(vbl, vbl, 0); in test_core()
291 vbl = vec_permi(vbl, vbl, 1); in test_core()
294 vbl = vec_permi(vbl, vbl, 2); in test_core()
297 vbl = vec_permi(vbl, vbl, 3); in test_core()
357 vbl = vec_sel(vbl, vbl, vul); in test_core()
359 vbl = vec_sel(vbl, vbl, vbl); in test_core()
869 vbl = vec_mergeh(vbl, vbl); in test_core()
909 vbl = vec_mergel(vbl, vbl); in test_core()
1104 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGen/
H A Dbuiltins-systemz-zvector.c190 vbl = vec_perm(vbl, vbl, vuc); in test_core()
211 vbl = vec_permi(vbl, vbl, 0); in test_core()
213 vbl = vec_permi(vbl, vbl, 1); in test_core()
215 vbl = vec_permi(vbl, vbl, 2); in test_core()
217 vbl = vec_permi(vbl, vbl, 3); in test_core()
250 vbl = vec_sel(vbl, vbl, vul); in test_core()
251 vbl = vec_sel(vbl, vbl, vbl); in test_core()
586 vbl = vec_mergeh(vbl, vbl); in test_core()
613 vbl = vec_mergel(vbl, vbl); in test_core()
745 vbl = vec_cmpeq(vbl, vbl); in test_compare()
[all …]

12345678910>>...34