vfmv.f.s

Vector floating-point to scalar move

This instruction is defined by:

Encoding

svg

Synopsis

Moves floating-point element from vector register vs2 to scalar floating-point register fd, using vector mask vm. This operation extracts a single element from the vector.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> vs2 = $encoding[24:20];
Bits<5> fd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original