Searched refs:sljit_emit_jump (Results 1 – 13 of 13) sorted by relevance
/external/pcre/src/sljit/ |
D | sljitNativeX86_32.c | 1012 return sljit_emit_jump(compiler, SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_call() 1021 return sljit_emit_jump(compiler, SLJIT_JUMP | (type & SLJIT_REWRITABLE_JUMP)); in sljit_emit_call() 1023 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 1032 return sljit_emit_jump(compiler, type); in sljit_emit_call() 1039 jump = sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitLir.c | 2328 jump = sljit_emit_jump(compiler, (type & ~SLJIT_32) ^ 0x1); in sljit_emit_cmov_generic() 2542 return sljit_emit_jump(compiler, condition | (type & (SLJIT_REWRITABLE_JUMP | SLJIT_32))); in sljit_emit_cmp() 2576 return sljit_emit_jump(compiler, type); in sljit_emit_fcmp() 2932 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function
|
D | sljitLir.h | 1426 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_…
|
D | sljitNativeX86_64.c | 829 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_T2_32.c | 2272 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2502 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 2536 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_32.c | 2685 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2928 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 2961 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_64.c | 1954 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 1993 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativePPC_common.c | 2289 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2341 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeRISCV_common.c | 2290 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2389 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeS390X.c | 3395 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 3432 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeX86_common.c | 2990 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… function
|
D | sljitNativeMIPS_common.c | 2892 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function
|
/external/pcre/src/ |
D | pcre2_jit_compile.c | 626 sljit_emit_jump(compiler, (type)) 628 sljit_set_label(sljit_emit_jump(compiler, (type)), (label))
|