Searched refs:IS_CALL (Results 1 – 6 of 6) sorted by relevance
237 if (jump->flags & IS_CALL) { in detect_jump_type()1321 jump->flags |= IS_CALL; in sljit_emit_jump()1368 jump->flags |= IS_CALL; in sljit_emit_ijump()
263 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()278 if (jump->flags & IS_CALL) in detect_jump_type()1891 jump->flags |= IS_CALL; in sljit_emit_jump()1947 jump->flags |= IS_CALL; in sljit_emit_ijump()
188 # define IS_CALL 0x008 macro201 # define IS_CALL 0x010 macro235 # define IS_CALL 0x10 macro
630 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
248 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()267 if (jump->flags & IS_CALL) in detect_jump_type()
Completed in 38 milliseconds