fmul.s

The `fmul.s` instruction performs the single-precision floating-point multiplication between `fs1` and `fs2`, and writes the result in `fd`.

Synopsis

fmul.s fd, fs1, fs2, rm

Encoding

Type:

0671112141519202425311010011fdrmfs1fs20001000
funct7: 0001000
funct3: ---
opcode: 1010011

RISC-V Instruction Encoder/Decoder

open fmul.s in rvcodecjs

Availability