dnpetrov-sc
Results
2
issues of
dnpetrov-sc
For a full list see, for example, https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf, pages 110 and 111. Currently some RISC-V assembly pseudo-instructions appearing in assembly output are decompiled to __asm statements. E.g.: ``` void do_integer_add...
Floating-point instructions are currently decompiled to __asm statements. Example (from Whetstone benchmark): ``` a2 = 0; label_0: a4 = a1; do { __asm ("fadd.d ft2, ft1, ft2"); __asm ("fadd.d ft2,...