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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
umodsi3.S 45 IT(cc)
59 * It assumes (r0 << shift) can be computed without overflow and
114 IT(hs); \
udivsi3.S 43 IT(eq)
61 * It assumes (r0 << shift) can be computed without overflow and
  /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/drm2/dist/drm/radeon/
sumod.h 84 # define IT(x) ((x) << 16)
radeon_sumo_dpm.c 219 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t);
877 * Clear the bit to let atom handle it.
878 * Set it to let the driver handle it.
879 * For now we just let atom handle it.
  /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/gpl2/dts/dist/arch/arm/boot/dts/
tegra20-colibri.dtsi 7 * Colibri T20 256MB IT V1.2A; Colibri T20 512MB V1.1C, V1.2A;
8 * Colibri T20 512MB IT V1.2A
14 * 256 or 512 MB module. It is expected from bootloader
tegra30-apalis-v1.1.dtsi 6 * Compatible for Revisions 1GB: V1.1A, V1.1B; 1GB IT: V1.1A, V1.1B;
tegra30-colibri.dtsi 6 * Compatible for Revisions V1.1B, V1.1C, V1.1D, V1.1E, V1.1F; IT: V1.1A, V1.1B
  /src/libexec/ld.aout_so/
ld.so.vax.uue 204 M4=#_@IT``%#00:#\5B@,SW#_9MU7T/]JG0``4=#_9YT``%#=0:#\^P+O%Z``
333 MT*P$4="L"%`2`]10!-6L#!($T@!0!-51$P.88&&58!/IT`%0!`$``-"L!%`2
360 M!YJ/YWZ>[WZ(``!7GZ<@G^]<CP``^P/O]84``)[_&X(``%K05UF>IT!6GL?`
361 M`%C=5I^I(/L":M50$A#`(%;15E@5[)[O*(\``%`$G\>@`)_'@`"?IV"?IT"?
ld.so.i386.uue 27 M`(UV`(M-#(L!BTT0`T$(B4$(,?^+4!2+0!@IT(7`?@A'@\#XA<!_^(M-$(M!
67 MY(GQ@\%8BT$(C7#_B7$(B?"%P'T*.T$8?!*`^@IT#8MUY(M&6(@0_T98ZW11
252 M!```B77\D#')BW7\BQ2&A=)T$#M-#'0+.?IT$D&+$H72=?!`@_@=?MZX____
ld.so.arm.uue 606 MXPD```I.`%/C$P``"B0P2^(=``#J;`!3XR(```IT`%/C(```"B0P2^(7``#J
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5546 #--WILL BE TOO INEFFICIENT. THE WAY AROUND IT IS THAT
5977 #--WILL BE TOO INEFFICIENT. THE WAY AROUND IT IS THAT
6271 #--U = (X-F)/(1+XF) IS SMALL (REMEMBER F IS CLOSE TO X). IT IS
6283 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6301 #--CREATE ATAN(F) AND STORE IT IN ATANF, AND
6778 # d) It is important to estimate how large can |R| be #
6896 # However, it is conceivable |X| can be small very often #
7530 blt.b sgetexpn # it's negative
7550 bclr &0xe,%d0 # make it the new exp +-3fff
7557 bmi.b sgetmann # it's negativ
    [all...]
fpsp.s 49 # it makes the FPSP code easier to read and more mainatinable.
630 # exceptional operand and plave it in the fsave state frame, and store #
792 # the src operand is definitely a NORM(!), so tag it as such
870 # exceptional operand and plave it in the fsave state frame, and store #
924 # now, what's left that's not dyadic is fsincos. we can distinguish it
1035 # But, whether bogus or not, if inexact is enabled AND it occurred,
1066 # the src operand is definitely a NORM(!), so tag it as such
1230 # exception, then the a7' calculated here is wrong since it doesn't
1253 btst &0x5,EXC_CMDREG(%a6) # is it an fmove out?
1277 # input is an UNNORM, then convert it to a NORM, DENORM, or ZERO
    [all...]

Completed in 35 milliseconds