fadd.s

The `fadd.s` instruction performs single-precision floating-point addition of `xs1` and `xs2` and writes the final result to `fd`.

Synopsis

fadd.s fd, fs1, fs2, rm

Encoding

Type:

0671112141519202425311010011fdrmfs1fs20000000
funct7: 0000000
funct3: ---
opcode: 1010011

RISC-V Instruction Encoder/Decoder

open fadd.s in rvcodecjs

Availability