Searched refs:sljit_emit_jump (Results 1 - 11 of 11) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h1013 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type);
1017 appropriate flags) followed by a sljit_emit_jump. However some
1029 sljit_emit_jump. However some architectures (i.e: MIPS) may employ
H A DsljitLir.c1674 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP));
1701 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP));
1935 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeSPARC_common.c1293 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeARM_64.c1880 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeARM_T2_32.c1914 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeARM_32.c2400 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeMIPS_common.c1620 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativePPC_common.c2135 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeTILEGX_64.c2406 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
H A DsljitNativeX86_common.c2577 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function
/external/pcre/dist2/src/
H A Dpcre2_jit_compile.c562 sljit_emit_jump(compiler, (type))
564 sljit_set_label(sljit_emit_jump(compiler, (type)), (label))

Completed in 187 milliseconds