Home
last modified time | relevance | path

Searched refs:IS_CALL (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c237 if (jump->flags & IS_CALL) { in detect_jump_type()
1369 jump->flags |= IS_CALL; in sljit_emit_jump()
1416 jump->flags |= IS_CALL; in sljit_emit_ijump()
DsljitNativePPC_common.c266 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
281 if (jump->flags & IS_CALL) in detect_jump_type()
1991 jump->flags |= IS_CALL; in sljit_emit_jump()
2047 jump->flags |= IS_CALL; in sljit_emit_ijump()
DsljitLir.c188 # define IS_CALL 0x008 macro
201 # define IS_CALL 0x010 macro
228 # define IS_CALL 0x10 macro
DsljitNativeMIPS_32.c635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
DsljitNativeMIPS_64.c639 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
DsljitNativeMIPS_common.c322 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
341 if (jump->flags & IS_CALL) in detect_jump_type()