scarv/scarv-cpu

SKW: Additional Bitmanip Instructions

ben-marshall opened this issue · 0 comments

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].