Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h937 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in fast_forward_char_simd()
942 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in fast_forward_char_simd()
1114 partial_quit = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in fast_forward_char_pair_simd()
1118 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in fast_forward_char_pair_simd()
H A Dpcre2_jit_compile.c3360 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_R1, 0); in copy_ovector()
3373 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_R1, 0); in copy_ovector()
3377 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, 1); in copy_ovector()
3394 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_PARTIAL); in return_with_partial_match()
8627 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in compile_char1_matchingpath()
8631 jump[0] = CMP(SLJIT_LESS, SLJIT_RETURN_REG, 0, STR_END, 0); in compile_char1_matchingpath()
10080 OP1(SLJIT_MOV, STR_PTR, 0, SLJIT_RETURN_REG, 0); in match_script_run_common()
13731 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_RETURN_REG, 0); in jit_compile()
13814 OP1(SLJIT_MOV, SLJIT_RETURN_REG, 0, SLJIT_IMM, PCRE2_ERROR_NOMATCH); in jit_compile()
13873 jump = CMP(SLJIT_EQUAL, SLJIT_RETURN_REG, 0, SLJIT_IMM, 0); in jit_compile()
[all …]
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h218 #define SLJIT_RETURN_REG SLJIT_R0 macro
H A DsljitLir.c2020 if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_P)) in emit_mov_before_return()
2023 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
2031 return sljit_emit_op1(compiler, op, SLJIT_RETURN_REG, 0, src, srcw); in emit_mov_before_return()

Completed in 51 milliseconds