project-starch / capstone-spec

Capstone-RISC-V ISA Reference
https://capstone.kisp-lab.org/
2 stars 0 forks source link

Combine CCSRs with CSRs #15

Open jasonyu1996 opened 1 year ago

jasonyu1996 commented 1 year ago

Currently we have CSRs and CCSRs and separate sets of instructions to manipulate them. This is good but it becomes confusing when some CCSRs also accept integer values. We should consider just combining those two.

jasonyu1996 commented 1 year ago

CHERI also has separate CCSRs (they call them special capability registers). Let's not touch this part for now but leave this issue open for the future.