Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dassembler-a64.h1915 void prfm(PrefetchOperation op, const MemOperand& addr,
1919 void prfum(PrefetchOperation op, const MemOperand& addr,
1923 void prfm(PrefetchOperation op, RawLiteral* literal);
1926 void prfm(PrefetchOperation op, int imm19);
4290 void Prefetch(PrefetchOperation op,
Dassembler-a64.cc1701 void Assembler::prfm(PrefetchOperation op, int imm19) { in prfm()
1887 void Assembler::prfm(PrefetchOperation op, const MemOperand& address, in prfm()
1895 void Assembler::prfum(PrefetchOperation op, const MemOperand& address, in prfum()
1903 void Assembler::prfm(PrefetchOperation op, RawLiteral* literal) { in prfm()
4980 void Assembler::Prefetch(PrefetchOperation op, in Prefetch()
Dconstants-a64.h309 enum PrefetchOperation { enum
Dmacro-assembler-a64.cc1604 void MacroAssembler::Prfm(PrefetchOperation op, const MemOperand& addr) { in Prfm()
Dmacro-assembler-a64.h751 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.cc7062 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7107 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7137 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7173 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7200 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
7245 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
Dtest-disasm-a64.cc1954 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
2006 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()