-
-
Notifications
You must be signed in to change notification settings - Fork 314
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] Add adc8, adc8c, adc16 and testadc #2069
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.
Thanks for the contribution, please format your code using clang-format
with the .clang-format file we have in the repo. I would like all the LA64 DynaRec code to be formatted.
GETGD; | ||
SMDMB(); | ||
if (MODREG) { | ||
ed = xRAX + (nextop & 7) + (rex.b << 3); |
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.
This is wrong too.
Hi,
Testcase
testadc
Passed onla64_lbt
supported platform:Also passed when disabled
la64_lbt
:Please review my patch.
Thanks,
Leslie Zhai