unicorn/qemu/target/riscv
Bastian Koppelmann cb7c94fbc4
target/riscv: Move gen_arith_imm() decoding into trans_* functions
gen_arith_imm() does a lot of decoding manually, which was hard to read
in case of the shift instructions and is not necessary anymore with
decodetree.

Backports commit 7a50d3e2ae7f13b24fe55990ea0b8ddcbbb43130 from qemu
2019-03-19 05:14:21 -04:00
..
insn_trans target/riscv: Move gen_arith_imm() decoding into trans_* functions 2019-03-19 05:14:21 -04:00
cpu_bits.h
cpu_helper.c
cpu_user.h
cpu.c
cpu.h
csr.c
fpu_helper.c
helper.h
insn16.decode target/riscv: Convert quadrant 2 of RVXC insns to decodetree 2019-03-19 04:53:07 -04:00
insn32-64.decode target/riscv: Convert RV64D insns to decodetree 2019-03-18 16:57:16 -04:00
insn32.decode target/riscv: Move gen_arith_imm() decoding into trans_* functions 2019-03-19 05:14:21 -04:00
instmap.h
Makefile.objs target/riscv: Convert quadrant 0 of RVXC insns to decodetree 2019-03-19 04:45:53 -04:00
op_helper.c
pmp.c
pmp.h
translate.c target/riscv: Move gen_arith_imm() decoding into trans_* functions 2019-03-19 05:14:21 -04:00
unicorn.c
unicorn.h