Searched refs:PrefetchOperation (Results 1 – 8 of 8) sorted by relevance
/external/vixl/src/vixl/a64/ |
D | assembler-a64.h | 1834 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,
|
D | assembler-a64.cc | 1666 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()
|
D | constants-a64.h | 309 enum PrefetchOperation { enum
|
D | macro-assembler-a64.cc | 1583 void MacroAssembler::Prfm(PrefetchOperation op, const MemOperand& addr) { in Prfm()
|
D | macro-assembler-a64.h | 748 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 | 7059 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()
|
D | test-disasm-a64.cc | 1943 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST() 1995 PrefetchOperation op = static_cast<PrefetchOperation>(i); in TEST()
|