Converts uint32_t type data to int16_t type.
Overflow modes:
- Non-saturating mode: The result is truncated to the data width of the target format, and the least significant bits (LSB) are 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, a VL-sized block of data needs to be divided into two parts, and index 0 or index 1 is selected based on the interface used.
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
- To enable the saturating mode and non-saturating mode, the ctrl register needs to be configured. For details about the ctrl register, see .
[object Object]