target/riscv: Remove decode_RV32_64G()
commit25e6ca30c668783cd72ff97080ff44e141b99f9b
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:54:09 +0000 (13 07:54 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (13 10:40 +0100)
tree4d178a4eebbb64138d274664446b4791cb060055
parent8f7bc273868939f0821e07fb23792db63d45bffb
target/riscv: Remove decode_RV32_64G()

decodetree handles all instructions now so the fallback is not necessary
anymore.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Peer Adelt <peer.adelt@hni.uni-paderborn.de>
target/riscv/translate.c