Searched refs:OP1 (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 615 #define OP1(op, dst, dstw, src, srcw) \ macro 3150 OP1(SLJIT_MOV, TMP3, 0, TMP1, 0); in allocate_stack() 4202 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in read_char8_type() 4225 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in read_char8_type() 4465 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in do_utfreadtype8() 4471 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 0); in do_utfreadtype8() 4750 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 1); in do_utfmoveback_invalid() 4763 OP1(SLJIT_MOV, TMP1, 0, SLJIT_IMM, 1); in do_utfmoveback_invalid() 6683 OP1(SLJIT_MOV, TMP3, 0, TMP2, 0); in check_wordboundary() 6773 OP1(SLJIT_MOV, TMP2, 0, TMP3, 0); in check_wordboundary() [all …]
|
H A D | pcre2_jit_simd_inc.h | 265 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd() 359 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_simd() 399 OP1(SLJIT_MOV, TMP2, 0, TMP1, 0); in fast_requested_char_simd() 400 OP1(SLJIT_MOV, TMP3, 0, STR_PTR, 0); in fast_requested_char_simd() 424 OP1(SLJIT_MOV, STR_PTR, 0, TMP2, 0); in fast_requested_char_simd() 493 OP1(SLJIT_MOV, STR_PTR, 0, TMP3, 0); in fast_requested_char_simd() 537 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd() 639 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); in fast_forward_char_pair_simd() 760 OP1(SLJIT_MOV, STR_END, 0, TMP3, 0); in fast_forward_char_pair_simd() 1673 OP1(SLJIT_MOV, TMP3, 0, STR_END, 0); in fast_forward_char_pair_simd() [all …]
|
Completed in 57 milliseconds