HomeSort by relevance Sort by last modified time
    Searched full:shll (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/quake/quake/src/QW/client/
d_copy.s 34 shll $1,%eax
37 shll $1,%eax
55 shll $2,%eax
75 shll $16,%ebx
snd_mixa.s 80 shll $7,%eax
82 shll $7,%edx
199 shll $16,%edx
d_scana.s 69 shll $6,%edx
d_spr8.s 202 shll $1,%ebp // a word per pixel
310 shll $16,%esi
317 shll $16,%edx
405 shll $13,%ebp // left-justify sstep fractional part
408 shll $13,%ecx // left-justify tstep fractional part
681 shll $16,%ebp // left-justify sstep fractional part
683 shll $16,%eax // left-justify tstep fractional part
d_polysa.s 456 shll $16,%eax
457 shll $16,%edx
1115 shll $4,%ebp
1143 shll $(fv_shift),%ecx
1146 shll $(fv_shift),%esi
1149 shll $(fv_shift),%edx
    [all...]
d_draw.s 282 shll $16,%esi
289 shll $16,%edx
388 shll $13,%ebp // left-justify sstep fractional part
390 shll $13,%ecx // left-justify tstep fractional part
593 shll $16,%ebp // left-justify sstep fractional part
595 shll $16,%eax // left-justify tstep fractional part
d_draw16.s 286 shll $16,%esi
293 shll $16,%edx
391 shll $12,%ebp // left-justify sstep fractional part
393 shll $12,%ecx // left-justify tstep fractional part
653 shll $16,%ebp // left-justify sstep fractional part
655 shll $16,%eax // left-justify tstep fractional part
  /external/quake/quake/src/WinQuake/
d_copy.s 34 shll $1,%eax
37 shll $1,%eax
55 shll $2,%eax
75 shll $16,%ebx
snd_mixa.s 80 shll $7,%eax
82 shll $7,%edx
199 shll $16,%edx
d_scana.s 69 shll $6,%edx
d_spr8.s 202 shll $1,%ebp // a word per pixel
310 shll $16,%esi
317 shll $16,%edx
405 shll $13,%ebp // left-justify sstep fractional part
408 shll $13,%ecx // left-justify tstep fractional part
681 shll $16,%ebp // left-justify sstep fractional part
683 shll $16,%eax // left-justify tstep fractional part
d_polysa.s 456 shll $16,%eax
457 shll $16,%edx
1115 shll $4,%ebp
1143 shll $(fv_shift),%ecx
1146 shll $(fv_shift),%esi
1149 shll $(fv_shift),%edx
    [all...]
d_draw.s 282 shll $16,%esi
289 shll $16,%edx
388 shll $13,%ebp // left-justify sstep fractional part
390 shll $13,%ecx // left-justify tstep fractional part
593 shll $16,%ebp // left-justify sstep fractional part
595 shll $16,%eax // left-justify tstep fractional part
d_draw16.s 286 shll $16,%esi
293 shll $16,%edx
391 shll $12,%ebp // left-justify sstep fractional part
393 shll $12,%ecx // left-justify tstep fractional part
653 shll $16,%ebp // left-justify sstep fractional part
655 shll $16,%eax // left-justify tstep fractional part
  /external/neven/Embedded/common/src/b_ImageEm/
Functions.c 114 uint32 shlL = 16 - invAltL.matE.bbpE;
115 mxxL = invAltL.matE.xxE << shlL;
116 mxyL = invAltL.matE.xyE << shlL;
117 myxL = invAltL.matE.yxE << shlL;
118 myyL = invAltL.matE.yyE << shlL;
131 uint32 shlL = 16 - invAltL.vecE.bbpE;
132 txL = invAltL.vecE.xE << shlL;
133 tyL = invAltL.vecE.yE << shlL;
446 uint32 shlL = 16 - invAltL.matE.bbpE;
447 mxxL = invAltL.matE.xxE << shlL;
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 153 // E.g. transform "shll %eax, %eax" -> "xchgl %eax, %ecx; shll %ecx, %ecx; xchgl %eax, %ecx"
156 // E.g. transform "shll %eax, %ecx" -> "xchgl %eax, %ecx; shll %ecx, %eax; xchgl %eax, %ecx"
159 // E.g. transform "shll %eax, %ebx" -> "xchgl %eax, %ecx; shll %ecx, %ebx; xchgl %eax, %ecx"
235 // E.g. transform "shll %eax, %eax" -> "xchgl %eax, %ecx; shll %ecx, %ecx; xchgl %eax, %ecx"
238 // E.g. transform "shll %eax, %ecx" -> "xchgl %eax, %ecx; shll %ecx, %eax; xchgl %eax, %ecx
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /external/zlib/contrib/inflate86/
inffast.S 291 shll %cl, %eax
297 shll %cl, %eax
346 shll %cl, %eax
451 shll %cl, %eax
516 shll %cl, %eax
522 shll %cl, %eax
554 shll %cl, %eax
596 shll %cl, %eax
602 shll %cl, %eax
678 shll %cl, %ea
    [all...]
inffas86.c 235 " shll %%cl, %%eax\n"
273 " shll %%cl, %%eax\n"
334 " shll %%cl, %%eax\n"
348 " shll %%cl, %%eax\n"
500 " shll %%cl, %%eax\n"
539 " shll %%cl, %%eax\n"
547 " shll %%cl, %%eax\n"
561 " shll %%cl, %%eax\n"
590 " shll %%cl, %%eax\n"
598 " shll %%cl, %%eax\n
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 226 int16 shlL = 0;
232 shlL++;
236 if( shlL > 0 )
241 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] <<= shlL;
242 ptrA->expE -= shlL;
371 int32 shlL = 0;
375 shlL++;
378 valL <<= shlL;
379 expL -= shlL;
  /external/kernel-headers/original/asm-x86/
desc_32.h 239 shll $16, base; \
  /external/grub/stage2/
asm.S 642 shll $6, %eax
651 shll $4, %eax
794 shll $4, %eax
1293 shll $2, %eax
1361 shll $16, %ebx
1491 shll $4, %eax
    [all...]
  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 868 uint32 shlL = 32 - offL;
869 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
926 uint32 shlL = 32 - offL;
927 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( dstL[ iL ] >> 1 ) | ( srcL[ iL ] << shlL );
959 uint32 shlL = 32 - offL;
960 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( src0L[ iL ] >> offL ) | ( src1L[ iL ] << shlL );
    [all...]

Completed in 2149 milliseconds

1 2 3