[object Object][object Object][object Object]undefined
[object Object]

Selects elements from the source operands src0 and src1 based on the bit values of the mask to produce the destination operand dst. The selection rule is: when the mask bit is 1, the element at the corresponding position is selected from src0; when the mask bit is 0, the element at the corresponding position is selected from src1.

The calculation formula is as follows:

dsti=(maski==1)?src0i:src1idst_i = (mask_i == 1) ? src0_i : src1_i [object Object]
[object Object]
[object Object][object Object]undefined

For details about vector data registers and mask registers, see .

[object Object]

None

[object Object]

PIPE_V

[object Object]

None

[object Object]
[object Object]