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

Cleanup - JIT x86 registers #7

Merged
merged 4 commits into from
Dec 22, 2024
Merged

Cleanup - JIT x86 registers #7

merged 4 commits into from
Dec 22, 2024

Conversation

Lichtso
Copy link
Collaborator

@Lichtso Lichtso commented Dec 20, 2024

No description provided.

@Lichtso Lichtso requested a review from LucasSte December 20, 2024 20:33
@Lichtso Lichtso force-pushed the cleanup/jit_x86_registers branch from dc6476a to 74fc372 Compare December 20, 2024 20:40
@@ -408,8 +423,8 @@ impl X86Instruction {
} else {
0x81
},
first_operand: RDI,
second_operand: destination,
first_operand: 7,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not the register name?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Never was a register in the first place but an opcode extension. Just had the named constant which happened to have the same value.

@Lichtso Lichtso merged commit 6e4acb3 into main Dec 22, 2024
11 checks passed
@Lichtso Lichtso deleted the cleanup/jit_x86_registers branch December 22, 2024 19:49
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