vec_dstst

用途

以最有效的写入状态启动行到高速缓存的数据读取。

使用 b指定的控制字从 a 指定的地址开始读取 c 指定的数据流。 使用此 内置函数 指示指定的数据流在本质上是相对持久的。

语法

vec_dstst(a, b, c)

参数类型

此函数不会返回任何值。 下表描述函数参数的类型。

表 1. 函数参数的类型
a b c1
const signed char * 任何整数类型 unsigned int
const signed short *
const signed int *
const float *
注意:
  1. c 必须是无符号文字,其值范围为 0-3 (含)。