Skip to content

V.SLL

64-bit V. **Group:** Arithmetic Operation  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 64  |  **Decode:**

Assembly Syntax

  • v.sll SrcL, SrcR, ->Dst

Encoding

V.SLL encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[64-bit V.] Logical left shift.

Pseudocode (informative)

rd = rs1 << (rs2 & 63);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
v.sll SrcL, SrcR, ->Dst 64
← [Arithmetic Operation](../groups/arithmetic_operation.md)    [Index](../index.md)    [All instructions](index.md) →