Home | History | Annotate | Download | only in sljit

Lines Matching defs:IT

116 #define IT		0xbf00
252 /* +1 comes from the prefix IT instruction. */
313 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8;
504 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
1933 PTR_FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
1996 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
2012 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2036 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
2041 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));