Given the base address and index of the source operand in UB, the source operand is gathered into the destination operand by DataBlock according to the index position. Each DataBlock has a length of 32B.
Supports mask control, allowing selective data gathering
[object Object]Without mask control, gathers all data blocks corresponding to the indexes by default
[object Object]
For details about vector data registers and mask registers, see .
None
PIPE_V
- The start address of the source operand in UB must be 32-byte aligned.
- The index position must be greater than or equal to 0 and 32-byte aligned.
- The indexes can contain duplicate values, that is, the same DataBlock in the source operand can be read multiple times.
- Supports mask control, allowing selective data gathering[object Object]
- Without mask control, gathers all data blocks corresponding to the indexes by default[object Object]