HomeSort by: relevance | last modified time | path
    Searched defs:IT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
assembly.h 28 // tell linker it can break up file at label boundaries
86 #define IT(cond) it cond
89 #define IT(cond)
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 117 #define IT 0xbf00
253 /* +1 comes from the prefix IT instruction. */
316 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8;
514 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
1767 PTR_FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
1830 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
1847 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
1869 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | (((cc & 0x1) ^ 0x1) << 3) | 0x4));
1874 FAIL_IF(push_inst16(compiler, IT | (cc << 4) | 0x8));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
sumod.h 84 # define IT(x) ((x) << 16)

Completed in 53 milliseconds