Searched refs:IS_CALL (Results 1 – 4 of 4) sorted by relevance
217 if (jump->flags & IS_CALL) { in detect_jump_type()1324 jump->flags |= IS_CALL; in sljit_emit_jump()1354 jump->flags |= IS_CALL; in sljit_emit_ijump()
161 # define IS_CALL 0x008 macro174 # define IS_CALL 0x010 macro208 # define IS_CALL 0x10 macro
255 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()270 if (jump->flags & IS_CALL) in detect_jump_type()2153 jump->flags |= IS_CALL; in sljit_emit_jump()2190 jump->flags |= IS_CALL; in sljit_emit_ijump()
229 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()247 if (jump->flags & IS_CALL) in detect_jump_type()1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()