fsw

The `fsw` instruction stores a single-precision floating-point value in `fs2` to memory at address `xs1` + `imm`. It does not modify the bits being transferred; in particular, the payloads of non-canonical NaNs are preserved.

Synopsis

fsw fs2, imm(xs1)

Encoding

Type:

0671112141519202425310100111imm010xs1fs2imm
funct3: 010
opcode: 0100111

RISC-V Instruction Encoder/Decoder

open fsw in rvcodecjs

Availability