fdiv.s

The `fdiv.s` instruction performs the single-precision floating-point division of `fs1` by `fs2`, and writes the final result to `fd`.

Synopsis

fdiv.s fd, fs1, fs2, rm

Encoding

Type:

0671112141519202425311010011fdrmfs1fs20001100
funct7: 0001100
funct3: ---
opcode: 1010011

RISC-V Instruction Encoder/Decoder

open fdiv.s in rvcodecjs

Availability