Skip to content

[ARM64_DYNAREC] Fix BICxw flag handling#3495

Merged
ksco merged 1 commit intoptitSeb:mainfrom
devarajabc:bububu
Feb 12, 2026
Merged

[ARM64_DYNAREC] Fix BICxw flag handling#3495
ksco merged 1 commit intoptitSeb:mainfrom
devarajabc:bububu

Conversation

@devarajabc
Copy link
Copy Markdown
Contributor

BICxw uses FEMIT which marks ARM64 NZCV flags as modified. However ARM64 BIC does NOT set NZCV — only BICS does.

BICxw uses FEMIT which marks ARM64 NZCV flags as modified.
However ARM64 BIC does NOT set NZCV — only BICS does.

Fix ptitSeb#3493
@ksco
Copy link
Copy Markdown
Collaborator

ksco commented Feb 12, 2026

Okay I saw this was verified by ptitSeb, and it looks good to me too, let’s merge it in.

@ksco ksco merged commit e915221 into ptitSeb:main Feb 12, 2026
27 checks passed
@devarajabc
Copy link
Copy Markdown
Contributor Author

Thanks

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