Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c261 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
278 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
314 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
321 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
1714 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()
1913 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 DsljitLir.c185 # define IS_JAL 0x008 macro
210 # define IS_JAL 0x04 macro

Completed in 28 milliseconds