/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.c | 1769 return sljit_emit_jump(compiler, condition | (type & (SLJIT_REWRITABLE_JUMP | SLJIT_I32_OP))); 1791 return sljit_emit_jump(compiler, type); 2036 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_32.c | 2132 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_T2_32.c | 1748 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativePPC_common.c | 2149 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeSPARC_common.c | 1305 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeX86_common.c | 2498 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeARM_64.c | 1888 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeMIPS_common.c | 1602 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|
sljitNativeTILEGX_64.c | 2408 SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump * sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 type) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE struct sljit_jump *
|