/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A 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()
|
H A D | sljitNativeARM_T2_32.c | 1309 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 1312 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2099 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2151 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall() 2162 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitLir.h | 1272 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type…
|
H A D | sljitNativeARM_32.c | 1665 FAIL_IF(sljit_emit_ijump(compiler, SLJIT_FAST_CALL, SLJIT_IMM, in sljit_emit_op0() 2430 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2491 FAIL_IF(sljit_emit_ijump(compiler, type, src, srcw)); in sljit_emit_icall() 2502 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitNativeX86_64.c | 762 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitNativeSPARC_common.c | 1395 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 1451 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitNativeARM_64.c | 1758 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 1797 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitNativePPC_common.c | 2018 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function 2084 return sljit_emit_ijump(compiler, type, src, srcw); in sljit_emit_icall()
|
H A D | sljitLir.c | 2579 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function
|
H A D | sljitNativeMIPS_common.c | 2062 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function
|
H A D | sljitNativeTILEGX_64.c | 2322 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… in sljit_emit_ijump() function
|
H A D | sljitNativeX86_common.c | 2732 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compiler *compiler, sljit_s32 type… function
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 12531 sljit_emit_ijump(compiler, SLJIT_JUMP, TMP1, 0); in compile_bracket_backtrackingpath() 13279 sljit_emit_ijump(compiler, SLJIT_JUMP, TMP1, 0); in compile_recurse()
|