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

emulator: Add Zba,Zbc,Zbs instruction sets #1824

Merged
merged 2 commits into from
Dec 4, 2024
Merged

emulator: Add Zba,Zbc,Zbs instruction sets #1824

merged 2 commits into from
Dec 4, 2024

Conversation

swenson
Copy link
Contributor

@swenson swenson commented Nov 27, 2024

And enables support in code generation to use them. This saves 44, 8, and 168 bytes in the ROM, FMC, and Runtime, respectively.

This has the negative side effect of making tests a little slower to run due to the quantity of macros used in generating all of the test cases.

This work extends the previous Zbb bit manipulation instruction set we supported to include the rest of the b family, all of which are supported by our VeeR CPU.

We also add missing tests for the Zbb instruction set.

(This work was done to support the MCU firmware, which needs the space and performance benefits more. So there's no reason not to bring it back here for "free".)

And enables support in code generation to use them.
This saves X, Y, and Z bytes in the ROM, FMC, and Runtime,
respectively.

This has the negative side effect of making tests a little slower to run due to the quantity of macros used in generating all of the test cases.

This work extends the previous Zbb bit manipulation instruction set we supported to include the rest of the b family, all of which are supported by our VeeR CPU.

We also add missing tests for the Zbb instruction set.
@mhatrevi mhatrevi enabled auto-merge (squash) December 4, 2024 21:17
@mhatrevi mhatrevi merged commit 5d85868 into main-2.x Dec 4, 2024
5 checks passed
@swenson swenson deleted the bit-manip branch December 5, 2024 00:59
@swenson
Copy link
Contributor Author

swenson commented Dec 5, 2024

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants