Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_simd_inc.h203 #define JIT_HAS_FAST_FORWARD_CHAR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
367 #define JIT_HAS_FAST_REQUESTED_CHAR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
499 #define JIT_HAS_FAST_FORWARD_CHAR_PAIR_SIMD (sljit_has_cpu_feature(SLJIT_HAS_SSE2))
/third_party/pcre2/pcre2/src/sljit/
DsljitLir.h632 #define SLJIT_HAS_SSE2 100 macro
DsljitNativeX86_common.c671 case SLJIT_HAS_SSE2: in sljit_has_cpu_feature()