]> git.proxmox.com Git - mirror_qemu.git/commit
target/riscv: Activate decodetree and implemnt LUI & AUIPC
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:53:41 +0000 (07:53 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:34:06 +0000 (10:34 +0100)
commit2a53cff418335ccb4719e9a94fde55f6ebcc895d
treea1f6cca828ac50c77b52bb03517d8962e1b2c2ba
parent3f3bbfc7cef4490c5ed5550766a81e7d18f08db1
target/riscv: Activate decodetree and implemnt LUI & AUIPC

for now only LUI & AUIPC are decoded and translated. If decodetree fails, we
fall back to the old decoder.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Peer Adelt <peer.adelt@hni.uni-paderborn.de>
target/riscv/Makefile.objs
target/riscv/insn32.decode [new file with mode: 0644]
target/riscv/insn_trans/trans_rvi.inc.c [new file with mode: 0644]
target/riscv/translate.c