Searched refs:sljit_emit_jump (Results 1 – 13 of 13) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 748 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 764 jump = sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitLir.c | 2060 jump = sljit_emit_jump(compiler, type ^ 0x1); in sljit_emit_cmov_generic() 2207 return sljit_emit_jump(compiler, condition | (type & (SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); in sljit_emit_cmp() 2229 return sljit_emit_jump(compiler, type); in sljit_emit_fcmp() 2523 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function
|
D | sljitLir.h | 1236 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_…
|
D | sljitNativeX86_64.c | 745 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeSPARC_common.c | 1333 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 1393 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_32.c | 2227 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2487 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 2500 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_T2_32.c | 1834 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2084 jump = sljit_emit_jump(compiler, type); in sljit_emit_call() 2097 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeARM_64.c | 1674 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 1711 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeS390X.c | 2533 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2572 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativePPC_common.c | 1969 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function 2016 return sljit_emit_jump(compiler, type); in sljit_emit_call()
|
D | sljitNativeMIPS_common.c | 1836 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… in sljit_emit_jump() function
|
D | sljitNativeX86_common.c | 2703 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_… function
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 621 sljit_emit_jump(compiler, (type)) 623 sljit_set_label(sljit_emit_jump(compiler, (type)), (label))
|