flw

The `flw` instruction loads a single-precision floating-point value from memory at address `xs1` + `imm` into floating-point register `fd`. It does not modify the bits being transferred; in particular, the payloads of non-canonical NaNs are preserved.

Synopsis

flw fd, imm(xs1)

Encoding

Type:

067111214151920310000111fd010xs1imm
funct3: 010
opcode: 0000111

RISC-V Instruction Encoder/Decoder

open flw in rvcodecjs

Availability