Home
last modified time | relevance | path

Searched refs:prfop (Results 1 - 6 of 6) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc4494 PrefetchOperation prfop, in SVEGatherPrefetchVectorPlusImmediateHelper()
4526 Emit(op | SVEImmPrefetchOperation(prfop) | PgLow8(pg) | Rn(zn) | in SVEGatherPrefetchVectorPlusImmediateHelper()
4531 PrefetchOperation prfop, in SVEGatherPrefetchScalarPlusImmediateHelper()
4557 Emit(op | SVEImmPrefetchOperation(prfop) | PgLow8(pg) | in SVEGatherPrefetchScalarPlusImmediateHelper()
4562 PrefetchOperation prfop, in SVEContiguousPrefetchScalarPlusScalarHelper()
4595 Emit(op | SVEImmPrefetchOperation(prfop) | PgLow8(pg) | in SVEContiguousPrefetchScalarPlusScalarHelper()
4600 PrefetchOperation prfop, in SVEContiguousPrefetchScalarPlusVectorHelper()
4685 Emit(op | SVEImmPrefetchOperation(prfop) | PgLow8(pg) | sx | in SVEContiguousPrefetchScalarPlusVectorHelper()
4689 void Assembler::SVEPrefetchHelper(PrefetchOperation prfop, in SVEPrefetchHelper() argument
4696 SVEGatherPrefetchVectorPlusImmediateHelper(prfop, p in SVEPrefetchHelper()
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 Dassembler-aarch64.h5196 void prfb(PrefetchOperation prfop,
5201 void prfh(PrefetchOperation prfop,
5206 void prfw(PrefetchOperation prfop,
5211 void prfd(PrefetchOperation prfop,
8049 void SVEContiguousPrefetchScalarPlusScalarHelper(PrefetchOperation prfop,
8054 void SVEContiguousPrefetchScalarPlusVectorHelper(PrefetchOperation prfop,
8059 void SVEGatherPrefetchVectorPlusImmediateHelper(PrefetchOperation prfop,
8064 void SVEGatherPrefetchScalarPlusImmediateHelper(PrefetchOperation prfop,
8069 void SVEPrefetchHelper(PrefetchOperation prfop,
8074 static Instr SVEImmPrefetchOperation(PrefetchOperation prfop) {
[all...]
H A Dmacro-assembler-aarch64.h5675 void Prfb(PrefetchOperation prfop, in Prfb() argument
5680 prfb(prfop, pg, addr); in Prfb()
5682 void Prfh(PrefetchOperation prfop, in Prfh() argument
5687 prfh(prfop, pg, addr); in Prfh()
5689 void Prfw(PrefetchOperation prfop, in Prfw() argument
5694 prfw(prfop, pg, addr); in Prfw()
5696 void Prfd(PrefetchOperation prfop, in Prfd() argument
5701 prfd(prfop, pg, addr); in Prfd()
H A Dassembler-aarch64.cc6379 Instr prfop = ImmPrefetchOperation(op);
6380 Emit(PRFM | prfop | LoadStoreMemOperand(addr, kXRegSizeInBytesLog2, option));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1113 unsigned prfop = MI->getOperand(OpNum).getImm(); in printPrefetchOp() local
1115 if (auto PRFM = AArch64SVEPRFM::lookupSVEPRFMByEncoding(prfop)) { in printPrefetchOp()
1119 } else if (auto PRFM = AArch64PRFM::lookupPRFMByEncoding(prfop)) { in printPrefetchOp()
1124 O << '#' << formatImm(prfop); in printPrefetchOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2055 OS << "<prfop " << Name << ">"; in print()
2057 OS << "<prfop invalid #" << getPrefetch() << ">"; in print()
2383 unsigned prfop = MCE->getValue(); in tryParsePrefetch() local
2384 if (prfop > MaxVal) { in tryParsePrefetch()
2392 prfop, PRFM.getValueOr(""), S, getContext())); in tryParsePrefetch()

Completed in 56 milliseconds