]> git.proxmox.com Git - mirror_qemu.git/commit - target/riscv/insn32.decode
target/riscv: rvv-1.0: floating-point/integer type-convert instructions
authorFrank Chang <frank.chang@sifive.com>
Fri, 10 Dec 2021 07:56:47 +0000 (15:56 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 20 Dec 2021 04:53:31 +0000 (14:53 +1000)
commit900da87ab966654be76cc9c2fb860329cb423bd4
treeba975e0bf6a224305e0727e8a15e105b08978a65
parent986c895de17c332c8cb241333dd478cb2ce8b8cc
target/riscv: rvv-1.0: floating-point/integer type-convert instructions

Add the following instructions:

* vfcvt.rtz.xu.f.v
* vfcvt.rtz.x.f.v

Also adjust GEN_OPFV_TRANS() to accept multiple floating-point rounding
modes.

Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20211210075704.23951-62-frank.chang@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
target/riscv/insn32.decode
target/riscv/insn_trans/trans_rvv.c.inc