__protected_stream_stride

Purpose

Sets the word-offset of the first unit of the stream address_offset, and stride in word size for protected load or store stream with identifier stream_id

Prototype

void__protected_stream_stride (unsigned int address_offset, unsigned int stride, unsigned int stream_id);

Parameters

address_offset
The address of the first unit of the prefetch variable.
stride
This is the distance in the number of words of two consecutive elements of the prefetch stream.
stream_id
An integer with a value 0 to 11 on POWER7 processors.

Usage

Valid only when -qarch is set to target POWER7 processors.