Converts int16 type data to uint8 type.
Overflow modes:
- Non-saturating mode: the result is truncated to the data width of the target format, and the least significant bit (LSB) is retained.
- Saturating mode: the result is clamped to the representable range of the target format.
Since the bit-width ratio of the source operand to the destination operand is 2:1, when writing data, you need to split the data of one VL size into two parts and select index 0 or index 1 according to different interfaces.
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
None
[object Object]