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_DYNAREC] Added 0F F1/F3/F7 opcodes #941

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

wannacu
Copy link
Contributor

@wannacu wannacu commented Aug 21, 2023

No description provided.

GETEM(d1, 0);
v0 = fpu_get_scratch(dyn);
VMOVHto(x1, d1, 0);
VDUPH(v0, x1);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure tranfering to/from NEON regs is faster then duplicating the regs, but that's simpler.

@ptitSeb ptitSeb merged commit 7a99283 into ptitSeb:main Aug 21, 2023
22 checks passed
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