HomeSort by: relevance | last modified time | path
    Searched refs:set_jump (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 1897 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1925 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitNativeMIPS_common.c 1614 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1729 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1872 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
sljitNativeSPARC_common.c 1314 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1365 set_jump(jump, compiler, JUMP_ADDR);
sljitNativeARM_32.c 2141 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2193 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitNativeARM_T2_32.c 1758 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1801 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitNativePPC_common.c 2163 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2204 set_jump(jump, compiler, JUMP_ADDR);
sljitNativeTILEGX_64.c 2372 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
2421 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
sljitNativeX86_common.c 2508 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2563 set_jump(jump, compiler, JUMP_ADDR);
sljitLir.c 643 static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_s32 flags) function in typeref:typename:SLJIT_INLINE void

Completed in 29 milliseconds