Home
last modified time | relevance | path

Searched refs:PrefetchOperation (Results 1 – 8 of 8) sorted by relevance

/external/vixl/src/vixl/a64/
Dassembler-a64.h1834 void prfm(PrefetchOperation op, const MemOperand& addr,
1838 void prfum(PrefetchOperation op, const MemOperand& addr,
1842 void prfm(PrefetchOperation op, RawLiteral* literal);
1845 void prfm(PrefetchOperation op, int imm19);
4208 void Prefetch(PrefetchOperation op,
Dassembler-a64.cc1666 void Assembler::prfm(PrefetchOperation op, int imm19) { in prfm()
1852 void Assembler::prfm(PrefetchOperation op, const MemOperand& address, in prfm()
1860 void Assembler::prfum(PrefetchOperation op, const MemOperand& address, in prfum()
1868 void Assembler::prfm(PrefetchOperation op, RawLiteral* literal) { in prfm()
4942 void Assembler::Prefetch(PrefetchOperation op, in Prefetch()
Dconstants-a64.h309 enum PrefetchOperation { enum
Dmacro-assembler-a64.cc1583 void MacroAssembler::Prfm(PrefetchOperation op, const MemOperand& addr) { in Prfm()
Dmacro-assembler-a64.h748 void Prfm(PrefetchOperation op, const MemOperand& addr);
/external/vixl/doc/
Dsupported-instructions.md914 void prfm(PrefetchOperation op, int imm19)
921 void prfm(PrefetchOperation op, RawLiteral* literal)
928 void prfm(PrefetchOperation op, const MemOperand& addr,
936 void prfum(PrefetchOperation op, const MemOperand& addr,
/external/vixl/test/
Dtest-assembler-a64.cc7059 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7104 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7134 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7170 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7197 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7242 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
Dtest-disasm-a64.cc1943 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
1995 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()