This implements experimental support for the RISCV Zfa extension as specified here: https://github.com/riscv/riscv-isa-manual/releases/download/draft-20221119-5234c63/riscv-spec.pdf, Ch. 25. This extension has not been ratified. Once ratified, it'll move out of experimental status.
This change only adds assembly support for instructions except load-immediate instructions (fli.s/fli.d/fli.h).
...implements a subset of the...
(i.e. give a clue the implementation is not complete)