Searched refs:sljit_emit_cmp (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1255 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s…
|
D | sljitLir.c | 2129 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function 2541 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function
|
D | sljitNativeMIPS_common.c | 1933 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s… in sljit_emit_cmp() function
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 629 sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)) 631 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
|