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

[AArch64] Create helper functions for Load and Store instruction execution logic #378

Open
FinnWilkinson opened this issue Feb 2, 2024 · 0 comments
Labels
code consistency Cleaning up existing code to align with rest of project enhancement New feature or request

Comments

@FinnWilkinson
Copy link
Contributor

Most other instructions utilise helper functions defined in include/simeng/arch/aarch64/helpers/, but at the time of implementation Load and Store instructions were left out.

New header files load.hh and store.hh should be created and helper functions implemented in a similar fashion to those used with other instructions.

@FinnWilkinson FinnWilkinson added enhancement New feature or request code consistency Cleaning up existing code to align with rest of project labels Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code consistency Cleaning up existing code to align with rest of project enhancement New feature or request
Projects
Status: ToDo
Development

No branches or pull requests

1 participant