Re: [Qemu-devel] [PATCH v3 09/35] target/riscv: Convert RVXM insns to decodetree

2018-10-31 Thread Alistair
On 10/31/18 6:20 AM, Bastian Koppelmann wrote: Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt Acked-by: Alistair Francis Alistair --- v2 -> v3: - moved 64-bit only insn to insn64.decode - dropped insn argument of trans_foo functions

[Qemu-devel] [PATCH v3 09/35] target/riscv: Convert RVXM insns to decodetree

2018-10-31 Thread Bastian Koppelmann
Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt --- v2 -> v3: - moved 64-bit only insn to insn64.decode - dropped insn argument of trans_foo functions target/riscv/insn32.decode | 10 +++ target/riscv/insn64.decode