Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c224 jump->flags |= IS_CALL; in sljit_emit_call()
H A DsljitNativeMIPS_64.c253 jump->flags |= IS_CALL; in sljit_emit_call()
H A DsljitNativeSPARC_common.c241 if (jump->flags & IS_CALL) { in detect_jump_type()
1487 jump->flags |= IS_CALL; in sljit_emit_jump()
1534 jump->flags |= IS_CALL; in sljit_emit_ijump()
H A DsljitNativePPC_common.c291 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
306 if (jump->flags & IS_CALL) in detect_jump_type()
2314 jump->flags |= IS_CALL; in sljit_emit_jump()
2372 jump->flags |= IS_CALL; in sljit_emit_ijump()
H A DsljitLir.c197 # define IS_CALL 0x008 macro
210 # define IS_CALL 0x010 macro
236 # define IS_CALL 0x008 macro
H A DsljitNativeRISCV_common.c507 buf_ptr[0] = JAL | RD((jump->flags & IS_CALL) ? RETURN_ADDR_REG : TMP_ZERO) | (sljit_ins)addr; in sljit_generate_code()
2361 jump->flags |= IS_CALL; in sljit_emit_jump()
2514 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_CALL : 0)); in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c361 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
379 if (jump->flags & IS_CALL) in detect_jump_type()

Completed in 59 milliseconds