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

Missing coverage for compressed illegal instruction #482

Open
Bill94l opened this issue Jul 25, 2024 · 0 comments
Open

Missing coverage for compressed illegal instruction #482

Bill94l opened this issue Jul 25, 2024 · 0 comments

Comments

@Bill94l
Copy link

Bill94l commented Jul 25, 2024

Hi,
For some compressed instructions, the non-zero check for the RS/RD registers and the immediate value is missing. Here is the list of instructions with the associated missing checks:

  • C.ADDI4SPN : imm != 0
  • C.ADDIW : rd != 0
  • C.LII : imm != 0
  • C.LWSP : rd != 0
  • C.LDSP : rd != 0
  • C.JR : rs != 0
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

1 participant