Searched defs:prfop (Results 1 – 11 of 11) sorted by relevance
/external/vixl/src/aarch64/ |
D | assembler-sve-aarch64.cc | 4474 PrefetchOperation prfop, in SVEGatherPrefetchVectorPlusImmediateHelper() 4511 PrefetchOperation prfop, in SVEGatherPrefetchScalarPlusImmediateHelper() 4542 PrefetchOperation prfop, in SVEContiguousPrefetchScalarPlusScalarHelper() 4580 PrefetchOperation prfop, in SVEContiguousPrefetchScalarPlusVectorHelper() 4669 void Assembler::SVEPrefetchHelper(PrefetchOperation prfop, in SVEPrefetchHelper() 4698 void Assembler::prfb(PrefetchOperation prfop, in prfb() 4705 void Assembler::prfd(PrefetchOperation prfop, in prfd() 4712 void Assembler::prfh(PrefetchOperation prfop, in prfh() 4719 void Assembler::prfw(PrefetchOperation prfop, in prfw()
|
D | assembler-aarch64.h | 6774 static Instr SVEImmPrefetchOperation(PrefetchOperation prfop) { in SVEImmPrefetchOperation()
|
D | macro-assembler-aarch64.h | 5484 void Prfb(PrefetchOperation prfop, in Prfb() 5491 void Prfh(PrefetchOperation prfop, in Prfh() 5498 void Prfw(PrefetchOperation prfop, in Prfw() 5505 void Prfd(PrefetchOperation prfop, in Prfd()
|
D | assembler-aarch64.cc | 5742 Instr prfop = ImmPrefetchOperation(op); in Prefetch() local
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 1248 unsigned prfop = (unsigned)MCOperand_getImm(MCInst_getOperand(MI, OpNum)); in printPrefetchOp() local
|
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.cpp | 1193 unsigned prfop = MI->getOperand(OpNum).getImm(); in printPrefetchOp() local
|
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1127 unsigned prfop = MI->getOperand(OpNum).getImm(); in printPrefetchOp() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64InstPrinter.cpp | 1113 unsigned prfop = MI->getOperand(OpNum).getImm(); in printPrefetchOp() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2070 unsigned prfop = MCE->getValue(); in tryParsePrefetch() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2383 unsigned prfop = MCE->getValue(); in tryParsePrefetch() local
|
/external/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2434 unsigned prfop = MCE->getValue(); in tryParsePrefetch() local
|