Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeMIPS_64.c253 jump->flags |= IS_CALL; in sljit_emit_call()
DsljitNativeMIPS_32.c224 jump->flags |= IS_CALL; in sljit_emit_call()
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()
DsljitLir.c197 # define IS_CALL 0x008 macro
210 # define IS_CALL 0x010 macro
236 # define IS_CALL 0x008 macro
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()
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()