Converts vector_int32_t type data to vector_uint16_t type, writes the result to the upper half or lower half of the destination operand, and supports different saturating modes.
asc_int322uint16: non-saturating mode, writes to the upper half of the destination operand.
asc_int322uint16_sat: saturating mode, writes to the upper half of the destination operand.
asc_int322uint16_v2: non-saturating mode, writes to the lower half of the destination operand.
asc_int322uint16_sat_v2: saturating mode, writes to the lower half of the destination operand.
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
- To enable the saturating mode and non-saturating mode, you need to configure the ctrl register. For details about the ctrl register, see .
[object Object]