flq

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

Synopsis

flq fd, xs1, imm

Encoding

Type:

067111214151920310000111fd100xs1imm
funct3: 100
opcode: 0000111

RISC-V Instruction Encoder/Decoder

open flq in rvcodecjs

Availability