st_dev
功能说明
FFTS同步指令。 将数据(包括模式和标志ID)从寄存器存储到目标地址。
函数原型
void st_dev(int8_t src, __gm__ int8_t *dst, int16_t offset); void st_dev(float src, __gm__ float *dst, int16_t offset); void st_dev(half src, __gm__ half *dst, int16_t offset); void st_dev(int32_t src, __gm__ int32_t *dst, int16_t offset); void st_dev(int64_t src, __gm__ int64_t *dst, int16_t offset);
参数说明
参数名 |
说明 |
取值范围 |
单位 |
---|---|---|---|
src |
源寄存器 |
/ |
/ |
dst |
目的地址 |
/ |
/ |
offset |
偏移量 |
[-32768 ,32767] |
B |
流水类型
PIPE_S
父主题: Vec与Cube核间同步