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

Fix placement of 32 bit regs on e500 and populate the low bits of PC on BE #702

Merged
merged 3 commits into from
Feb 28, 2024

Conversation

2over12
Copy link
Contributor

@2over12 2over12 commented Feb 28, 2024

This fixes a type error related to storing the next pc in the pc reg after the original BE fix. Also fixes the location of the _r[N] regs on the e500

@2over12 2over12 requested review from Ninja3047 and removed request for pgoodman February 28, 2024 12:22
@m4xw
Copy link

m4xw commented Feb 28, 2024

Isnt that just basically reintroducing DoubleReg

?
Should maybe also streamline the names into hi/lo ?

@2over12
Copy link
Contributor Author

2over12 commented Feb 28, 2024

@Ninja3047 i think the testing framework reads/writes registers in the wrong endianness as well.. this is going to be a pain to fix

@2over12 2over12 merged commit 874490a into master Feb 28, 2024
6 checks passed
@2over12 2over12 deleted the ian/more-big-endian-fixes branch February 28, 2024 16:16
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.

None yet

3 participants