Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.cpp339 static constexpr int BMI2Bit = 1 << 8; in ComputeFlags() local
342 bmi2Present = bmi1Present && (flagsEbx & BMI2Bit); in ComputeFlags()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.cpp366 static constexpr int BMI2Bit = 1 << 8; in SetSSEVersion() local
368 bmi2Present = bmi1Present && (flagsEbx & BMI2Bit); in SetSSEVersion()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.cpp366 static constexpr int BMI2Bit = 1 << 8; in SetSSEVersion() local
368 bmi2Present = bmi1Present && (flagsEbx & BMI2Bit); in SetSSEVersion()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DAssembler-x86-shared.cpp374 static constexpr int BMI2Bit = 1 << 8; in SetSSEVersion() local
376 bmi2Present = bmi1Present && (flagsEbx & BMI2Bit); in SetSSEVersion()