Module bitintr::x86::bmi2
[−]
[src]
Bit Manipulation Instruction (BMI) Set 2.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
| BZHI |
Method version of |
| MULX |
Method version of |
| PDEP |
Method version of |
| PEXT |
Method version of |
Functions
| bzhi |
Zero the high bits of |
| mulx |
Unsigned multiply without affecting flags. |
| pdep |
Parallel bits deposit. |
| pext |
Parallel bits extract. |