Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 32bit multiply with two 32bit add instruction #142

Open
ivq opened this issue Aug 12, 2022 · 0 comments
Open

Add 32bit multiply with two 32bit add instruction #142

ivq opened this issue Aug 12, 2022 · 0 comments

Comments

@ivq
Copy link

ivq commented Aug 12, 2022

Instruction like UMAAL rd1, rd2, rs1, rs2 which sets the register pair rd1, rd2 to rs1 * rs2 + rd1 + rd2 will help multi precision multiplication a lot.
Current spec includes UMAR64 and ADD64. These two can be used to optimize multi precision multiplication, but UMALL will save a significant cycles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant