Home
last modified time | relevance | path

Searched refs:OSXSAVE (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/mozglue/build/
H A DSSE.cpp156 const unsigned OSXSAVE = 1u << 27; in has_avx()
163 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/www/firefox/firefox-99.0/mozglue/build/
H A DSSE.cpp156 const unsigned OSXSAVE = 1u << 27; in has_avx()
163 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/lang/spidermonkey60/firefox-60.9.0/mozglue/build/
H A DSSE.cpp168 const unsigned OSXSAVE = 1u << 27; in has_avx()
175 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/build/
H A DSSE.cpp181 const unsigned OSXSAVE = 1u << 27; in has_avx()
188 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/build/
H A DSSE.cpp156 const unsigned OSXSAVE = 1u << 27; in has_avx()
163 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/build/
H A DSSE.cpp156 const unsigned OSXSAVE = 1u << 27; in has_avx()
163 return has_cpuid_bits(1u, ecx, AVX | OSXSAVE | XSAVE) && in has_avx()
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdEnable.h98 OSXSAVE = 1 << 27, enumerator
342 Cpuid::CheckBit(Cpuid::Ordinary, Cpuid::Ecx, Cpuid::OSXSAVE) && in SupportedByCPU()
373 Cpuid::CheckBit(Cpuid::Ordinary, Cpuid::Ecx, Cpuid::OSXSAVE) && in SupportedByCPU()
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/intel-go/cpuid/
H A Dcpuid.go129 OSXSAVE: "OSXSAVE",
356 OSXSAVE const
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/common/x86/
H A Dcpuid.asm160 cmp ecx, 018000000H ; check both OSXSAVE and AVX feature flags
192 cmp ecx, 018001000H ; check OSXSAVE, AVX, FMA feature flags
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/common/x86/
H A Dcpuid.asm160 cmp ecx, 018000000H ; check both OSXSAVE and AVX feature flags
192 cmp ecx, 018001000H ; check OSXSAVE, AVX, FMA feature flags
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/common/x86/
H A Dcpuid.asm160 cmp ecx, 018000000H ; check both OSXSAVE and AVX feature flags
192 cmp ecx, 018001000H ; check OSXSAVE, AVX, FMA feature flags
/dports/multimedia/openh264/openh264-2.1.1/codec/common/x86/
H A Dcpuid.asm160 cmp ecx, 018000000H ; check both OSXSAVE and AVX feature flags
192 cmp ecx, 018001000H ; check OSXSAVE, AVX, FMA feature flags
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/cpu_features/arch/x86/
H A Dcpu_x86_features.h43 NACL_X86_CPU_FEATURE(OSXSAVE , ECX_I, ECX_OSXSAVE, NONE, "OSXSAVE" )
/dports/devel/matreshka/matreshka-0.7.0/source/league/arch/x86_generic/
H A Dmatreshka-simd-intel-cpuid.adb81 OSXSAVE : Boolean; component
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/x86/
H A Dx86features.h221 ASMJIT_X86_FEATURE(OSXSAVE) in ASMJIT_BEGIN_SUB_NAMESPACE()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86features.h242 ASMJIT_X86_FEATURE(OSXSAVE) in ASMJIT_BEGIN_SUB_NAMESPACE()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/x86/
H A Dx86features.h242 ASMJIT_X86_FEATURE(OSXSAVE) in ASMJIT_BEGIN_SUB_NAMESPACE()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp67 bool OSXSAVE(void) { return CPU_Rep.f_1_ECX_[27]; } in OSXSAVE() function in InstructionSet

1234567