Searched refs:prefetcht0 (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3248 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument 3273 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument 3290 static inline void RENAME(prefetcht0)(const void *p) in RENAME() argument 3431 RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead)*dstStride + 32); in RENAME() 3432 RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead+1)*dstStride + 32); in RENAME() 3536 RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead)*dstStride + 32); in RENAME() 3537 RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead+1)*dstStride + 32); in RENAME()
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 391 MNE(prefetcht0)
|
D | x86_64.mnemonics | 379 MNE(prefetcht0)
|
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp.asm | 464 PREFETCH_FN prefetcht0
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 984 #define prefetcht0(mem) prefetch(mem, t0) macro
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 573 00001111,00011000,{mod}001{r_m}:prefetcht0 {mod}{r_m}
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1698 #define PREFETCHT0(a) prefetcht0 P_ARG1(a)
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3162 "prefetcht0\t$src", [(prefetch addr:$src, imm, (i32 3), (i32 1))]>, TB;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7736 "prefetcht0\nprefetcht1\nprefetcht2\tprefetchw\013prefetchwt1\006psadbw\006" 9818 { 6174 /* prefetcht0 */, X86::PREFETCHT0, Convert__Mem85_0, AMFBS_None, { MCK_Mem8 }, }, 24372 { 6174 /* prefetcht0 */, X86::PREFETCHT0, Convert__Mem85_0, AMFBS_None, { MCK_Mem8 }, },
|