Searched refs:IS_COND (Results 1 – 7 of 7) sorted by relevance
258 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()
255 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()
183 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()
159 # define IS_COND 0x04 macro177 # define IS_COND 0x004 macro187 # define IS_COND 0x004 macro205 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro226 # define IS_COND 0x08 macro234 # define IS_COND 0x08 macro
263 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()
920 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;
285 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()