target/riscv: Remove manual decoding from gen_load()
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:54:01 +0000 (07:54 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (10:40 +0100)
commit98898b20e9cca462843c22ad952c216ffd57d654
treeae153c1b52d002b30a28687e1d0c3600990bc471
parent090cc2c898a04e42350eabf1bcf7d245471603f9
target/riscv: Remove manual decoding from gen_load()

With decodetree we don't need to convert RISC-V opcodes into to MemOps
as the old gen_load() did.

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/insn_trans/trans_rvi.inc.c
target/riscv/translate.c