]> Git Repo - qemu.git/commit
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
authorFrank Chang <[email protected]>
Wed, 5 May 2021 16:06:09 +0000 (00:06 +0800)
committerAlistair Francis <[email protected]>
Mon, 7 Jun 2021 23:59:44 +0000 (09:59 +1000)
commit981d3568dfa8b5180de1719fa590db558e9720b7
treeb5f09488202baecb63bd1aac38b72e5fedc0ced6
parent2a81973829d0e77bbfdcf9ca217de8fde5cff88f
target/riscv: add gen_shifti() and gen_shiftiw() helper functions

Add gen_shifti() and gen_shiftiw() helper functions to reuse the same
interfaces for immediate shift instructions.

Signed-off-by: Frank Chang <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Reviewed-by: Alistair Francis <[email protected]>
Message-id: 20210505160620[email protected]
Signed-off-by: Alistair Francis <[email protected]>
target/riscv/insn_trans/trans_rvi.c.inc
target/riscv/translate.c
This page took 0.020699 seconds and 4 git commands to generate.