VSE16.V

Vector Store Element (16-bit)

VSE16.V vs3, (rs1), vm

Stores a vector of 16-bit elements to memory.

Encoding

Binary Layout
000000
31:26
vm
25
00000
24:20
rs1
19:15
101
14:12
vs3
11:7
0100111
6:0
 
Format VS-Type
Opcode 0x00005027
Extension V

Operands

  • vs3
    Source
  • rs1
    Base Address

Example

VSE16.V v6, a0, v0.t

Related

More in V

Description

Performs a vector unit-stride store of 16-bit elements from/to memory. The number of elements transferred is determined by vl. Masking is controlled by vm.

Operation

foreach(i < vl): M[rs1 + i*2] = vs3[i];