SKW: Additional Bitmanip Instructions
ben-marshall opened this issue · 0 comments
ben-marshall commented
Add support for complete sub-sets of the Bitmanip extension: zbb
, zbp
.
Decode:
-
clz
,ctz
-
pcnt
-
min[u]
,max[u]
-
sext.h
,sext.b
-
gorc
-
slo[i]
,sro[i]
.
Execute:
-
clz
,ctz
-
pcnt
-
min[u]
,max[u]
-
sext.h
,sext.b
-
gorc
-
slo[i]
,sro[i]
.
Verification:
-
clz
,ctz
-
pcnt
-
min[u]
,max[u]
-
sext.h
,sext.b
-
gorc
-
slo[i]
,sro[i]
.