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:
[object Object]
For detailed descriptions of vector data registers and mask registers, see .
None
PIPE_V
None
[object Object]