Searched refs:Prefetch (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-optional-hash.s23 ; Prefetch and memory
/external/libmojo/base/android/library_loader/
H A Dlibrary_prefetcher.cc53 bool Prefetch(const std::vector<std::pair<uintptr_t, uintptr_t>>& ranges) { function in namespace:base::android::__anon10805
143 _exit(Prefetch(ranges) ? 0 : 1);
/external/gemmlowp/internal/
H A Dcommon.h188 inline void Prefetch(const void* ptr) { function in namespace:gemmlowp
H A Dpack.h444 Prefetch(src_map_.data(start_width + w, start_depth + d));
450 Prefetch(src_map_.data(start_width + w, start_depth + d));
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h241 Prefetch = 185, enumerator in enum:OpenCLLIB::Entrypoints
H A DSPIRVExtInst.h246 add(OpenCLLIB::Prefetch, "prefetch");
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_impl_sse2.asm42 ; Prefetch data
195 ; Prefetch data
/external/libjpeg-turbo/simd/
H A Djidctred-sse2-64.asm303 ; -- Prefetch the next coefficient block
513 ; -- Prefetch the next coefficient block
H A Djidctred-sse2.asm310 ; -- Prefetch the next coefficient block
528 ; -- Prefetch the next coefficient block
H A Djidctflt-3dn.asm282 ; -- Prefetch the next coefficient block
H A Djidctflt-sse2-64.asm316 ; -- Prefetch the next coefficient block
H A Djidctfst-sse2-64.asm314 ; -- Prefetch the next coefficient block
H A Djidctfst-sse2.asm321 ; -- Prefetch the next coefficient block
H A Djidctflt-sse.asm361 ; -- Prefetch the next coefficient block
H A Djidctflt-sse2.asm323 ; -- Prefetch the next coefficient block
H A Djidctint-sse2-64.asm506 ; -- Prefetch the next coefficient block
H A Djidctint-sse2.asm513 ; -- Prefetch the next coefficient block
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp262 struct PrefetchOp Prefetch; member in union:__anon12830::AArch64Operand::__anon12831
313 Prefetch = o.Prefetch;
406 return Prefetch.Val;
421 return StringRef(Prefetch.Data, Prefetch.Length);
1739 Op->Prefetch.Val = Val;
/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1877 Prefetch(op, MemOperand(addr.GetBaseRegister(), temp));
1880 Prefetch(op, addr);
H A Dassembler-aarch64.cc1396 Prefetch(op, address, option);
1405 Prefetch(op, address, option);
4318 void Assembler::Prefetch(PrefetchOperation op,
H A Dassembler-aarch64.h1175 // Prefetch memory.
1180 // Prefetch memory (with unscaled offset).
1185 // Prefetch memory in the literal pool.
1188 // Prefetch from pc + imm19 << 2.
3115 void Prefetch(PrefetchOperation op,

Completed in 712 milliseconds