Searched refs:bmi2 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mlpdsp.asm | 29 %if cpuflag(bmi2) 142 %if cpuflag(bmi2) 143 ; bmi2 has shift functions that accept any gpr, not just cl, so keep things in place. 192 INIT_YMM avx2, bmi2
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1385 bmi2(kNoPrefix, 0xf5, dst, src2, src1); in bzhi() 1391 bmi2(kF2, 0xf6, dst1, dst2, src); in mulx() 1397 bmi2(kF2, 0xf5, dst, src1, src2); in pdep() 1403 bmi2(kF3, 0xf5, dst, src1, src2); in pext() 1409 bmi2(kF3, 0xf7, dst, src2, src1); in sarx() 1415 bmi2(k66, 0xf7, dst, src2, src1); in shlx() 1421 bmi2(kF2, 0xf7, dst, src2, src1); in shrx() 1761 void bmi2(SIMDPrefix pp, byte op, Register reg, Register vreg, Operand rm);
|
H A D | assembler-ia32.cc | 3146 void Assembler::bmi2(SIMDPrefix pp, byte op, Register reg, Register vreg, in bmi2() function in v8::internal::Assembler
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 710 constexpr uint32_t bmi2 = uint32_t(1) << 8; member 809 if (ebx & cpuid_bit::ebx::bmi2) { in detect_supported_architectures()
|
Completed in 14 milliseconds