qemu-e2k/include/disas
Michael Clark ea10325917
RISC-V Disassembler
The RISC-V disassembler has no dependencies outside of the 'disas'
directory so it can be applied independently. The majority of the
disassembler is machine-generated from instruction set metadata:

- https://github.com/michaeljclark/riscv-meta

Expected checkpatch errors for consistency and brevity reasons:

ERROR: line over 90 characters
ERROR: trailing statements should be on next line
ERROR: space prohibited between function name and open parenthesis '('

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Clark <mjc@sifive.com>
2018-03-07 08:30:28 +13:00
..
bfd.h RISC-V Disassembler 2018-03-07 08:30:28 +13:00
capstone.h disas: Support the Capstone disassembler library 2017-10-25 11:55:09 +02:00
disas.h disas: Remove unused flags arguments 2017-10-25 11:55:09 +02:00