Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 865 Bytes

load_16bit_fp_sp.adoc

File metadata and controls

36 lines (24 loc) · 865 Bytes

C.FLW

See C.FLWSP.

C.FLWSP

Synopsis

Floating point load (C.FLW, C.FLWSP), 16-bit encodings

{cheri_int_mode_name} Mnemonics (RV32)

c.flw rd', offset(rs1'/sp)

{cheri_int_mode_name} Expansions (RV32)

flw rd', offset(rs1'/sp)

Encoding (RV32)

wavedrom/c-sp-load-css-fp.adoc wavedrom/c-sp-load-css-fp-sprel.adoc

{cheri_int_mode_name} Description

Standard floating point load instructions, authorized by the capability in [ddc].

Note
These instructions are available in RV32 {cheri_int_mode_name} only. In {cheri_cap_mode_name} they are remapped to [C.LC]/[C.LCSP].
Prerequisites for {cheri_int_mode_name}

{c_cheri_default_ext_names}, and Zcf or F

Operation (after expansion to 32-bit encodings)

See [FLW]