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

Add support for movabs,movdqa,movdqu,movq,movd,movups #2035

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

JasonGross
Copy link
Collaborator

No description provided.

@JasonGross JasonGross requested a review from andres-erbsen March 6, 2025 21:57
@JasonGross JasonGross enabled auto-merge (squash) March 6, 2025 21:57
@JasonGross JasonGross changed the title Add support for movabs Add support for movabs,movdqa,movdqu,movq,movd,movups Mar 7, 2025
@JasonGross JasonGross disabled auto-merge March 7, 2025 01:42
@JasonGross
Copy link
Collaborator Author

JasonGross commented Mar 11, 2025

Merging after offline chat, verifying that movdqa, movdqu, movups, movd, movq are all legacy SSE instructions that preserve the non-overwritten parts; vmovdqa, vmovdqu, vmovups, vmovd, vmovq zero the non-overwritten bits.

@JasonGross JasonGross merged commit dcfe2aa into mit-plv:master Mar 11, 2025
52 checks passed
@JasonGross JasonGross deleted the movabs branch March 11, 2025 04:34
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.

1 participant