![]() |
AI Engine Intrinsics User Guide (AIE) v(2025.1)
|
16-bit Complex self multiplication intrinsics. No buffer conjugation.
Functions | |
v4cacc48 | mac4 (v4cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-accumulate intrinsic function using small X input buffer. | |
v4cacc48 | mac4 (v4cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, v16cint16 ybuff, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-accumulate intrinsic function using small X input buffer. | |
v4cacc48 | mac4 (v4cacc48 acc, v32cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-accumulate intrinsic function . | |
v8cacc48 | mac8 (v8cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-accumulate intrinsic function using small X input buffer. | |
v8cacc48 | mac8 (v8cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, v16cint16 ybuff, int ystart, unsigned int yoffsets) |
Complex multiply-accumulate intrinsic function using small X input buffer. | |
v8cacc48 | mac8 (v8cacc48 acc, v32cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-accumulate intrinsic function . | |
v4cacc48 | msc4 (v4cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-subtract intrinsic function using small X input buffer. | |
v4cacc48 | msc4 (v4cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, v16cint16 ybuff, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-subtract intrinsic function using small X input buffer. | |
v4cacc48 | msc4 (v4cacc48 acc, v32cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-subtract intrinsic function . | |
v8cacc48 | msc8 (v8cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-subtract intrinsic function using small X input buffer. | |
v8cacc48 | msc8 (v8cacc48 acc, v16cint16 xbuff, int xstart, unsigned int xoffsets, v16cint16 ybuff, int ystart, unsigned int yoffsets) |
Complex multiply-subtract intrinsic function using small X input buffer. | |
v8cacc48 | msc8 (v8cacc48 acc, v32cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-subtract intrinsic function . | |
v4cacc48 | mul4 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply intrinsic function using small X input buffer. | |
v4cacc48 | mul4 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, v16cint16 ybuff, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply intrinsic function using small X input buffer. | |
v4cacc48 | mul4 (v32cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply intrinsic function . | |
v8cacc48 | mul8 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply intrinsic function using small X input buffer. | |
v8cacc48 | mul8 (v16cint16 xbuff, int xstart, unsigned int xoffsets, v16cint16 ybuff, int ystart, unsigned int yoffsets) |
Complex multiply intrinsic function using small X input buffer. | |
v8cacc48 | mul8 (v32cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply intrinsic function . | |
v4cacc48 | negmul4 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-negate intrinsic function using small X input buffer. | |
v4cacc48 | negmul4 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, v16cint16 ybuff, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-negate intrinsic function using small X input buffer. | |
v4cacc48 | negmul4 (v32cint16 xbuff, int xstart, unsigned int xoffsets, int xstep, int ystart, unsigned int yoffsets, int ystep) |
Complex multiply-negate intrinsic function . | |
v8cacc48 | negmul8 (v16cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-negate intrinsic function using small X input buffer. | |
v8cacc48 | negmul8 (v16cint16 xbuff, int xstart, unsigned int xoffsets, v16cint16 ybuff, int ystart, unsigned int yoffsets) |
Complex multiply-negate intrinsic function using small X input buffer. | |
v8cacc48 | negmul8 (v32cint16 xbuff, int xstart, unsigned int xoffsets, int ystart, unsigned int yoffsets) |
Complex multiply-negate intrinsic function . | |
v4cacc48 mac4 | ( | v4cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-accumulate intrinsic function using small X input buffer.
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v4cacc48 mac4 | ( | v4cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-accumulate intrinsic function using small X input buffer.
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the ybuffer |
v4cacc48 mac4 | ( | v4cacc48 | acc, |
v32cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-accumulate intrinsic function .
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v8cacc48 mac8 | ( | v8cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-accumulate intrinsic function using small X input buffer.
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 mac8 | ( | v8cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-accumulate intrinsic function using small X input buffer.
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 mac8 | ( | v8cacc48 | acc, |
v32cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-accumulate intrinsic function .
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v4cacc48 msc4 | ( | v4cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-subtract intrinsic function using small X input buffer.
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v4cacc48 msc4 | ( | v4cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-subtract intrinsic function using small X input buffer.
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the ybuffer |
v4cacc48 msc4 | ( | v4cacc48 | acc, |
v32cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-subtract intrinsic function .
acc | Incoming accumulation vector (4 x cint48 lanes) |
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v8cacc48 msc8 | ( | v8cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-subtract intrinsic function using small X input buffer.
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 msc8 | ( | v8cacc48 | acc, |
v16cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-subtract intrinsic function using small X input buffer.
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 msc8 | ( | v8cacc48 | acc, |
v32cint16 | xbuff, | ||
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-subtract intrinsic function .
acc | Incoming accumulation vector (8 x cint48 lanes) |
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v4cacc48 mul4 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v4cacc48 mul4 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the ybuffer |
v4cacc48 mul4 | ( | v32cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply intrinsic function .
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v8cacc48 mul8 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 mul8 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 mul8 | ( | v32cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply intrinsic function .
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v4cacc48 negmul4 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-negate intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v4cacc48 negmul4 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-negate intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the ybuffer |
v4cacc48 negmul4 | ( | v32cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | xstep, | ||
int | ystart, | ||
unsigned int | yoffsets, | ||
int | ystep | ||
) |
Complex multiply-negate intrinsic function .
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
xstep | Step between each column for selection in the xbuffer |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystep | Step between each column for selection in the xbuffer |
v8cacc48 negmul8 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-negate intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 negmul8 | ( | v16cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
v16cint16 | ybuff, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-negate intrinsic function using small X input buffer.
xbuff | Input buffer of 16 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ybuff | Right input buffer of 16 elements of type cint16 |
ystart | Starting position offset applied to all lanes of input from ybuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
v8cacc48 negmul8 | ( | v32cint16 | xbuff, |
int | xstart, | ||
unsigned int | xoffsets, | ||
int | ystart, | ||
unsigned int | yoffsets | ||
) |
Complex multiply-negate intrinsic function .
xbuff | Input buffer of 32 elements of type cint16 |
xstart | Starting position offset applied to all lanes of input from X buffer |
xoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |
ystart | Starting position offset applied to all lanes of input from xbuffer for the second input |
yoffsets | 4b offset for each lane in the xbuffer. LSB apply to first lane |