unicorn/qemu/target/riscv
Richard Henderson dc087c4c0c
target/riscv: Merge argument sets for insn32 and insn16
In some cases this allows us to directly use the insn32
translator function. In some cases we still need a shim.

Backports commit e1d455dd91c935c714412dafeb24db947429a929 from qemu
2019-05-28 18:50:48 -04:00
..
insn_trans target/riscv: Merge argument sets for insn32 and insn16 2019-05-28 18:50:48 -04:00
cpu_bits.h RISC-V: Fixes to CSR_* register macros. 2019-03-19 23:39:49 -04:00
cpu_helper.c tcg: Use CPUClass::tlb_fill in cputlb.c 2019-05-16 17:35:37 -04:00
cpu_user.h RISC-V: linux-user support for RVE ABI 2019-03-19 23:58:31 -04:00
cpu.c target/riscv: Convert to CPUClass::tlb_fill 2019-05-16 17:24:01 -04:00
cpu.h target/riscv: Convert to CPUClass::tlb_fill 2019-05-16 17:24:01 -04:00
csr.c RISC-V: Add support for vectored interrupts 2019-03-19 23:58:31 -04:00
fpu_helper.c
helper.h
insn16.decode target/riscv: Merge argument sets for insn32 and insn16 2019-05-28 18:50:48 -04:00
insn32-64.decode target/riscv: Convert RV64D insns to decodetree 2019-03-18 16:57:16 -04:00
insn32.decode target/riscv: Name the argument sets for all of insn32 formats 2019-05-28 18:36:53 -04:00
instmap.h
Makefile.objs target/riscv: Use --static-decode for decodetree 2019-05-28 18:45:23 -04:00
op_helper.c target/riscv: Do not allow sfence.vma from user mode 2019-05-28 18:29:46 -04:00
pmp.c riscv: pmp: Log pmp access errors as guest errors 2019-03-19 23:45:03 -04:00
pmp.h Clean up ill-advised or unusual header guards 2019-05-14 08:02:53 -04:00
translate.c target/riscv: Use --static-decode for decodetree 2019-05-28 18:45:23 -04:00
unicorn.c
unicorn.h