fmv.x.d

Floating-Point Move Double-Precision to Integer Register

This instruction is defined by:

Encoding

svg

Synopsis

The fmv.x.d instruction moves the double-precision value in floating-point register fs1 to a representation in IEEE 754-2008 standard encoding in integer register xd.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> fs1 = $encoding[19:15];
Bits<5> xd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original