Searched refs:Prefetch (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/MC/AArch64/ |
D | arm64-optional-hash.s | 23 ; Prefetch and memory
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-icbt-pwr7.ll | 13 ; CHECK: Cannot select: 0x{{[0-9,a-f]+}}: ch = Prefetch
|
/external/clang/include/clang/Basic/ |
D | BuiltinsAArch64.def | 53 // Prefetch
|
D | BuiltinsARM.def | 84 // Prefetch
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 251 struct PrefetchOp Prefetch; member 301 Prefetch = o.Prefetch; in AArch64Operand() 391 return Prefetch.Val; in getPrefetch() 396 return StringRef(Prefetch.Data, Prefetch.Length); in getPrefetchName() 1655 Op->Prefetch.Val = Val; in CreatePrefetch()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_sse2.asm | 98 ; Prefetch data
|
/external/vixl/doc/ |
D | supported-instructions.md | 912 Prefetch from pc + imm19 << 2. 919 Prefetch memory in the literal pool. 926 Prefetch memory. 934 Prefetch memory (with unscaled offset).
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 1602 Prefetch(op, MemOperand(addr.base(), temp)); in Prfm() 1605 Prefetch(op, addr); in Prfm()
|
D | assembler-a64.cc | 1856 Prefetch(op, address, option); in prfm() 1864 Prefetch(op, address, option); in prfum() 4942 void Assembler::Prefetch(PrefetchOperation op, in Prefetch() function in vixl::Assembler
|
D | assembler-a64.h | 4208 void Prefetch(PrefetchOperation op,
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | variance_impl_sse2.asm | 100 ; Prefetch data
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 548 // Prefetch:
|
D | SystemZInstrInfo.td | 1212 // Prefetch
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 118 // Prefetch
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3703 // SSE 1 & 2 - Prefetch and memory fence 3706 // Prefetch intrinsic.
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 2310 let Name = "Prefetch";
|