In risc-v world, it is common that cores implement vendor-specific custom instructions (or CSRs, or other tweaks to the basic architecture).
Is it possible for end-users to extend ida’s existing risc-v support such that the decompiler is also aware of the new instructions?
Specifically I’m currently interested in andes v5 extensions, however this is a general question as the functionality would be better to have as end-user implementable, since there are a huge number of possible extensions/configurations, and it grows rapidly.
I used to be more active ida user - afaik this functionality does not exist. however maybe that changed recently-ish?