c.flwsp

Loads a single-precision floating-point value from memory into floating-point register fd. It computes its effective address by adding the zero-extended offset, scaled by 4, to the stack pointer, x2. It expands to `flw` `fd, offset(x2)`.

Synopsis

c.flwsp fd, imm(sp)

Encoding

Type:

01234671112131510immimmfdimm011

RISC-V Instruction Encoder/Decoder

open c.flwsp in rvcodecjs

Availability