c.slli
Shift left logical immediate
Shift the value in xd left by shamt, and store the result back in xd.
C.SLLI expands into slli xd, xd, shamt.
| This instruction must have data-independent timing when extension Zkt is enabled. |
Decode Variables
-
RV32
-
RV64
Bits<5> shamt = $encoding[6:2];
Bits<5> xd = $encoding[11:7];
Bits<6> shamt = {$encoding[12], $encoding[6:2]};
Bits<5> xd = $encoding[11:7];