Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h196 #define SLJIT_S3 (SLJIT_NUMBER_OF_REGISTERS - 3) macro
H A DsljitNativeX86_common.c78 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2972 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
H A DsljitLir.c748 #define CHECK_IF_VIRTUAL_REGISTER(p) ((p) <= SLJIT_S3 && (p) >= SLJIT_S8)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c566 #define COUNT_MATCH SLJIT_S3

Completed in 59 milliseconds