Re: [Qemu-devel] [PATCH v6 22/35] target/riscv: Remove manual decoding from gen_load()

2019-01-25 Thread Alistair
On 1/23/19 1:25 AM, Bastian Koppelmann wrote: With decodetree we don't need to convert RISC-V opcodes into to MemOps as the old gen_load() did. Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt Reviewed-by: Alistair Francis Alistair --- target/

[Qemu-devel] [PATCH v6 22/35] target/riscv: Remove manual decoding from gen_load()

2019-01-23 Thread Bastian Koppelmann
With decodetree we don't need to convert RISC-V opcodes into to MemOps as the old gen_load() did. Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt --- target/riscv/insn_trans/trans_rvi.inc.c | 35 +++-- target/riscv/translate.c