19_Computer_Architecture_Vector_processor
19_Computer_Architecture_Vector_processor
(PCC CS-402)
Vector Processor
● Vector-scalar instructions
Each elements of Vk are multiplied by a scalar s to
produce vector Vi of equal length.
f3 : s × V k → Vi
● Vector-memory instructions
This corresponds to vector load or vector store element
by element, between the vector register (V) and the
memory (M) as defined below:
f4 : M → V (vector load)
f5 : V → M (vector store)