]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add RISC-V instructions encoding.
authorbr <br@FreeBSD.org>
Mon, 13 Aug 2018 16:07:18 +0000 (16:07 +0000)
committerbr <br@FreeBSD.org>
Mon, 13 Aug 2018 16:07:18 +0000 (16:07 +0000)
commit71c3f76fc64463f2978157477693355ddf0e5b26
tree0c97fb47373f741a87bf2f359312133d4f0100db
parent80e3867e866f4754d8dbd9cb2e9e5c61ec8af2fe
Add RISC-V instructions encoding.

This is the output of
$ cat opcodes opcodes-rvc-pseudo opcodes-rvc opcodes-custom |
    ./parse-opcodes -c

It is confirmed by author that the output of parse-opcodes is
in the public domain.

This will be required for DDB disassembler.

Discussed with: Andrew Waterman <waterman@eecs.berkeley.edu>
Obtained from: https://github.com/riscv/riscv-opcodes
Sponsored by: DARPA, AFRL
sys/riscv/include/encoding.h [new file with mode: 0644]