Home
last modified time | relevance | path

Searched refs:SLJIT_MEM_PRE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1906 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_mem()
1907 CHECK_ARGUMENT((type & (SLJIT_MEM_PRE | SLJIT_MEM_POST)) != (SLJIT_MEM_PRE | SLJIT_MEM_POST)); in check_sljit_emit_mem()
1908 …CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | SLJIT_MEM_SUPP | SLJIT_MEM_PRE | SLJI… in check_sljit_emit_mem()
1924 (type & SLJIT_MEM_PRE) ? ".pre" : ".post"); in check_sljit_emit_mem()
1940 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_fmem()
1941 CHECK_ARGUMENT((type & (SLJIT_MEM_PRE | SLJIT_MEM_POST)) != (SLJIT_MEM_PRE | SLJIT_MEM_POST)); in check_sljit_emit_fmem()
1942 …CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | SLJIT_MEM_SUPP | SLJIT_MEM_PRE | SLJI… in check_sljit_emit_fmem()
1955 (type & SLJIT_MEM_PRE) ? ".pre" : ".post"); in check_sljit_emit_fmem()
H A DsljitLir.h1364 #define SLJIT_MEM_PRE 0x0800 macro
H A DsljitNativeARM_64.c2045 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
2074 if (type & SLJIT_MEM_PRE) in sljit_emit_fmem()
H A DsljitNativeARM_32.c3025 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
3035 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
H A DsljitNativeARM_T2_32.c2586 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3208 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_STORE | SLJIT_MEM_PRE, SLJIT_R0, SLJIT_MEM1(SLJIT_R… in reset_ovector()
3297 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_STORE | SLJIT_MEM_PRE, TMP1, SLJIT_MEM1(TMP2), size… in do_reset_match()
3389 has_pre = sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, SLJIT_S1, SLJIT_MEM1… in copy_ovector()
3397 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_PRE, SLJIT_S1, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_s… in copy_ovector()
3427 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_PRE, SLJIT_R2, SLJIT_MEM1(SLJIT_R0), -(2 * (sljit_s… in copy_ovector()
7174 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_casefulcmp()
7180 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_casefulcmp()
7181 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char2_reg, SLJIT_MEM1(STR_PTR), IN_UCHARS(1)); in do_casefulcmp()
7237 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_caselesscmp()
7265 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_caselesscmp()
[all …]

Completed in 67 milliseconds