https://doc.rust-lang.org/core/arch/x86/fn._kortest_mask8_u8.html
_kortest_mask8_u8 in core::arch::x86 - Rust
Compute the bitwise OR of 8-bit masks a and b. If the result is all zeros, store 1 in dst, otherwise store 0 in dst. If the result is all ones, store 1 in...
corearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._kshiftri_mask8.html
_kshiftri_mask8 in core::arch::x86 - Rust
Shift 8-bit mask a right by count bits while shifting in zeros, and store the result in dst.
corearchrust
https://doc.rust-lang.org/core/arch/x86/fn._kxnor_mask8.html
_kxnor_mask8 in core::arch::x86 - Rust
Bitwise XNOR of 8-bit masks a and b, and store the result in dst.
corearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._kor_mask8.html
_kor_mask8 in core::arch::x86_64 - Rust
Bitwise OR of 8-bit masks a and b, and store the result in dst.
korcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._kxor_mask8.html
_kxor_mask8 in core::arch::x86 - Rust
Bitwise XOR of 8-bit masks a and b, and store the result in dst.
corearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._kadd_mask8.html
_kadd_mask8 in core::arch::x86_64 - Rust
Add 8-bit masks a and b, and store the result in dst.
corearchrust