Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeSPARC_common.c217 if (jump->flags & IS_CALL) { in detect_jump_type()
1324 jump->flags |= IS_CALL; in sljit_emit_jump()
1354 jump->flags |= IS_CALL; in sljit_emit_ijump()
DsljitLir.c161 # define IS_CALL 0x008 macro
174 # define IS_CALL 0x010 macro
208 # define IS_CALL 0x10 macro
DsljitNativePPC_common.c255 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
270 if (jump->flags & IS_CALL) in detect_jump_type()
2153 jump->flags |= IS_CALL; in sljit_emit_jump()
2190 jump->flags |= IS_CALL; in sljit_emit_ijump()
DsljitNativeMIPS_common.c229 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()
247 if (jump->flags & IS_CALL) in detect_jump_type()
1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()