Home
last modified time | relevance | path

Searched refs:SLJIT_RETURN_REG (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h941 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
946 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in fast_forward_char_simd()
1118 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
1122 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c3356 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_R1, 0); in copy_ovector()
3369 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_R1, 0); in copy_ovector()
3373 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, 1); in copy_ovector()
3390 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()
8704 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in compile_char1_matchingpath()
8708 jump[0] = CMP(SLJIT_LESS, SLJIT_RETURN_REG, 0, STR_END, 0); in compile_char1_matchingpath()
10157 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in match_script_run_common()
13810 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0); in jit_compile()
13893 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13952 jump = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in jit_compile()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h224 #define SLJIT_RETURN_REG SLJIT_R0 macro
H A DsljitLir.c2032 if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_P)) in emit_mov_before_return()
2035 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
2043 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw); in emit_mov_before_return()

Completed in 62 milliseconds