Re: [Qemu-devel] [PATCH v6 30/35] target/riscv: Remove decode_RV32_64G()

2019-01-25 Thread Alistair
On 1/23/19 1:25 AM, Bastian Koppelmann wrote: decodetree handles all instructions now so the fallback is not necessary anymore. Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt Reviewed-by: Alistair Francis Alistair --- target/riscv/translate.

[Qemu-devel] [PATCH v6 30/35] target/riscv: Remove decode_RV32_64G()

2019-01-23 Thread Bastian Koppelmann
decodetree handles all instructions now so the fallback is not necessary anymore. Reviewed-by: Richard Henderson Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt --- target/riscv/translate.c | 23 +-- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/