VEC_STE(ARG1, ARG2, ARG3)

Purpose

Stores a vector element into memory at the given address.

Class

Subroutine

Argument type and attributes

ARG1
An INTENT(IN) vector.
ARG2
An INTENT(IN) integer.
ARG3
is INTENT(OUT). If ARG1 is a pixel vector, then ARG3 must be of type INTEGER(2). If ARG1 is an unsigned vector, then ARG3 must be of type integer and must have the same kind as the elements of ARG1. Otherwise, ARG3 must have the same type and kind as the elements of ARG1.

The effective address is the sum of ARG2 and the address of ARG3, truncated to a multiple of the size in bytes of an element of the result vector. The value of the element of ARG1 at the byte offset that corresponds to the four least significant bits of the effective address is stored into memory at the effective address.