Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c1888 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_mem()
1889 CHECK_ARGUMENT((type & (SLJIT_MEM_PRE | SLJIT_MEM_POST)) != (SLJIT_MEM_PRE | SLJIT_MEM_POST)); in check_sljit_emit_mem()
1890 …CHECK_ARGUMENT((type & ~(0xff | SLJIT_I32_OP | SLJIT_MEM_STORE | SLJIT_MEM_SUPP | SLJIT_MEM_PRE | … in check_sljit_emit_mem()
1906 (type & SLJIT_MEM_PRE) ? ".pre" : ".post"); in check_sljit_emit_mem()
1922 CHECK_ARGUMENT((type & SLJIT_MEM_PRE) || (type & SLJIT_MEM_POST)); in check_sljit_emit_fmem()
1923 CHECK_ARGUMENT((type & (SLJIT_MEM_PRE | SLJIT_MEM_POST)) != (SLJIT_MEM_PRE | SLJIT_MEM_POST)); in check_sljit_emit_fmem()
1924 …CHECK_ARGUMENT((type & ~(0xff | SLJIT_I32_OP | SLJIT_MEM_STORE | SLJIT_MEM_SUPP | SLJIT_MEM_PRE | … in check_sljit_emit_fmem()
1937 (type & SLJIT_MEM_PRE) ? ".pre" : ".post"); in check_sljit_emit_fmem()
H A DsljitLir.h1321 #define SLJIT_MEM_PRE 0x0800 macro
H A DsljitNativeARM_64.c1916 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
1945 if (type & SLJIT_MEM_PRE) in sljit_emit_fmem()
H A DsljitNativeARM_32.c2739 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
2749 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
H A DsljitNativeARM_T2_32.c2324 if (type & SLJIT_MEM_PRE) in sljit_emit_mem()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3134 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_STORE | SLJIT_MEM_PRE, SLJIT_R0, SLJIT_MEM1(SLJIT_R… in reset_ovector()
3223 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_STORE | SLJIT_MEM_PRE, TMP1, SLJIT_MEM1(TMP2), size… in do_reset_match()
3315 has_pre = sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, SLJIT_S1, SLJIT_MEM1… in copy_ovector()
3323 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_PRE, SLJIT_S1, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_s… in copy_ovector()
3353 …sljit_emit_mem(compiler, SLJIT_MOV | SLJIT_MEM_PRE, SLJIT_R2, SLJIT_MEM1(SLJIT_R0), -(2 * (sljit_s… in copy_ovector()
7100 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_casefulcmp()
7106 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_casefulcmp()
7107 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char2_reg, SLJIT_MEM1(STR_PTR), IN_UCHARS(1)); in do_casefulcmp()
7163 else if (sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_SUPP | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1… in do_caselesscmp()
7191 sljit_emit_mem(compiler, MOV_UCHAR | SLJIT_MEM_PRE, char1_reg, SLJIT_MEM1(TMP1), IN_UCHARS(1)); in do_caselesscmp()
[all …]

Completed in 81 milliseconds