RISC-V: Fix mask for some fcvt instructions
authorTsukasa OI <research_trasio@irq.a4lg.com>
Mon, 10 Jan 2022 08:22:11 +0000 (17:22 +0900)
committerNelson Chu <nelson.chu@sifive.com>
Fri, 25 Feb 2022 06:42:58 +0000 (14:42 +0800)
commit9a9dfb6880e3b093922e3db0cd760ebbce21fe06
treeff2fa4be2c610f6db13de707251e76f591052c08
parent64a9760601d3d8761fcf0aae121e69ca0cae1a9c
RISC-V: Fix mask for some fcvt instructions

This commit fixes incorrect uses of mask values in 'fcvt' instruction
family.

opcodes/ChangeLog:

* riscv-opc.c (riscv_opcodes): Fix incorrect uses of mask values
in 'fcvt' instruction family.
opcodes/riscv-opc.c