Vector-Vector Instructions
In this type, vector operands are fetched by the vector register and saved in another vector register. These instructions are indicated with the following function mappings:
F1: V -> V
F2: V × V -> V
Example, vector square root is of F1 type and addition of two vectors is of F2.