Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h195 #define SLJIT_S3 (SLJIT_NUMBER_OF_REGISTERS - 3) macro
H A DsljitNativeX86_32.c1248 if (reg >= SLJIT_R3 && reg <= SLJIT_S3) { in sljit_emit_mem()
H A DsljitNativeX86_common.c76 if (p >= SLJIT_R3 && p <= SLJIT_S3) { \
3251 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.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c569 #define COUNT_MATCH SLJIT_S3

Completed in 63 milliseconds