fsub.s

The `fsub.s` instruction performs the single-precision floating-point subtraction of `fs2` from `fs1` and writes the result in `fd`.

Synopsis

fsub.s fd, fs1, fs2, rm

Encoding

Type:

0671112141519202425311010011fdrmfs1fs20000100
funct7: 0000100
funct3: ---
opcode: 1010011

RISC-V Instruction Encoder/Decoder

open fsub.s in rvcodecjs

Availability