Add ASIMD widening/narrowing, FP vec, and LD1/ST1 multi-reg instructions#433
Draft
dop-amin wants to merge 2 commits into
Draft
Add ASIMD widening/narrowing, FP vec, and LD1/ST1 multi-reg instructions#433dop-amin wants to merge 2 commits into
dop-amin wants to merge 2 commits into
Conversation
Collaborator
dop-amin
commented
Apr 2, 2026
- Add new instruction classes to aarch64_neon.py: uaddl/uaddw/saddl family, rshrn/sqxtun/sqrshrun, urhadd, fmla/fmls/fmul/fadd/fsub vec and by-element forms, faddp vec/scalar, vmovi, Stp_Q, subs_imm, sub_shifted, sxtw, vdup_lane, Vrev, mov_vtov_s, vins_d_from_v, q_ld1_2/q_ld1_4 families (as independent classes, not Ldr_Q subclasses)
- Add timing (execution units, inverse throughput, latency) for all new instructions in cortex_a55, cortex_a72_frontend, neoverse_n1_experimental
- Update is_vector_load to include q_ld1_2/q_ld1_4 families
- Add test coverage in instructions.s
9cbbe84 to
c39d2c9
Compare
* Add fast mul->mla forwarding (accumulate_latency=1): vmul/vmul_lane result forwarding to the accumulate operand of vmla/vmla_lane/vmls/vmls_lane * Add fast mla->mla forwarding (accumulate_latency=1): chained vmla/vmla_lane/vmls/vmls_lane accumulate operand forwarding * Add fast mull->mlal forwarding (accumulate_latency=1): Vmull result forwarding to the accumulate operand of Vmlal subclasses
- Add new instruction classes to aarch64_neon.py: uaddl/uaddw/saddl family, rshrn/sqxtun/sqrshrun, urhadd, fmla/fmls/fmul/fadd/fsub vec and by-element forms, faddp vec/scalar, vmovi, Stp_Q, subs_imm, sub_shifted, sxtw, vdup_lane, Vrev, mov_vtov_s, vins_d_from_v, q_ld1_2/q_ld1_4 families (as independent classes, not Ldr_Q subclasses) - Add timing (execution units, inverse throughput, latency) for all new instructions in cortex_a55, cortex_a72_frontend, neoverse_n1_experimental - Update is_vector_load to include q_ld1_2/q_ld1_4 families - Add test coverage in instructions.s - Add subs_wform to cortex_a72_frontend (latency=1, ITP=1, units=INT)
c39d2c9 to
d05c706
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.