Searched refs:sljit_emit_cmp (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 1027 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s…
|
H A D | sljitLir.c | 1579 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function 1927 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function
|
H A D | sljitNativeMIPS_common.c | 1736 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 534 sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)) 536 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
|
Completed in 51 milliseconds