Searched refs:sljit_set_label (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1209 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
|
D | sljitLir.c | 505 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() function 1988 sljit_set_label(jump, label); in sljit_emit_cmov_generic() 2478 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label) in sljit_set_label() function
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 601 sljit_set_label(sljit_emit_jump(compiler, (type)), (label)) 603 sljit_set_label((jump), sljit_emit_label(compiler)) 605 sljit_set_label((jump), (label)) 609 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
|