Home
last modified time | relevance | path

Searched refs:prefetch (Results 1 – 25 of 3864) sorted by relevance

12345678910>>...155

/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6502/
H A Doxavix2000.lst9 prefetch();
15 prefetch();
23 prefetch();
31 prefetch();
37 prefetch();
43 prefetch();
49 prefetch();
55 prefetch();
61 prefetch();
67 prefetch();
[all …]
H A Dom65ce02.lst12 prefetch();
22 prefetch();
32 prefetch();
43 prefetch();
53 prefetch();
63 prefetch();
70 prefetch();
78 prefetch();
86 prefetch();
94 prefetch();
[all …]
H A Dom6502.lst12 prefetch();
23 prefetch();
34 prefetch();
43 prefetch();
53 prefetch();
58 prefetch();
64 prefetch();
71 prefetch();
78 prefetch();
89 prefetch();
[all …]
H A Dom65c02.lst14 prefetch();
29 prefetch();
44 prefetch();
57 prefetch();
71 prefetch();
80 prefetch();
90 prefetch();
101 prefetch();
112 prefetch();
120 prefetch();
[all …]
H A Dom740.lst8 prefetch();
14 prefetch();
20 prefetch();
31 prefetch();
36 prefetch();
41 prefetch();
48 prefetch();
55 prefetch();
65 prefetch();
75 prefetch();
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6502/
H A Doxavix2000.lst9 prefetch();
15 prefetch();
23 prefetch();
31 prefetch();
37 prefetch();
43 prefetch();
49 prefetch();
55 prefetch();
61 prefetch();
67 prefetch();
[all …]
H A Dom65ce02.lst12 prefetch();
22 prefetch();
32 prefetch();
43 prefetch();
53 prefetch();
63 prefetch();
70 prefetch();
78 prefetch();
86 prefetch();
94 prefetch();
[all …]
H A Dom6502.lst12 prefetch();
23 prefetch();
34 prefetch();
43 prefetch();
53 prefetch();
58 prefetch();
64 prefetch();
71 prefetch();
78 prefetch();
89 prefetch();
[all …]
H A Dom65c02.lst14 prefetch();
29 prefetch();
44 prefetch();
57 prefetch();
71 prefetch();
80 prefetch();
90 prefetch();
101 prefetch();
112 prefetch();
120 prefetch();
[all …]
H A Dom740.lst8 prefetch();
14 prefetch();
20 prefetch();
31 prefetch();
36 prefetch();
41 prefetch();
48 prefetch();
55 prefetch();
65 prefetch();
75 prefetch();
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/
H A Dprefetch.cl11 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1i8_i32, )( global char* p, int num_elements)
15 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v2i8_i32, )( global char2* p, int num_elemen…
19 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v3i8_i32, )( global char3* p, int num_elemen…
23 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v4i8_i32, )( global char4* p, int num_elemen…
27 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v8i8_i32, )( global char8* p, int num_elemen…
31 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v16i8_i32, )( global char16* p, int num_elem…
36 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1i16_i32, )( global short* p, int num_element…
40 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v2i16_i32, )( global short2* p, int num_elem…
61 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1i32_i32, )( global int* p, int num_elements)
65 void SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(prefetch, _p1v2i32_i32, )( global int2* p, int num_elemen…
[all …]
/dports/www/middleman/middleman/src/
H A Dprefetch.c29 PREFETCH *prefetch; in prefetch_init() local
33 prefetch->queue = NULL; in prefetch_init()
34 prefetch->threads = prefetch->queuesize = 0; in prefetch_init()
35 prefetch->tags = NULL; in prefetch_init()
37 prefetch->entries = 0; in prefetch_init()
42 return prefetch; in prefetch_init()
48 threads = atomic_read_mutex(&prefetch->lock, &prefetch->threads); in prefetch_init_threads()
59 if (prefetch->queue == NULL) pthread_cond_wait(&prefetch->cond, &prefetch->lock); in prefetch_thread()
64 prefetch->entries--; in prefetch_thread()
158 if (prefetch->entries >= prefetch->queuesize) in prefetch_queue_add()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu/qemu-6.2.0/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/misc/
H A Domap_gpmc.c53 struct prefetch { struct
61 } prefetch; member
105 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
116 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
250 s->prefetch.count -= bytes; in fill_prefetch_fifo()
257 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
269 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
305 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
359 s->prefetch.count--; in omap_gpmc_prefetch_write()
463 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
62 } prefetch; member
106 if (s->prefetch.fifopointer >= prefetch_threshold(s->prefetch.config1)) { in omap_gpmc_int_update()
117 if (s->prefetch.config1 & 4) { in omap_gpmc_dma_update()
251 s->prefetch.count -= bytes; in fill_prefetch_fifo()
258 s->prefetch.fifo[fptr] = s->prefetch.fifo[fptr + bytes]; in fill_prefetch_fifo()
270 if (s->prefetch.startengine && (s->prefetch.count == 0)) { in fill_prefetch_fifo()
306 data = s->prefetch.fifo[63 - s->prefetch.fifopointer]; in omap_gpmc_prefetch_read()
360 s->prefetch.count--; in omap_gpmc_prefetch_write()
464 s->prefetch.count = 0; in omap_gpmc_reset()
[all …]
/dports/lang/racket/racket-8.3/collects/pkg/private/
H A Dprefetch.rkt4 (provide make-prefetch-group
5 prefetch-group-in-progress
6 call-with-prefetch-cleanup
7 make-prefetch-future
9 prefetch-future?
10 prefetch-touch)
75 ;; Like `make-prefetch-future`, but ensures a single prefetch for a
149 [(not (prefetch-future-proc (car (prefetch-group-pending group))))
151 (set-prefetch-group-pending! group (cdr (prefetch-group-pending group)))
163 (set-prefetch-group-tokens! group (cdr (prefetch-group-tokens group)))
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/pkg/private/
H A Dprefetch.rkt4 (provide make-prefetch-group
5 prefetch-group-in-progress
6 call-with-prefetch-cleanup
7 make-prefetch-future
9 prefetch-future?
10 prefetch-touch)
75 ;; Like `make-prefetch-future`, but ensures a single prefetch for a
149 [(not (prefetch-future-proc (car (prefetch-group-pending group))))
151 (set-prefetch-group-pending! group (cdr (prefetch-group-pending group)))
163 (set-prefetch-group-tokens! group (cdr (prefetch-group-tokens group)))
[all …]
/dports/lang/zig-devel/zig-0.9.0/test/behavior/
H A Dprefetch.zig3 test "@prefetch()" {
6 @prefetch(&a, .{});
8 @prefetch(&a, .{ .rw = .read, .locality = 3, .cache = .data });
9 @prefetch(&a, .{ .rw = .read, .locality = 2, .cache = .data });
10 @prefetch(&a, .{ .rw = .read, .locality = 1, .cache = .data });
11 @prefetch(&a, .{ .rw = .read, .locality = 0, .cache = .data });
13 @prefetch(&a, .{ .rw = .write, .locality = 3, .cache = .data });
14 @prefetch(&a, .{ .rw = .write, .locality = 2, .cache = .data });
15 @prefetch(&a, .{ .rw = .write, .locality = 1, .cache = .data });
16 @prefetch(&a, .{ .rw = .write, .locality = 0, .cache = .data });
[all …]
/dports/lang/zig/zig-0.9.0/test/behavior/
H A Dprefetch.zig3 test "@prefetch()" {
6 @prefetch(&a, .{});
8 @prefetch(&a, .{ .rw = .read, .locality = 3, .cache = .data });
9 @prefetch(&a, .{ .rw = .read, .locality = 2, .cache = .data });
10 @prefetch(&a, .{ .rw = .read, .locality = 1, .cache = .data });
11 @prefetch(&a, .{ .rw = .read, .locality = 0, .cache = .data });
13 @prefetch(&a, .{ .rw = .write, .locality = 3, .cache = .data });
14 @prefetch(&a, .{ .rw = .write, .locality = 2, .cache = .data });
15 @prefetch(&a, .{ .rw = .write, .locality = 1, .cache = .data });
16 @prefetch(&a, .{ .rw = .write, .locality = 0, .cache = .data });
[all …]

12345678910>>...155