]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/riscv: Remove manual decoding from gen_store()
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:54:02 +0000 (07:54 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (10:40 +0100)
commitbce8a342a1f0919479d18ec812b100136daa746b
treec41f60ca244bc0145ccd29b5b74675136e804b68
parent98898b20e9cca462843c22ad952c216ffd57d654
target/riscv: Remove manual decoding from gen_store()

With decodetree we don't need to convert RISC-V opcodes into to MemOps
as the old gen_store() 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