Searched refs:set_jump (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dregstat.c158 bool set_jump = (find_reg_note (insn, REG_SETJMP, NULL) != NULL); local
174 if (set_jump)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dregstat.cc158 bool set_jump = (find_reg_note (insn, REG_SETJMP, NULL) != NULL); local
174 if (set_jump)
/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeMIPS_common.c1614 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));
H A DsljitNativeARM_64.c1897 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));
H A DsljitNativeSPARC_common.c1314 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1365 set_jump(jump, compiler, JUMP_ADDR);
H A DsljitNativeARM_32.c2141 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2193 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
H A DsljitNativeARM_T2_32.c1758 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
1801 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
H A DsljitNativeTILEGX_64.c2372 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));
2421 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
H A DsljitNativePPC_common.c2163 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2204 set_jump(jump, compiler, JUMP_ADDR);
H A DsljitNativeX86_common.c2508 set_jump(jump, compiler, type & SLJIT_REWRITABLE_JUMP);
2563 set_jump(jump, compiler, JUMP_ADDR);
H A DsljitLir.c643 static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_s32 flags) function

Completed in 196 milliseconds