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

[LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes #2173

Merged
merged 5 commits into from
Dec 20, 2024

Conversation

xiangzhai
Copy link
Contributor

Hi,

Please review my patch.

Thanks,
Leslie Zhai

@ptitSeb ptitSeb requested a review from ksco December 19, 2024 13:08
Copy link
Collaborator

@ksco ksco left a comment

Choose a reason for hiding this comment

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

Some part seems very confusing, need some explainations.

src/dynarec/la64/dynarec_la64_660f.c Outdated Show resolved Hide resolved
src/dynarec/la64/dynarec_la64_660f.c Show resolved Hide resolved
src/dynarec/la64/dynarec_la64_660f.c Outdated Show resolved Hide resolved
@xiangzhai xiangzhai requested a review from ksco December 20, 2024 05:33
@@ -49,6 +49,10 @@ uintptr_t dynarec64_660F(dynarec_la64_t* dyn, uintptr_t addr, uintptr_t ip, int
MAYUSE(eb1);
MAYUSE(eb2);
MAYUSE(j64);
#if STEP > 1
static const int8_t round_round[] = { 0xE, 0x2, 0x6, 0xA};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please make this more readable.

@xiangzhai xiangzhai requested a review from ksco December 20, 2024 14:41
Copy link
Collaborator

@ksco ksco left a comment

Choose a reason for hiding this comment

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

Hmmm I would prefer some self explanatory macros, but fine.

@ksco ksco requested a review from ptitSeb December 20, 2024 14:50
@ptitSeb ptitSeb merged commit 9fc4697 into ptitSeb:main Dec 20, 2024
26 of 27 checks passed
@xiangzhai
Copy link
Contributor Author

Thanks 🍻

@xiangzhai xiangzhai deleted the la64_dynarec_specjvm2008 branch December 21, 2024 08:09
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.

3 participants