Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c929 if (jump->flags & IS_JAL) { in detect_jump_type()
974 if (jump->flags & IS_JAL) { in detect_jump_type()
1041 if (jump->flags & IS_JAL) in sljit_generate_code()
1104 SLJIT_ASSERT(!(jump->flags & IS_JAL)); in sljit_generate_code()
2408 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
2523 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
DsljitNativeMIPS_common.c259 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
276 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
312 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
319 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()
1720 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()
1998 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
DsljitLir.c179 # define IS_JAL 0x008 macro
204 # define IS_JAL 0x04 macro