Searched refs:prefetcht2 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libpostproc/ |
D | postprocess_template.c | 3262 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument 3281 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument 3298 static inline void RENAME(prefetcht2)(const void *p) in RENAME() argument
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | sse.h | 986 #define prefetcht2(mem) prefetch(mem, t2) macro
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1700 #define PREFETCHT2(a) prefetcht2 P_ARG1(a)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3166 "prefetcht2\t$src", [(prefetch addr:$src, imm, (i32 1), (i32 1))]>, TB;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 9820 { 6196 /* prefetcht2 */, X86::PREFETCHT2, Convert__Mem85_0, AMFBS_None, { MCK_Mem8 }, }, 24374 { 6196 /* prefetcht2 */, X86::PREFETCHT2, Convert__Mem85_0, AMFBS_None, { MCK_Mem8 }, },
|