Performs element-wise subtraction on the source operands src0 and src1 according to the mask, and writes the result to the destination operand dst. When the source operands are uint32_t or int32_t, an interface with borrow data is provided. When a borrow occurs during the subtraction of src0 and src1, the lowest bit of each 4-bit group at the corresponding position in carry is set to 0; otherwise, it is set to 1.
The calculation formula is as follows:
Example explanation of carry output borrow values:
Interface without borrow data
[object Object]Interface with borrow data
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
None
[object Object]