Vector reduction Instructions
When operations on vector are being decreased to scalar items as a result then these are vector reduction instructions. These instructions are referred with the subsequent function mappings:
F4: V -> S
F5: V × V -> S
E.g. finding the minimum, maximum, summation of all the elements of vector are of the type F4. The dot-product of two vectors is calculated by F5.