Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c353 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
370 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
406 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
413 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
1906 jump->flags |= IS_JAL; in sljit_emit_jump()
2076 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativeMIPS_32.c635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
H A DsljitNativeMIPS_64.c639 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
H A DsljitLir.c200 # define IS_JAL 0x008 macro

Completed in 43 milliseconds