fsq

The `fsq` is the new variant of LOAD-FP, encoded with a new value for the `funct3`. `fsq` is only guaranteed to execute atomically if the effective address is naturally aligned XLEN=128. `fsq` does not modify the bits being transferred; in particular, the payloads of non-canonical _NaNs_ are preserved.

Synopsis

fsq fs2, imm(xs1)

Encoding

Type:

0671112141519202425310100111imm100xs1fs2imm
funct3: 100
opcode: 0100111

RISC-V Instruction Encoder/Decoder

open fsq in rvcodecjs

Availability