Searched refs:IS_CALL (Results 1 – 4 of 4) sorted by relevance
221 if (jump->flags & IS_CALL) { in detect_jump_type()1346 jump->flags |= IS_CALL; in sljit_emit_jump()1376 jump->flags |= IS_CALL; in sljit_emit_ijump()
260 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()275 if (jump->flags & IS_CALL) in detect_jump_type()2204 jump->flags |= IS_CALL; in sljit_emit_jump()2241 jump->flags |= IS_CALL; in sljit_emit_ijump()
173 # define IS_CALL 0x008 macro186 # define IS_CALL 0x010 macro220 # define IS_CALL 0x10 macro
230 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()249 if (jump->flags & IS_CALL) in detect_jump_type()1714 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()
Completed in 28 milliseconds