/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 810 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall() 829 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall()
|
D | sljitNativeARM_T2_32.c | 1311 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 1314 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2101 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2153 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall() 2164 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitNativeARM_32.c | 1739 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2504 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2565 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall() 2576 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitLir.h | 1284 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type…
|
D | sljitNativeX86_64.c | 762 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitNativeSPARC_common.c | 1396 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 1452 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitNativeARM_64.c | 1749 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 1788 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitNativeS390X.c | 2575 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2609 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitNativePPC_common.c | 2019 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2085 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
D | sljitLir.c | 2590 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function
|
D | sljitNativeMIPS_common.c | 2063 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function
|
D | sljitNativeX86_common.c | 2731 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… function
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 12608 sljit_emit_ijump(compiler, SLJIT_JUMP, TMP1, 0); in compile_bracket_backtrackingpath() 13356 sljit_emit_ijump(compiler, SLJIT_JUMP, TMP1, 0); in compile_recurse()
|