Home
last modified time | relevance | path

Searched refs:sljit_set_label (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitLir.h1046 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
H A DsljitLir.c464 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() function
1955 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() function
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c528 sljit_set_label(sljit_emit_jump(compiler, (type)), (label))
530 sljit_set_label((jump), sljit_emit_label(compiler))
532 sljit_set_label((jump), (label))
536 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))

Completed in 90 milliseconds