fli.q

Floating-Point Load Immediate Quad-Precision

This instruction is defined by:

Encoding

svg

Synopsis

The fli.q instruction loads one of 32 quad-precision floating-point constants, encoded in the xs1 field, into floating-point register fd. fli.q is encoded like fmv.w.x, but with fmt = Q.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> xs1 = $encoding[19:15];
Bits<5> fd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original