[object Object][object Object][object Object]undefined
[object Object]

Based on the mask, performs element-wise addition of the input data src0, src1, and the carry data src2, where i is the element index, and writes the addition result to dst1. If the data types of src0 and src1 are uint32_t, and the accumulated result of src0, src1, and the carry value src2 exceeds the maximum or minimum value of uint32_t, every 4 bits at the corresponding position in dst0 are set to 1; otherwise, they are set to 0.

The computation formula is as follows:

{dst0i,dst1i}=src0i+src1i+src2i\{dst0_i, dst1_i\} = src0_i + src1_i + src2_i [object Object]
[object Object]
[object Object][object Object]undefined

For detailed descriptions of vector data registers and mask registers, see .

[object Object]

None

[object Object]

PIPE_V

[object Object]

None

[object Object]
[object Object]