Searched refs:VisitNEONPerm (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2468 {"trn1_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \ 2469 {"trn2_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \ 2470 {"uzp1_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \ 2471 {"uzp2_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \ 2472 {"zip1_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \ 2473 {"zip2_asimdperm_only"_h, &VISITORCLASS::VisitNEONPerm}, \
|
H A D | cpu-features-auditor-aarch64.cc | 915 void CPUFeaturesAuditor::VisitNEONPerm(const Instruction* instr) { in VisitNEONPerm() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | disasm-aarch64.cc | 3558 void Disassembler::VisitNEONPerm(const Instruction *instr) { in Disassembler() function in vixl::aarch64::Disassembler
|
H A D | simulator-aarch64.cc | 9603 void Simulator::VisitNEONPerm(const Instruction* instr) { in Simulator() function in vixl::aarch64::Simulator
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | decoder-arm64-inl.h | 670 V::VisitNEONPerm(instr); in DecodeNEONVectorDataProcessing()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 2851 void DisassemblingDecoder::VisitNEONPerm(Instruction* instr) { in VisitNEONPerm() function in v8::internal::DisassemblingDecoder
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 6014 void Simulator::VisitNEONPerm(Instruction* instr) {
|
Completed in 52 milliseconds