Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
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()
1904 jump->flags |= IS_JAL; in sljit_emit_jump()
2074 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
DsljitNativeMIPS_32.c635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
DsljitNativeMIPS_64.c639 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
DsljitLir.c200 # define IS_JAL 0x008 macro