Searched refs:PrefetchOperation (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | assembler-a64.h | 1915 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,
|
D | assembler-a64.cc | 1701 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()
|
D | constants-a64.h | 309 enum PrefetchOperation { enum
|
D | macro-assembler-a64.cc | 1604 void MacroAssembler::Prfm(PrefetchOperation op, const MemOperand& addr) { in Prfm()
|
D | macro-assembler-a64.h | 751 void Prfm(PrefetchOperation op, const MemOperand& addr);
|
/external/vixl/doc/ |
D | supported-instructions.md | 914 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/ |
D | test-assembler-a64.cc | 7062 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()
|
D | test-disasm-a64.cc | 1954 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST() 2006 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
|