Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 315 Bytes

_popcount.adoc

File metadata and controls

24 lines (18 loc) · 315 Bytes

Count population

These instructions count the number of set bits (1-bits). This is also commonly referred to as population count.

RV32 RV64 Mnemonic Instruction

cpop rd, rs

[insns-cpop]

cpopw rd, rs

[insns-cpopw]