Skip to content

What's needed for RISC-V opcodes SLTI, LB, SLT, SRA? #23

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

Open
Sjors opened this issue Apr 1, 2025 · 1 comment
Open

What's needed for RISC-V opcodes SLTI, LB, SLT, SRA? #23

Sjors opened this issue Apr 1, 2025 · 1 comment

Comments

@Sjors
Copy link

Sjors commented Apr 1, 2025

I'm not a compiler expert, but I wonder what's missing for these opcodes? And are they generally useful? How do you currently work around their absence?

@halseth
Copy link
Owner

halseth commented Apr 9, 2025

The reason they are missing is that I haven't encountered them when tracing a compiled program.

Would probably be as "easy" as hand-writing an assembly program that uses these opcodes, then implement and verify them.

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

No branches or pull requests

2 participants