Searched refs:VisitSVEIntReduction (Results 1 - 3 of 3) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | decoder-visitor-map-aarch64.h | 48 {"andv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 149 {"eorv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 765 {"orv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 857 {"saddv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 873 {"smaxv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 877 {"sminv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 1100 {"uaddv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 1114 {"umaxv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \ 1118 {"uminv_r_p_z"_h, &VISITORCLASS::VisitSVEIntReduction}, \
|
H A D | disasm-aarch64.cc | 5364 void Disassembler::VisitSVEIntReduction(const Instruction *instr) { in Disassembler() function in vixl::aarch64::Disassembler
|
H A D | simulator-aarch64.cc | 11651 void Simulator::VisitSVEIntReduction(const Instruction* instr) { in Simulator() function in vixl::aarch64::Simulator
|
Completed in 31 milliseconds