Searched refs:VisitNEONCopy (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 2195 {"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 D | cpu-features-auditor-aarch64.cc | 855 void CPUFeaturesAuditor::VisitNEONCopy(const Instruction* instr) { in VisitNEONCopy() function in vixl::aarch64::CPUFeaturesAuditor
|
H A D | disasm-aarch64.cc | 2442 void Disassembler::VisitNEONCopy(const Instruction *instr) { in VisitNEONCopy() function in vixl::aarch64::Disassembler
|
H A D | simulator-aarch64.cc | 7904 void Simulator::VisitNEONCopy(const Instruction* instr) { in VisitNEONCopy() function in vixl::aarch64::Simulator
|