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

Performs left shift operation on the input data src0 according to the corresponding elements of src1, based on the mask, and writes the result to dst.

[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]
  • When the data type is unsigned: logical right shift is performed. Logical right shift moves the binary number to the right by the specified number of bits, discarding the lowest bit and filling the highest bit with 0.
  • When the data type is signed: arithmetic right shift is performed. Arithmetic right shift moves the binary number to the right by the specified number of bits, discarding the lowest bit and filling the highest bit with the original sign bit.
[object Object]
[object Object]