Module bitintr::bmi [] [src]

Bit Manipulation Instruction (BMI) Set 1.0.

For a quick overview see wikipedia. The reference is Intel 64 and IA-32 Architectures Software Developer's Manual Volume 2: Instruction Set Reference, A-Z.

Traits

ANDN
BEXTR
BEXTRI
BLSI
BLSMSK
BLSR
TZCNT

Functions

andn

Bitwise logical AND of inverted x with y.

bextr

Bit Field Extract.

bextri

Bit Field Extract (immediate form).

blsi

Extract lowest set isolated bit.

blsmsk

Get mask up to lowest set bit.

blsr

Resets the lowest set bit of x.

tzcnt

Counts the number of trailing least significant zero bits.