]> xenbits.xensource.com Git - qemu-xen.git/commit
target/riscv: Remove gen_jalr()
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Feb 2019 15:53:59 +0000 (07:53 -0800)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 13 Mar 2019 09:40:50 +0000 (10:40 +0100)
commit9e92c57d834cd50ab088d75510c3c720878eef13
treeb14921abc1e877912a4eed5f3fc73576468acaf8
parent97b0be81f6f20bfd53725cb2500b47c6786be532
target/riscv: Remove gen_jalr()

trans_jalr() is the only caller, so move the code into trans_jalr().

Acked-by: Alistair Francis <alistair.francis@wdc.com>
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