Module bitintr::x86::bmi
[−]
[src]
Bit Manipulation Instruction (BMI) Set 1.0.
The reference is Intel 64 and IA-32 Architectures Software Developer's Manual Volume 2: Instruction Set Reference, A-Z.
Wikipedia provides a quick overview of the available instructions.
Traits
| ANDN |
Method version of |
| BEXTR |
Method version of |
| BLSI |
Method version of |
| BLSMSK |
Method version of |
| BLSR |
Method version of |
| TZCNT |
Method version of |
Functions
| andn |
Bitwise logical |
| bextr |
Bit Field Extract. |
| blsi |
Extract lowest set isolated bit. |
| blsmsk |
Get mask up to lowest set bit. |
| blsr |
Resets the lowest set bit of |
| tzcnt |
Counts the number of trailing least significant zero bits. |