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

Arm64: Rename GetSrcPair, GetDst, and GetSrc #2287

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

Sonicadvance1
Copy link
Member

GetDst and GetSrc renamed to GetVReg. Makes it less confusing that these are for vector registers and having two implementations makes no sense now.

Renamed GetSrcPair to GetRegPair to match naming of all these register helpers.

These only resolved to getting vector registers now and having
duplicating handlers for it was just confusing.
This matches the other handler's names and isn't only for source
registers, but also destination registers.
@lioncash lioncash merged commit bf7d0f7 into FEX-Emu:main Dec 22, 2022
@Sonicadvance1 Sonicadvance1 deleted the rename_getreg branch December 22, 2022 08:40
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.

2 participants