-
Notifications
You must be signed in to change notification settings - Fork 4
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
Zce Branch Current Status #7
Comments
If run binaries with zcee support, add '_zcee' to the isa string |
Disasm support for zce has not been developed currently. We'll try to add it recently. |
Thank you for the quick response. Lines 2810 to 2813 in 7cdbbef
C.NOT and C.NEG are swapped around according to the document I am looking at ( Release 0.50.1 from https://github.com/riscv/riscv-code-size-reduction/releases ) |
That is true. I have fixed it. Thanks a lot. |
Hi, thank you for the fix. We think there is a typo in these line as in the tracer, sign extend instructions are not showing their arguments: Lines 1504 to 1510 in ff442e3
Also we think c.mul was not added ? |
Sorry. I forgot to change the second parameter after copy. |
No worry, thank you for quick responses. |
Hi,
I am building and running Zce branch, and it feels like its detecting new instructions correctly but not executing them correctly.
So I have two questions,
What is the recommended configuration parameters I should use to build and run binaries with Zce support.
What is the status of the tracer support (e.g when running with -d) for Zce instructions (as its currently showing the correct instructions, but showing unrecognized operands)
Kind regards,
Ibrahim
The text was updated successfully, but these errors were encountered: