Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
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()
405 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()
1816 jump->flags |= IS_COND; in sljit_emit_jump()
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()
1298 jump->flags |= IS_COND; in sljit_emit_jump()
1308 jump->flags |= IS_COND; in sljit_emit_jump()
DsljitNativeARM_64.c183 if (jump->flags & IS_COND) { in detect_jump_type()
200 if (jump->flags & IS_COND) in detect_jump_type()
207 if (jump->flags & IS_COND) in detect_jump_type()
301 if (jump->flags & IS_COND) in sljit_generate_code()
1634 jump->flags |= IS_COND; in sljit_emit_jump()
1673 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
DsljitLir.c159 # define IS_COND 0x04 macro
177 # define IS_COND 0x004 macro
187 # define IS_COND 0x004 macro
205 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro
226 # define IS_COND 0x08 macro
234 # define IS_COND 0x08 macro
DsljitNativeMIPS_common.c263 if (jump->flags & IS_COND) in detect_jump_type()
277 if (!(jump->flags & IS_COND)) { in detect_jump_type()
295 if (!(jump->flags & IS_COND)) { in detect_jump_type()
307 if (jump->flags & IS_COND) { in detect_jump_type()
349 if (jump->flags & IS_COND) { in detect_jump_type()
359 if (jump->flags & IS_COND) { in detect_jump_type()
DsljitNativeTILEGX_64.c920 if (jump->flags & IS_COND) in detect_jump_type()
927 if (!(jump->flags & IS_COND)) { in detect_jump_type()
959 if (jump->flags & IS_COND) { in detect_jump_type()
2397 flags = IS_COND;
2401 flags = IS_COND;
DsljitNativePPC_common.c285 if (jump->flags & IS_COND) { in detect_jump_type()
416 jump->flags -= IS_COND; in sljit_generate_code()
454 if (jump->flags & IS_COND) { in sljit_generate_code()
1888 jump->flags |= IS_COND; in sljit_emit_jump()