RiscV: implement FMV.*.* instructions

previous: !12563 (merged), !12580 (merged)

What

Implement the FMV instructions, for moving floating point bit patterns between F & X registers.

Why

Required for a lot of the tests, so seemed a good instruction to get started with.

How

Carefully 😅

Manually testing the MR

cd src/risc_v

cargo test fmv parser

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Emma Turner

Merge request reports

Loading