Re: [Qemu-devel] [PATCH] target/riscv: Fix manually parsed 16 bit insn

2019-03-15 Thread Alistair Francis
On Fri, Mar 15, 2019 at 7:15 AM Bastian Koppelmann wrote: > > during the refactor to decodetree we removed the manual decoding that is > necessary for c.jal/c.addiw and removed the translation of c.flw/c.ld > and c.fsw/c.sd. This reintroduces the manual parsing and the > omited implementation. > >

Re: [Qemu-devel] [PATCH] target/riscv: Fix manually parsed 16 bit insn

2019-03-15 Thread Palmer Dabbelt
On Fri, 15 Mar 2019 06:51:40 PDT (-0700), Bastian Koppelmann wrote: during the refactor to decodetree we removed the manual decoding that is necessary for c.jal/c.addiw and removed the translation of c.flw/c.ld and c.fsw/c.sd. This reintroduces the manual parsing and the omited implementation. S

[Qemu-devel] [PATCH] target/riscv: Fix manually parsed 16 bit insn

2019-03-15 Thread Bastian Koppelmann
during the refactor to decodetree we removed the manual decoding that is necessary for c.jal/c.addiw and removed the translation of c.flw/c.ld and c.fsw/c.sd. This reintroduces the manual parsing and the omited implementation. Signed-off-by: Bastian Koppelmann --- target/riscv/insn_trans/trans_r