qemu/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
..
libvixl
alpha.c
arm-a64.cc
arm.c
cris.c
hppa.c
i386.c
lm32.c
m68k.c
Makefile.objs RISC-V Disassembler 2018-03-07 08:30:28 +13:00
microblaze.c
mips.c
moxie.c
nios2.c
ppc.c
riscv.c RISC-V Disassembler 2018-03-07 08:30:28 +13:00
s390.c
sh4.c
sparc.c
tci.c
xtensa.c