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

Feature - Adds MMX to the x86 machinecode emitter #8

Merged
merged 1 commit into from
Dec 30, 2024
Merged

Conversation

Lichtso
Copy link
Collaborator

@Lichtso Lichtso commented Dec 24, 2024

No description provided.

size,
OperandSize::S0 | OperandSize::S8 | OperandSize::S16 | OperandSize::S32
);
if (destination as u8) & 16 != 0 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we write here for clarity that the bit mask tells us we have an MMX register?

@Lichtso Lichtso merged commit 3061507 into main Dec 30, 2024
11 checks passed
@Lichtso Lichtso deleted the feature/x86_mmx branch December 30, 2024 21:00
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