Home
last modified time | relevance | path

Searched refs:BMI2 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h69 BMI2, enumerator
121 [BMI2] = {7U, 0U, 1U << 8, EBX },
194 CPUID_FEATURE_CHECK(bmi2, BMI2);
/f-stack/freebsd/contrib/zstd/lib/
H A DREADME.md136 which can detect at runtime the presence of BMI2 instructions, and use them only if present.
141 or when BMI2 instruction set is _required_ by the compiler command line
142 (in this case, only the BMI2 code path is generated).
143 Setting this macro will either force to generate the BMI2 dispatcher (1)
/f-stack/dpdk/lib/librte_eal/x86/
H A Drte_cpuflags.c107 FEAT_DEF(BMI2, 0x00000007, 0, RTE_REG_EBX, 7)
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG48 build: Add STATIC_BMI2 macro for compile time detection of BMI2 on MSVC, by @Niadb (#2258)