vsse8.v

Vector store 8-bit elements with stride

This instruction is defined by:

Encoding

svg

Synopsis

Stores 8-bit elements from vector register vs2 to memory starting at address in xs1 register with stride in xs2, using vector mask vm. The effective element width is 8 bits.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<1> vm = $encoding[25];
Bits<5> xs2 = $encoding[24:20];
Bits<5> xs1 = $encoding[19:15];
Bits<5> vs3 = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original