Searched refs:VisitNEONAcrossLanes (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2179 {"addv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2180 {"saddlv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2181 {"smaxv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2182 {"sminv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2183 {"uaddlv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2184 {"umaxv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2185 {"uminv_asimdall_only"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2896 {"fmaxnmv_asimdall_only_h"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2897 {"fmaxv_asimdall_only_h"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ 2898 {"fminnmv_asimdall_only_h"_h, &VISITORCLASS::VisitNEONAcrossLanes}, \ [all...] |
H A D | cpu-features-auditor-aarch64.cc | 792 void CPUFeaturesAuditor::VisitNEONAcrossLanes(const Instruction* instr) { in VisitNEONAcrossLanes() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | disasm-aarch64.cc | 2462 void Disassembler::VisitNEONAcrossLanes(const Instruction *instr) { in Disassembler() function in vixl::aarch64::Disassembler
|
H A D | simulator-aarch64.cc | 7869 void Simulator::VisitNEONAcrossLanes(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 | 703 V::VisitNEONAcrossLanes(instr); in DecodeNEONVectorDataProcessing()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 2044 void DisassemblingDecoder::VisitNEONAcrossLanes(Instruction* instr) { in VisitNEONAcrossLanes() function in v8::internal::DisassemblingDecoder
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 4604 void Simulator::VisitNEONAcrossLanes(Instruction* instr) {
|
Completed in 43 milliseconds