Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c279 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
296 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
332 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
339 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
1689 jump->flags |= IS_JAL; in sljit_emit_jump()
1859 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c928 if (jump->flags & IS_JAL) { in detect_jump_type()
973 if (jump->flags & IS_JAL) { in detect_jump_type()
1040 if (jump->flags & IS_JAL) in sljit_generate_code()
1103 SLJIT_ASSERT(!(jump->flags & IS_JAL)); in sljit_generate_code()
2367 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
2478 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
H A DsljitNativeMIPS_32.c630 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
H A DsljitNativeMIPS_64.c635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
H A DsljitLir.c200 # define IS_JAL 0x008 macro
225 # define IS_JAL 0x04 macro

Completed in 33 milliseconds