/third_party/openssl/crypto/sha/asm/ |
D | sha1-s390x.pl | 60 $ctx="%r2"; $prefetch="%r2"; 81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 90 xgr $X[0],$prefetch ### Xupdate($i) 91 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 93 xgr $X[0],$prefetch
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
D | sha1-s390x.pl | 60 $ctx="%r2"; $prefetch="%r2"; 81 lg $prefetch,$stdframe($sp) ### Xupdate(16) warm-up 90 xgr $X[0],$prefetch ### Xupdate($i) 91 lg $prefetch,`$stdframe+4*(($i+2)%16)`($sp) 93 xgr $X[0],$prefetch
|
/third_party/elfutils/tests/ |
D | run-debuginfod-fd-prefetch-caches.sh | 56 --fdcache-fds=$FDCACHE_FDS --fdcache-prefetch-fds=$PREFETCH_FDS -vvvvv -g 0 -t 0 \ 57 -Z .tar.bz2=bzcat Z --fdcache-mbs=100 --fdcache-prefetch-mbs=100 \ 58 --fdcache-mintmp=0 --fdcache-prefetch=$PREFETCH > vlog$PORT1 2>&1 &
|
D | run-debuginfod-webapi-concurrency.sh | 38 …tar.xz -Z .tar.bz2=bzcat -p $PORT1 -t0 -g0 -v --fdcache-fds=0 --fdcache-prefetch-fds=0 Z >> vlog$P…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Instr3DNow.td | 95 "prefetch\t$addr", 96 [(prefetch addr:$addr, imm, imm, (i32 1))]>, TB; 99 [(prefetch addr:$addr, (i32 1), (i32 PrefetchWLevel), (i32 1))]>, 103 [(prefetch addr:$addr, (i32 1), (i32 PrefetchWT1Level), (i32 1))]>,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/ |
D | sha512-mips.S | 1328 ld $8,0($29) # prefetch from ring buffer 1420 ld $9,8($29) # prefetch from ring buffer 1506 ld $10,16($29) # prefetch from ring buffer 1609 ld $11,24($29) # prefetch from ring buffer 1709 ld $12,32($29) # prefetch from ring buffer 1809 ld $13,40($29) # prefetch from ring buffer 1909 ld $14,48($29) # prefetch from ring buffer 2009 ld $15,56($29) # prefetch from ring buffer 2109 ld $16,64($29) # prefetch from ring buffer 2209 ld $17,72($29) # prefetch from ring buffer [all …]
|
D | sha256-mips.S | 1202 lw $8,0($29) # prefetch from ring buffer 1285 lw $9,4($29) # prefetch from ring buffer 1362 lw $10,8($29) # prefetch from ring buffer 1465 lw $11,12($29) # prefetch from ring buffer 1565 lw $12,16($29) # prefetch from ring buffer 1665 lw $13,20($29) # prefetch from ring buffer 1765 lw $14,24($29) # prefetch from ring buffer 1865 lw $15,28($29) # prefetch from ring buffer 1965 lw $16,32($29) # prefetch from ring buffer 2065 lw $17,36($29) # prefetch from ring buffer [all …]
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/sha/ |
D | sha512-mips.S | 1328 ld $8,0($29) # prefetch from ring buffer 1420 ld $9,8($29) # prefetch from ring buffer 1506 ld $10,16($29) # prefetch from ring buffer 1609 ld $11,24($29) # prefetch from ring buffer 1709 ld $12,32($29) # prefetch from ring buffer 1809 ld $13,40($29) # prefetch from ring buffer 1909 ld $14,48($29) # prefetch from ring buffer 2009 ld $15,56($29) # prefetch from ring buffer 2109 ld $16,64($29) # prefetch from ring buffer 2209 ld $17,72($29) # prefetch from ring buffer [all …]
|
D | sha256-mips.S | 1202 lw $8,0($29) # prefetch from ring buffer 1285 lw $9,4($29) # prefetch from ring buffer 1362 lw $10,8($29) # prefetch from ring buffer 1465 lw $11,12($29) # prefetch from ring buffer 1565 lw $12,16($29) # prefetch from ring buffer 1665 lw $13,20($29) # prefetch from ring buffer 1765 lw $14,24($29) # prefetch from ring buffer 1865 lw $15,28($29) # prefetch from ring buffer 1965 lw $16,32($29) # prefetch from ring buffer 2065 lw $17,36($29) # prefetch from ring buffer [all …]
|
/third_party/elfutils/debuginfod/ |
D | debuginfod.cxx | 1288 deque<fdcache_entry> prefetch; // prefetched member in libarchive_fdcache 1300 for (auto j = prefetch.begin(); j < prefetch.end(); j++) in set_metrics() 1305 set_metric("fdcache_prefetch_count", prefetch.size()); in set_metrics() 1324 for (auto i = prefetch.begin(); i < prefetch.end(); i++) in intern() 1329 prefetch.erase(i); in intern() 1344 prefetch.push_front(n); in intern() 1383 for ( auto i = prefetch.begin(); fd == -1 && i < prefetch.end(); ++i) in lookup() 1388 prefetch.erase(i); in lookup() 1420 for (auto i = prefetch.begin(); i < prefetch.end(); i++) in probe() 1447 for (auto i = prefetch.begin(); i < prefetch.end(); i++) in clear() [all …]
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_gpu.h | 183 #define VS_CMD_SHADER_INFO(prefetch, size) \ argument 184 VS_CMD(((prefetch) << 20) | ((((size) >> 4) - 1) << 10), 0x10000040)
|
/third_party/ffmpeg/libavcodec/arm/ |
D | videodsp_init_armv5te.c | 31 ctx->prefetch = ff_prefetch_arm; in ff_videodsp_init_armv5te()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | videodsp_init.c | 31 ctx->prefetch = ff_prefetch_aarch64; in ff_videodsp_init_aarch64()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | videodsp.c | 35 ctx->prefetch = prefetch_ppc; in ff_videodsp_init_ppc()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | videodsp_init.c | 44 ctx->prefetch = prefetch_loongarch; in ff_videodsp_init_loongarch()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | videodsp_init.c | 50 ctx->prefetch = prefetch_mips; in ff_videodsp_init_mips()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
D | sha256-armv4.S | 172 ldr r2,[r1],#4 @ prefetch 230 ldr r2,[r1],#4 @ prefetch 288 ldr r2,[r1],#4 @ prefetch 346 ldr r2,[r1],#4 @ prefetch 404 ldr r2,[r1],#4 @ prefetch 462 ldr r2,[r1],#4 @ prefetch 520 ldr r2,[r1],#4 @ prefetch 578 ldr r2,[r1],#4 @ prefetch 636 ldr r2,[r1],#4 @ prefetch 694 ldr r2,[r1],#4 @ prefetch [all …]
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/ |
D | sha256-armv4.S | 172 ldr r2,[r1],#4 @ prefetch 230 ldr r2,[r1],#4 @ prefetch 288 ldr r2,[r1],#4 @ prefetch 346 ldr r2,[r1],#4 @ prefetch 404 ldr r2,[r1],#4 @ prefetch 462 ldr r2,[r1],#4 @ prefetch 520 ldr r2,[r1],#4 @ prefetch 578 ldr r2,[r1],#4 @ prefetch 636 ldr r2,[r1],#4 @ prefetch 694 ldr r2,[r1],#4 @ prefetch [all …]
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_program.c | 532 const struct ir3_sampler_prefetch *prefetch = &fs->sampler_prefetch[i]; in setup_stateobj() local 534 A6XX_SP_FS_PREFETCH_CMD_SRC(prefetch->src) | in setup_stateobj() 535 A6XX_SP_FS_PREFETCH_CMD_SAMP_ID(prefetch->samp_id) | in setup_stateobj() 536 A6XX_SP_FS_PREFETCH_CMD_TEX_ID(prefetch->tex_id) | in setup_stateobj() 537 A6XX_SP_FS_PREFETCH_CMD_DST(prefetch->dst) | in setup_stateobj() 538 A6XX_SP_FS_PREFETCH_CMD_WRMASK(prefetch->wrmask) | in setup_stateobj() 539 COND(prefetch->half_precision, A6XX_SP_FS_PREFETCH_CMD_HALF) | in setup_stateobj() 540 A6XX_SP_FS_PREFETCH_CMD_CMD(prefetch->cmd)); in setup_stateobj()
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | asm.h | 88 #define prefetch(p) __builtin_prefetch((p), 0, 1) macro 103 #define prefetch(p) __asm__ volatile("ldl $31,%0" : : "m"(*(const char *) (p)) : "memory") macro
|
/third_party/ffmpeg/libavcodec/ |
D | videodsp.c | 41 ctx->prefetch = just_return; in ff_videodsp_init()
|
D | videodsp.h | 75 void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); member
|
D | h264_mb_template.c | 60 …h->vdsp.prefetch(dest_y + (sl->mb_x & 3) * 4 * sl->linesize + (64 << PIXEL_SHIFT), sl->linesize… in FUNC() 61 …h->vdsp.prefetch(dest_cb + (sl->mb_x & 7) * sl->uvlinesize + (64 << PIXEL_SHIFT), dest_cr - de… in FUNC() 272 h->vdsp.prefetch(dest[p] + (sl->mb_x & 3) * 4 * sl->linesize + (64 << PIXEL_SHIFT), in FUNC()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute.c | 503 unsigned offset, bool *prefetch) in si_switch_compute_shader() argument 510 *prefetch = false; in si_switch_compute_shader() 595 *prefetch = true; in si_switch_compute_shader() 999 bool prefetch; in si_launch_grid() local 1000 if (!si_switch_compute_shader(sctx, program, &program->shader, code_object, info->pc, &prefetch)) in si_launch_grid() 1030 if (sctx->gfx_level >= GFX7 && prefetch) in si_launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 342 __OUT_IB(struct fd_ringbuffer *ring, bool prefetch, in __OUT_IB() argument 360 OUT_PKT3(ring, prefetch ? CP_INDIRECT_BUFFER_PFE : CP_INDIRECT_BUFFER_PFD, in __OUT_IB()
|