Vector reduction Instructions: When operations on vector are being deduced to scalar items as the result, then these are the vector reduction instructions. These instructions are denoted with the many function mappings:
F4 : V -> S
F5 : V × V -> S
For example, finding the minimum, maximum and summation of all the elements of vector are of the type F4. The dot product of two vectors is produced by F5.