fmv.d.x

Floating-Point Move Double-Precision from Integer Register

This instruction is defined by:

Encoding

svg

Synopsis

The fmv.d.x instruction moves the double-precision value encoded in IEEE 754-2008 standard encoding from the integer register xs1 to the floating-point register fd.

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