Skip to content

C.SLLI

16-bit C. **Group:** C.TINST  |  Ch 19   SYS — System Operations  |  **Length:** 16  |  **Decode:**

Assembly Syntax

  • c.slli t#1, uimm, ->t

Encoding

C.SLLI encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[16-bit C.] Instruction from the C.TINST group.

Pseudocode (informative)

rd = rs1 << shamt;

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
c.slli t#1, uimm, ->t 16
← [C.TINST](../groups/c_tinst.md)    [Index](../index.md)    [All instructions](index.md) →