Home
last modified time | relevance | path

Searched refs:IS_COND (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_common.c255 if (jump->flags & IS_COND) in detect_jump_type()
264 if (jump->flags & IS_COND) { in detect_jump_type()
281 if (jump->flags & IS_COND) in detect_jump_type()
1346 jump->flags |= IS_COND; in sljit_emit_jump()
1356 jump->flags |= IS_COND; in sljit_emit_jump()
DsljitNativeARM_64.c173 if (jump->flags & IS_COND) { in detect_jump_type()
190 if (jump->flags & IS_COND) in detect_jump_type()
197 if (jump->flags & IS_COND) in detect_jump_type()
323 if (jump->flags & IS_COND) in sljit_generate_code()
1687 jump->flags |= IS_COND; in sljit_emit_jump()
1726 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
DsljitNativeARM_T2_32.c258 if (jump->flags & IS_COND) { in detect_jump_type()
320 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()
325 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()
330 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()
337 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()
412 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
1849 jump->flags |= IS_COND; in sljit_emit_jump()
DsljitNativeMIPS_common.c337 if (jump->flags & IS_COND) in detect_jump_type()
351 if (!(jump->flags & IS_COND)) { in detect_jump_type()
369 if (!(jump->flags & IS_COND)) { in detect_jump_type()
381 if (jump->flags & IS_COND) { in detect_jump_type()
423 if (jump->flags & IS_COND) { in detect_jump_type()
433 if (jump->flags & IS_COND) { in detect_jump_type()
DsljitLir.c159 # define IS_COND 0x04 macro
177 # define IS_COND 0x004 macro
187 # define IS_COND 0x004 macro
206 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND | IS_BIT23_COND) macro
227 # define IS_COND 0x08 macro
DsljitNativePPC_common.c288 if (jump->flags & IS_COND) { in detect_jump_type()
475 jump->flags -= IS_COND; in sljit_generate_code()
526 if (jump->flags & IS_COND) { in sljit_generate_code()
1988 jump->flags |= IS_COND; in sljit_emit_jump()