On 10/31/18 1:20 PM, Bastian Koppelmann wrote: > this finally removes the old decoder functions that we carried along > with it. > > Signed-off-by: Bastian Koppelmann <[email protected]> > --- > target/riscv/Makefile.objs | 1 + > target/riscv/insn16-32.decode | 24 ++++ > target/riscv/insn16-64.decode | 4 + > target/riscv/insn16.decode | 7 +- > target/riscv/insn_trans/trans_rvc.inc.c | 22 ---- > target/riscv/translate.c | 165 +----------------------- > 6 files changed, 31 insertions(+), 192 deletions(-) > create mode 100644 target/riscv/insn16-32.decode
Reviewed-by: Richard Henderson <[email protected]> r~
