Zcb Extension
12 instructions in the Zcb extension.
-
c.lbu
— Load unsigned byte, 16-bit encoding
-
c.lh
— Load signed halfword, 16-bit encoding
-
c.lhu
— Load unsigned halfword, 16-bit encoding
-
c.mul
— Multiply, 16-bit encoding
-
c.not
— Bitwise not, 16-bit encoding
-
c.sb
— Store unsigned byte, 16-bit encoding
-
c.sext.b
— Sign-extend byte, 16-bit encoding
-
c.sext.h
— Sign-extend halfword, 16-bit encoding
-
c.sh
— Store unsigned halfword, 16-bit encoding
-
c.zext.b
— Zero-extend byte, 16-bit encoding
-
c.zext.h
— Zero-extend halfword, 16-bit encoding
-
c.zext.w
— Zero-extend word, 16-bit encoding
64