polkavm
polkavm copied to clipboard
64bit support: front end
The first PR for riscv64 support, implementing it in the front end. Should leave the 32bit instruction set completely intact.
Changes:
- Be generic over ELF header bitness
- Few new relocations
- Instruction decoding for RV64IMCA
- Added many new
DandWinstructions that need to be implemented in the next PR