Lines Matching defs:IT
128 #define IT 0xbf00
268 /* +1 comes from the prefix IT instruction. */
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8;
527 /* MOVS cannot be used since it destroy flags. */
551 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
1819 PTR_FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2151 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
2156 /* The movsi (immediate) instruction does not set flags in IT block. */
2169 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
2174 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2202 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2210 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2217 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2223 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
2227 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | ((cc & 0x1) << 3) | 0x4));