Home
last modified time | relevance | path

Searched refs:x86_cpu_has_ssse3 (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/zlib/
Dx86.c31 int x86_cpu_has_ssse3; in _x86_check_features() local
52 x86_cpu_has_ssse3 = ecx & 0x000200; in _x86_check_features()
56 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _x86_check_features()
82 int x86_cpu_has_ssse3; in _x86_check_features() local
90 x86_cpu_has_ssse3 = regs[2] & 0x000200; in _x86_check_features()
94 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _x86_check_features()
/third_party/node/deps/zlib/
Dx86.c31 int x86_cpu_has_ssse3; in _x86_check_features() local
52 x86_cpu_has_ssse3 = ecx & 0x000200; in _x86_check_features()
56 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _x86_check_features()
82 int x86_cpu_has_ssse3; in _x86_check_features() local
90 x86_cpu_has_ssse3 = regs[2] & 0x000200; in _x86_check_features()
94 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _x86_check_features()
/third_party/skia/third_party/externals/zlib/
Dcpu_features.c141 int x86_cpu_has_ssse3; in _cpu_check_features() local
153 x86_cpu_has_ssse3 = abcd[2] & 0x000200; in _cpu_check_features()
159 x86_cpu_enable_ssse3 = x86_cpu_has_ssse3; in _cpu_check_features()