Zbb Extension

Implemented Version

1.0.0

Versions

1.0.0
Ratification date

2021-06

Synopsis

Basic bit manipulation

Instructions

The following instructions are added by this extension in the example_rv64_with_overlay configuration:

clz

Count leading zero bits

clzw

Count leading zero bits in word

cpop

Count set bits

cpopw

Count set bits in word

ctz

Count trailing zero bits

ctzw

Count trailing zero bits in word

max

Maximum

maxu

Unsigned maximum

min

Minimum

minu

Unsigned minimum

orc.b

Bitware OR-combine, byte granule

sext.b

Sign-extend byte

sext.h

Sign-extend halfword