On 02/26/2018 11:17 PM, Michael Clark wrote: > TCG code generation for the RV32IMAFDC and RV64IMAFDC. The QEMU > RISC-V code generator has complete coverage for the Base ISA v2.2, > Privileged ISA v1.9.1 and Privileged ISA v1.10: > > - RISC-V Instruction Set Manual Volume I: User-Level ISA Version 2.2 > - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.9.1 > - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.10 > > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Michael Clark <[email protected]> > --- > target/riscv/instmap.h | 364 +++++++++ > target/riscv/translate.c | 1974 > ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 2338 insertions(+) > create mode 100644 target/riscv/instmap.h > create mode 100644 target/riscv/translate.c >
Since I contributed here and Peter wants all the relevant SoB's, here is mine: Signed-off-by: Bastian Koppelmann <[email protected]> Cheers, Bastian
