Searched defs:prfop (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 1113 unsigned prfop = MI->getOperand(OpNum).getImm(); in printPrefetchOp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 2383 unsigned prfop = MCE->getValue(); in tryParsePrefetch() local
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-sve-aarch64.cc | 4689 void Assembler::SVEPrefetchHelper(PrefetchOperation prfop, in SVEPrefetchHelper() argument 4493 SVEGatherPrefetchVectorPlusImmediateHelper( PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr, int prefetch_size) SVEGatherPrefetchVectorPlusImmediateHelper() argument 4530 SVEGatherPrefetchScalarPlusImmediateHelper( PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr, int prefetch_size) SVEGatherPrefetchScalarPlusImmediateHelper() argument 4561 SVEContiguousPrefetchScalarPlusScalarHelper( PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr, int prefetch_size) SVEContiguousPrefetchScalarPlusScalarHelper() argument 4599 SVEContiguousPrefetchScalarPlusVectorHelper( PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr, int prefetch_size) SVEContiguousPrefetchScalarPlusVectorHelper() argument 4718 prfb(PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr) prfb() argument 4725 prfd(PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr) prfd() argument 4732 prfh(PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr) prfh() argument 4739 prfw(PrefetchOperation prfop, const PRegister& pg, const SVEMemOperand& addr) prfw() argument [all...] |
H A D | macro-assembler-aarch64.h | 5675 void Prfb(PrefetchOperation prfop, in Prfb() argument 5682 void Prfh(PrefetchOperation prfop, in Prfh() argument 5689 void Prfw(PrefetchOperation prfop, in Prfw() argument 5696 void Prfd(PrefetchOperation prfop, in Prfd() argument
|
Completed in 53 milliseconds