fli.d

Floating-Point Load Immediate Double-Precision

This instruction is defined by:

Encoding

svg

Synopsis

The fli.d instruction instruction loads one of 32 double-precision floating-point constants, encoded in the xs1 field, into floating-point register fd. fli.d is encoded like fli.s, but with fmt set to D.

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