vmv.v.v

Vector register move

This instruction is defined by:

Encoding

svg

Synopsis

Copies elements from vector register vs2 to vector register vd, using vector mask vm. This operation performs a simple register-to-register copy.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> vs1 = $encoding[19:15];
Bits<5> vd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original