fmadd.s

The `fmadd.s` multiplies the values in `fs1` and `fs2`, adds the value in `fs3`, and writes the final result to `fd`.

Synopsis

fmadd.s fd, fs1, fs2, fs3, rm

Encoding

Type:

06711121415192024252627311000011fdrmfs1fs200fs3
funct3: ---
opcode: 1000011

RISC-V Instruction Encoder/Decoder

open fmadd.s in rvcodecjs

Availability