Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeSPARC_common.c221 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()
H A DsljitNativePPC_common.c260 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()
H A DsljitLir.c173 # define IS_CALL 0x008 macro
186 # define IS_CALL 0x010 macro
220 # define IS_CALL 0x10 macro
H A DsljitNativeMIPS_common.c230 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