/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 1925 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 7-N)); } in get_bit() function 2192 simdutf_really_inline int get_bit() const { return _mm256_movemask_epi8(_mm256_slli_epi16(*this, 15-N)); } in get_bit() function 2817 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function 3157 simdutf_really_inline int get_bit() const { return _mm_movemask_epi8(_mm_slli_epi16(*this, 7-N)); } in get_bit() function [all...] |
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 19 pub fn get_bit(&self, index: usize) -> bool { in get_bit() functions
|