Skip to content

V.BCNT

64-bit V. **Group:** Bit Manipulation  |  Ch 12   ALU — Arithmetic Logic Unit  |  **Length:** 64  |  **Decode:**

Assembly Syntax

  • v.bcnt SrcL, M, N, ->Dst

Encoding

V.BCNT encoding
Bitfield encoding diagram. MSB is on the left, LSB on the right.

Description

[64-bit V.] Population count.

Pseudocode (informative)

rd = PopCount(rs1);

Encoding Notes

No additional encoding notes.

Full Catalog Forms

Assembly Length Decode
v.bcnt SrcL, M, N, ->Dst 64
← [Bit Manipulation](../groups/bit_manipulation.md)    [Index](../index.md)    [All instructions](index.md) →