10000 [ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes by ksco · Pull Request #2730 · ptitSeb/box64 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[ARM64_DYNAREC] Added 64/65 67 89/8B 64bits opcodes #2730

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

Merged
merged 2 commits into from
Jun 12, 2025
Merged

Conversation

ksco
Copy link
Collaborator
@ksco ksco commented Jun 12, 2025

No description provided.

@ptitSeb
Copy link
Owner
ptitSeb commented Jun 12, 2025

Just to note: STRxw_REGz is not needed here because we know it's 64bits only. Else, "z" would be important to make sure the 32bits offset (that could be negative, and is mostly is) is 1st expanded to 64bits with "SXTW" in the memory operation.

@ksco
Copy link
Collaborator Author
ksco commented Jun 12, 2025

Just to note: STRxw_REGz is not needed here because we know it's 64bits only. Else, "z" would be important to make sure the 32bits offset (that could be negative, and is mostly is) is 1st expanded to 64bits with "SXTW" in the memory operation.

yeah yeah I'm aware of that, as the 32-bit version has been split out

@ptitSeb ptitSeb merged commit e0ef328 into ptitSeb:main Jun 12, 2025
25 checks passed
@ksco ksco deleted the more branch June 12, 2025 07:36
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
0