Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h150 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_sse2_compare()
165 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_sse2_compare()
175 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_sse2_compare()
201 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_sse2_compare()
220 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_sse2_compare()
292 value = (reg_type == SLJIT_SIMD_REG_256) ? 0x1f : 0xf; in fast_forward_char_simd()
313 value = (reg_type == SLJIT_SIMD_REG_256) ? 32 : 16; in fast_forward_char_simd()
421 value = (reg_type == SLJIT_SIMD_REG_256) ? 0x1f : 0xf; in fast_requested_char_simd()
442 value = (reg_type == SLJIT_SIMD_REG_256) ? 32 : 16; in fast_requested_char_simd()
601 if (reg_type == SLJIT_SIMD_REG_256) in fast_forward_char_pair_simd()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1859 #define SLJIT_SIMD_REG_256 (5 << 12) macro
H A DsljitNativeX86_common.c2841 …if (type != SLJIT_FLOAT_REGISTER && type != SLJIT_SIMD_REG_128 && type != SLJIT_SIMD_REG_256 && ty…

Completed in 32 milliseconds