Home
last modified time | relevance | path

Searched refs:VisitNEONCopy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Ddecoder-visitor-map-aarch64.h2195 {"dup_asimdins_dr_r"_h, &VISITORCLASS::VisitNEONCopy}, \
2196 {"dup_asimdins_dv_v"_h, &VISITORCLASS::VisitNEONCopy}, \
2197 {"ins_asimdins_ir_r"_h, &VISITORCLASS::VisitNEONCopy}, \
2198 {"ins_asimdins_iv_v"_h, &VISITORCLASS::VisitNEONCopy}, \
2199 {"smov_asimdins_w_w"_h, &VISITORCLASS::VisitNEONCopy}, \
2200 {"smov_asimdins_x_x"_h, &VISITORCLASS::VisitNEONCopy}, \
2201 {"umov_asimdins_w_w"_h, &VISITORCLASS::VisitNEONCopy}, \
2202 {"umov_asimdins_x_x"_h, &VISITORCLASS::VisitNEONCopy}, \
H A Dcpu-features-auditor-aarch64.cc855 void CPUFeaturesAuditor::VisitNEONCopy(const Instruction* instr) { in VisitNEONCopy() function in vixl::aarch64::CPUFeaturesAuditor
H A Ddisasm-aarch64.cc2442 void Disassembler::VisitNEONCopy(const Instruction *instr) { in VisitNEONCopy() function in vixl::aarch64::Disassembler
H A Dsimulator-aarch64.cc7904 void Simulator::VisitNEONCopy(const Instruction* instr) { in VisitNEONCopy() function in vixl::aarch64::Simulator