Searched refs:IS_COND (Results 1 – 7 of 7) sorted by relevance
132 # define IS_COND 0x04 macro150 # define IS_COND 0x004 macro160 # define IS_COND 0x004 macro178 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro199 # define IS_COND 0x08 macro207 # define IS_COND 0x08 macro
242 if (jump->flags & IS_COND) { in detect_jump_type()302 SLJIT_ASSERT(diff <= 127 && diff >= -128 && (jump->flags & IS_COND)); in set_jump_instruction()307 SLJIT_ASSERT(diff <= 524287 && diff >= -524288 && (jump->flags & IS_COND)); in set_jump_instruction()312 SLJIT_ASSERT(jump->flags & IS_COND); in set_jump_instruction()319 SLJIT_ASSERT(diff <= 1023 && diff >= -1024 && !(jump->flags & IS_COND)); in set_jump_instruction()384 jump->addr = (sljit_uw)code_ptr - ((jump->flags & IS_COND) ? 10 : 8); in sljit_generate_code()1930 jump->flags |= IS_COND; in sljit_emit_jump()
235 if (jump->flags & IS_COND) in detect_jump_type()243 if (jump->flags & IS_COND) { in detect_jump_type()259 if (jump->flags & IS_COND) in detect_jump_type()1302 jump->flags |= IS_COND; in sljit_emit_jump()1312 jump->flags |= IS_COND; in sljit_emit_jump()
172 if (jump->flags & IS_COND) { in detect_jump_type()189 if (jump->flags & IS_COND) in detect_jump_type()195 if (jump->flags & IS_COND) in detect_jump_type()285 if (jump->flags & IS_COND) in sljit_generate_code()1893 jump->flags |= IS_COND; in sljit_emit_jump()1918 jump->flags |= IS_CBZ | IS_COND; in emit_cmp_to0()
243 if (jump->flags & IS_COND) in detect_jump_type()257 if (!(jump->flags & IS_COND)) { in detect_jump_type()275 if (!(jump->flags & IS_COND)) { in detect_jump_type()287 if (jump->flags & IS_COND) { in detect_jump_type()329 if (jump->flags & IS_COND) { in detect_jump_type()339 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()2398 flags = IS_COND;2402 flags = IS_COND;
277 if (jump->flags & IS_COND) { in detect_jump_type()402 jump->flags -= IS_COND; in sljit_generate_code()439 if (jump->flags & IS_COND) { in sljit_generate_code()2150 jump->flags |= IS_COND; in sljit_emit_jump()
Completed in 48 milliseconds