Searched refs:VisitNEON2RegMisc (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2730 {"abs_asimdmisc_r"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2731 {"cls_asimdmisc_r"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2732 {"clz_asimdmisc_r"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2733 {"cmeq_asimdmisc_z"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2734 {"cmge_asimdmisc_z"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2735 {"cmgt_asimdmisc_z"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2736 {"cmle_asimdmisc_z"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2737 {"cmlt_asimdmisc_z"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2738 {"cnt_asimdmisc_r"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ 2739 {"fabs_asimdmisc_r"_h, &VISITORCLASS::VisitNEON2RegMisc}, \ [all...] |
H A D | disasm-aarch64.cc | 67 {"abs_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 68 {"cls_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 69 {"clz_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 70 {"cnt_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 71 {"neg_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 72 {"rev16_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 73 {"rev32_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 74 {"rev64_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 75 {"sqabs_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 76 {"sqneg_asimdmisc_r"_h, &Disassembler::VisitNEON2RegMisc}, in GetFormToVisitorFnMap() 2258 void Disassembler::VisitNEON2RegMisc(const Instruction *instr) { Disassembler() function in vixl::aarch64::Disassembler [all...] |
H A D | cpu-features-auditor-aarch64.cc | 675 void CPUFeaturesAuditor::VisitNEON2RegMisc(const Instruction* instr) { in VisitNEON2RegMisc() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | simulator-aarch64.cc | 6943 void Simulator::VisitNEON2RegMisc(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 | 693 V::VisitNEON2RegMisc(instr); in DecodeNEONVectorDataProcessing()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 1668 void DisassemblingDecoder::VisitNEON2RegMisc(Instruction* instr) { in VisitNEON2RegMisc() function in v8::internal::DisassemblingDecoder
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 3912 void Simulator::VisitNEON2RegMisc(Instruction* instr) {
|
Completed in 38 milliseconds