Searched defs:sljit_emit_jump (Results 1 - 9 of 9) sorted by relevance
/external/pcre/dist/sljit/ |
H A D | sljitLir.c | 1658 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); 1685 return sljit_emit_jump(compiler, condition | (type & SLJIT_REWRITABLE_JUMP)); 1919 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeARM_32.c | 2400 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeARM_64.c | 1880 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeSPARC_common.c | 1289 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeARM_T2_32.c | 1914 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeMIPS_common.c | 1620 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativePPC_common.c | 2131 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeTILEGX_64.c | 2404 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
H A D | sljitNativeX86_common.c | 2554 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_si type) function
|
Completed in 107 milliseconds