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

1 2 3 4

  /external/llvm/test/CodeGen/X86/
large-gep-scale.ll 7 ; CHECK: shll $2, %edx
shift-codegen.ll 3 ; This should produce two shll instructions, not any lea's.
14 ; CHECK: shll $3
30 ; CHECK: shll $3
bit-test-shift.ll 6 ; CHECK: shll $23, %eax
h-registers-2.ll 11 ; CHECK: shll $3,
zext-shl.ll 6 ; CHECK: shll
narrow-shl-cst.ll 10 ; CHECK: shll $10
19 ; CHECK: shll $10
28 ; CHECK: shll $10
setcc.ll 12 ; CHECK: shll $5, %eax
vec_shift4.ll 5 ; CHECK-NOT: shll
shl-anyext.ll 4 ; CHECK: shll $16
vec_insert-5.ll 2 ; RUN: grep shll %t | grep 12
commute-two-addr.ll 41 ; DARWIN: shll $16
  /external/valgrind/main/none/tests/x86/
bt_literal.c 28 "shll $1, %%ecx\n\t"
34 "shll $2, %%ecx\n\t"
40 "shll $3, %%ecx\n\t"
71 "shll $1, %%ecx\n\t"
77 "shll $2, %%ecx\n\t"
83 "shll $3, %%ecx\n\t"
113 "shll $1, %%ecx\n\t"
119 "shll $2, %%ecx\n\t"
125 "shll $3, %%ecx\n\t"
  /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
  /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
  /frameworks/compile/libbcc/runtime/lib/i386/
ashldi3.S 47 shll %cl, %eax // left shift low by count
52 shll %cl, %edx // shift high by count - 32
  /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...]
  /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;
  /development/ndk/platforms/android-9/arch-x86/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r4/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;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/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...]
  /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;

Completed in 418 milliseconds

1 2 3 4