-
-
Notifications
You must be signed in to change notification settings - Fork 303
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
[LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes #2198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think MOVLPD
and MOVHPD
share exactly the same implementation, please refer to x86 specification.
241052b
to
f794d0e
Compare
Fixed VSTELM_D wrong idx compared with VPICKVE2GR_D hi64 and lo64:
Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is nothing to compare, the “fix” in commit 241052b is wrong.
Anyway, PR looks good now.
Sorry for drunk coding. Thanks, |
@ptitSeb this can be merged now |
@ptitSeb Merry Christmas 🎄 Happy New Year 🍻 |
Thank you. Happy new year to you too |
Hi,
Please review my patch.
Thanks,
Leslie Zhai