Add support for the new names of the RISC-V fmv.x.s and fmv.s.x instructions, vis...
authorNick Clifton <nickc@redhat.com>
Wed, 27 Sep 2017 15:21:36 +0000 (16:21 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 27 Sep 2017 15:21:36 +0000 (16:21 +0100)
commit8e43602e34ba404d82f7c74f6629f01e40c740e0
tree6eff6a48f8a4cd5c54a4ea7f14ae251b1a06dfb7
parentf21b4d5c59136c38bb6d94eb6a29ad80d02043f4
Add support for the new names of the RISC-V fmv.x.s and fmv.s.x instructions, vis: fmv.x.w and fmv.w.x.

PR 22179
opcodes * riscv-opc.c (riscv_opcodes): Add fmv.x.w and fmv.w.x as the new
names for the fmv.x.s and fmv.s.x instructions respectively.

gas * testsuite/gas/riscv/fmv.x.s: New file: Tests the support for the
renamed fmv.x.s and fmv.s.x instructions.
* testsuite/gas/riscv/fmv.x.d: New file: Test driver.
gas/ChangeLog
gas/testsuite/gas/riscv/fmv.x.d [new file with mode: 0644]
gas/testsuite/gas/riscv/fmv.x.s [new file with mode: 0644]
gas/testsuite/gas/riscv/riscv.exp
opcodes/ChangeLog
opcodes/riscv-opc.c