Searched refs:IS_COND (Results 1 – 7 of 7) sorted by relevance
243 if (jump->flags & IS_COND) { in detect_jump_type()305 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()310 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()315 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()322 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()390 … jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()1764 jump->flags |= IS_COND; in sljit_emit_jump()
148 # define IS_COND 0x04 macro166 # define IS_COND 0x004 macro176 # define IS_COND 0x004 macro194 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro215 # define IS_COND 0x08 macro223 # define IS_COND 0x08 macro
241 if (jump->flags & IS_COND) in detect_jump_type()250 if (jump->flags & IS_COND) { in detect_jump_type()267 if (jump->flags & IS_COND) in detect_jump_type()1318 jump->flags |= IS_COND; in sljit_emit_jump()1328 jump->flags |= IS_COND; in sljit_emit_jump()
241 if (jump->flags & IS_COND) in detect_jump_type()255 if (!(jump->flags & IS_COND)) { in detect_jump_type()273 if (!(jump->flags & IS_COND)) { in detect_jump_type()285 if (jump->flags & IS_COND) { in detect_jump_type()327 if (jump->flags & IS_COND) { in detect_jump_type()337 if (jump->flags & IS_COND) { in detect_jump_type()
175 if (jump->flags & IS_COND) { in detect_jump_type()192 if (jump->flags & IS_COND) in detect_jump_type()198 if (jump->flags & IS_COND) in detect_jump_type()292 if (jump->flags & IS_COND) in sljit_generate_code()1901 jump->flags |= IS_COND; in sljit_emit_jump()1926 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
922 if (jump->flags & IS_COND) in detect_jump_type()929 if (!(jump->flags & IS_COND)) { in detect_jump_type()961 if (jump->flags & IS_COND) { in detect_jump_type()2402 flags = IS_COND;2406 flags = IS_COND;
283 if (jump->flags & IS_COND) { in detect_jump_type()414 jump->flags -= IS_COND; in sljit_generate_code()452 if (jump->flags & IS_COND) { in sljit_generate_code()2168 jump->flags |= IS_COND; in sljit_emit_jump()