Searched refs:VisitNEONScalar2RegMisc (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2474 {"sqabs_asisdmisc_r"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2475 {"sqneg_asisdmisc_r"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2476 {"sqxtn_asisdmisc_n"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2477 {"sqxtun_asisdmisc_n"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2478 {"suqadd_asisdmisc_r"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2479 {"uqxtn_asisdmisc_n"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2480 {"usqadd_asisdmisc_r"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2921 {"cmeq_asisdmisc_z"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2922 {"cmge_asisdmisc_z"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ 2923 {"cmgt_asisdmisc_z"_h, &VISITORCLASS::VisitNEONScalar2RegMisc}, \ [all...] |
H A D | cpu-features-auditor-aarch64.cc | 922 void CPUFeaturesAuditor::VisitNEONScalar2RegMisc(const Instruction* instr) { in VisitNEONScalar2RegMisc() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | disasm-aarch64.cc | 3232 void Disassembler::VisitNEONScalar2RegMisc(const Instruction *instr) { in Disassembler() function in vixl::aarch64::Disassembler
|
H A D | simulator-aarch64.cc | 8745 void Simulator::VisitNEONScalar2RegMisc(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 | 770 V::VisitNEONScalar2RegMisc(instr); in DecodeNEONScalarDataProcessing()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 2881 void DisassemblingDecoder::VisitNEONScalar2RegMisc(Instruction* instr) { in VisitNEONScalar2RegMisc() function in v8::internal::DisassemblingDecoder
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 5337 void Simulator::VisitNEONScalar2RegMisc(Instruction* instr) {
|
Completed in 55 milliseconds