c.fld

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

Synopsis

c.fld fd, imm(xs1)

Encoding

Type:

012456791012131500fdimmxs1imm001

RISC-V Instruction Encoder/Decoder

open c.fld in rvcodecjs

Availability