Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeARM_T2_32.c243 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()
DsljitLir.c148 # define IS_COND 0x04 macro
166 # define IS_COND 0x004 macro
176 # define IS_COND 0x004 macro
194 # define IS_COND (IS_BIT26_COND | IS_BIT16_COND) macro
215 # define IS_COND 0x08 macro
223 # define IS_COND 0x08 macro
DsljitNativeSPARC_common.c241 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()
DsljitNativeMIPS_common.c241 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()
DsljitNativeARM_64.c175 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()
DsljitNativeTILEGX_64.c922 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;
DsljitNativePPC_common.c283 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()