VEC_SLO(ARG1, ARG2)

Purpose

Left shifts a vector by a given number of bytes (octets).

Class

Elemental function

Argument type and attributes

ARG1
An INTENT(IN) vector.
ARG2
An INTENT(IN) unsigned vector containing elements of kind 1 or 2.

Result type and attributes

The result is of the same type as ARG1.

Result value

The result is the contents of ARG1, shifted left by the number of bytes specified by bits 121 through 124 of ARG2. The bits that are shifted out are replaced by zeroes.