Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c318 jump->flags |= IS_JAL; in sljit_emit_call()
H A DsljitNativeMIPS_32.c379 jump->flags |= IS_JAL; in sljit_emit_call()
H A DsljitNativeMIPS_common.c527 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
543 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
579 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
586 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
3366 jump->flags |= IS_JAL; in sljit_emit_jump()
3550 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitLir.c219 # define IS_JAL 0x008 macro

Completed in 41 milliseconds