Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h195 #define SLJIT_S3 (SLJIT_NUMBER_OF_REGISTERS - 3) macro
H A DsljitNativeX86_common.c80 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
2950 if (!sljit_has_cpu_feature(SLJIT_HAS_CMOV) || (dst_reg >= SLJIT_R3 && dst_reg <= SLJIT_S3))
H A DsljitLir.c812 #define CHECK_IF_VIRTUAL_REGISTER(p) ((p) <= SLJIT_S3 && (p) >= SLJIT_S8)
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c569 #define COUNT_MATCH SLJIT_S3

Completed in 83 milliseconds