]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Remove manual decoding from gen_branch()
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:54:00 +0000 (07:54 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (10:40 +0100)
commit090cc2c898a04e42350eabf1bcf7d245471603f9
treec1a40ddd73e66c4fa8b9362738e9300933bdbbab
parent9e92c57d834cd50ab088d75510c3c720878eef13
target/riscv: Remove manual decoding from gen_branch()

We now utilizes argument-sets of decodetree such that no manual
decoding is necessary.

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