mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target/riscv: rvv-1.0: floating-point scalar move instructions
NaN-boxed the scalar floating-point register based on RVV 1.0's rules. Signed-off-by: Frank Chang <frank.chang@sifive.com> Acked-by: Alistair Francis <alistair.francis@wdc.com> Message-Id: <20211210075704.23951-39-frank.chang@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
c4b3e46f00
commit
5c4eb8fb56
3 changed files with 21 additions and 26 deletions
|
@ -32,11 +32,6 @@ target_ulong fclass_h(uint64_t frs1);
|
|||
target_ulong fclass_s(uint64_t frs1);
|
||||
target_ulong fclass_d(uint64_t frs1);
|
||||
|
||||
#define SEW8 0
|
||||
#define SEW16 1
|
||||
#define SEW32 2
|
||||
#define SEW64 3
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
extern const VMStateDescription vmstate_riscv_cpu;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue