Searched hist:ea10325917c8a8f92611025c85950c00f826cb73 (Results 1 – 2 of 2) sorted by relevance
/qemu/include/disas/ |
H A D | dis-asm.h | ea10325917c8a8f92611025c85950c00f826cb73 Fri Mar 02 12:31:10 UTC 2018 Michael Clark <mjc@sifive.com> 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>
|
/qemu/disas/ |
H A D | riscv.c | ea10325917c8a8f92611025c85950c00f826cb73 Fri Mar 02 12:31:10 UTC 2018 Michael Clark <mjc@sifive.com> 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>
|