Converts the source operand of type vector_int64_t to vector_int32_t type, writes the result to the upper half or lower half of the destination operand, and supports different saturating modes:
asc_int642int32: non-saturating mode, writes to the upper half of the destination operand.
asc_int642int32_sat: saturating mode, writes to the upper half of the destination operand.
asc_int642int32_v2: non-saturating mode, writes to the lower half of the destination operand.
asc_int642int32_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]