Re: [Qemu-devel] [PATCH v3 11/35] target/riscv: Convert RV64A 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 11/35] target/riscv: Convert RV64A 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/insn64.decode | 13 +++ target/riscv/insn_trans/trans_rva.inc.c |