Searched refs:SLJIT_SET_GREATER (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/sljit/ |
H A D | sljitLir.h | 1189 #define SLJIT_SET_GREATER SLJIT_SET(SLJIT_GREATER) macro
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_simd_inc.h | 342 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd() 1421 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in fast_forward_char_simd()
|
H A D | pcre2_jit_compile.c | 5937 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_END, 0, TMP1, 0); in fast_forward_first_char2() 6140 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_END, 0, TMP1, 0); in fast_forward_first_n_chars() 6370 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in fast_forward_newline() 6432 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_END, 0, TMP1, 0); in fast_forward_start_bits() 8165 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, typereg, 0, SLJIT_IMM, ucp_So - ucp_Ll); in compile_xclass_matchingpath() 8188 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, typereg, 0, SLJIT_IMM, ucp_So - ucp_Ll); in compile_xclass_matchingpath() 8328 OP2U(SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_GREATER, TMP2, 0, STR_END, 0); in compile_simple_assertion_matchingpath() 11608 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in compile_iterator_matchingpath() 11901 OP2U(SLJIT_SUB | SLJIT_SET_GREATER, STR_PTR, 0, STR_END, 0); in compile_iterator_matchingpath()
|
Completed in 47 milliseconds