|
|
|
|
|
by limsup
2484 days ago
|
|
No, there is a 16-bit version
https://content.riscv.org/wp-content/uploads/2017/05/riscv-s... See chapter 12, āCā Standard Extension for
Compressed Instructions > This chapter describes the current draft proposal for the RISC-V standard compressed instruction
set extension, named āCā, which reduces static and dynamic code size by adding short 16-bit
instruction encodings for common operations. |
|
This is in contrast to, say, the ARM Thumb instructions, where you can can have entirely libraries that use 16-bit instruction without ever needing a 32-bit one.