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

Primitive Data Handling (Arm32) #86

Open
CodyFagley opened this issue Jul 27, 2021 · 0 comments
Open

Primitive Data Handling (Arm32) #86

CodyFagley opened this issue Jul 27, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@CodyFagley
Copy link
Member

CodyFagley commented Jul 27, 2021

There are a few aspects to this task:

  • Register names need to change from 64-bit to 32-bit
    • It is particularly important that memory addresses be constrained to 32-bit register size
  • Xita control registers for AArch64 are general-purpose registers in 64-bit mode, but they are control registers in 32-bit mode.
    • New registers need to be marked off as control registers for Xita. 3-4 registers are sufficient for runtime operation.
@CodyFagley CodyFagley added enhancement New feature or request help wanted Extra attention is needed labels Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant