risc-v

Definition

fadd (RISC-V)

Adds the floating-point values of registers b and c and stores the result in register a.

fadd.s a, b, c

Equivalent C code:

a = b + c