c.fldsp

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

Synopsis

c.fldsp fd, imm(sp)

Encoding

Type:

01245671112131510immimmfdimm001

RISC-V Instruction Encoder/Decoder

open c.fldsp in rvcodecjs

Availability