Searched refs:VisitNEONScalar3Same (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2522 {"sqadd_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2523 {"sqdmulh_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2524 {"sqrdmulh_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2525 {"sqrshl_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2526 {"sqshl_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2527 {"sqsub_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2528 {"srshl_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2529 {"sshl_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2530 {"uqadd_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ 2531 {"uqrshl_asisdsame_only"_h, &VISITORCLASS::VisitNEONScalar3Same}, \ [all...] |
H A D | cpu-features-auditor-aarch64.cc | 970 void CPUFeaturesAuditor::VisitNEONScalar3Same(const Instruction* instr) { in VisitNEONScalar3Same() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | disasm-aarch64.cc | 258 {"sqrdmlah_asisdsame2_only"_h, &Disassembler::VisitNEONScalar3Same}, in GetFormToVisitorFnMap() 259 {"sqrdmlsh_asisdsame2_only"_h, &Disassembler::VisitNEONScalar3Same}, in GetFormToVisitorFnMap() 3290 void Disassembler::VisitNEONScalar3Same(const Instruction *instr) { in Disassembler() function in vixl::aarch64::Disassembler 3319 // Nothing to do - handled by VisitNEONScalar3Same. in Disassembler()
|
H A D | simulator-aarch64.cc | 8980 void Simulator::VisitNEONScalar3Same(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 | 790 V::VisitNEONScalar3Same(instr); in DecodeNEONScalarDataProcessing()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 3051 void DisassemblingDecoder::VisitNEONScalar3Same(Instruction* instr) { in VisitNEONScalar3Same() function in v8::internal::DisassemblingDecoder
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 5497 void Simulator::VisitNEONScalar3Same(Instruction* instr) {
|
Completed in 68 milliseconds