HomeSort by relevance Sort by last modified time
    Searched full:shll (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/compiler-rt/lib/i386/
umoddi3.S 38 shll %cl, %ebx // (low word of b) >> (1 + i)
divdi3.S 66 shll %cl, %ebx // (low word of b) >> (1 + i)
moddi3.S 65 shll %cl, %ebx // (low word of b) >> (1 + i)
  /external/kernel-headers/original/asm-x86/
desc_32.h 239 shll $16, base; \
  /external/llvm/test/Analysis/CostModel/X86/
testshiftshl.ll 34 ; SSE2-CODEGEN: shll %cl
46 ; SSE2-CODEGEN: shll %cl
58 ; SSE2-CODEGEN: shll %cl
214 ; SSE2-CODEGEN: shll
  /external/llvm/test/CodeGen/X86/
cmp.ll 30 ; CHECK: shll $3, %eax
peep-test-4.ll 96 ; CHECK: shll $4, %edi
vshift-4.ll 20 ; CHECK: shll
fast-isel-x86-64.ll 94 ; CHECK: shll $3, %edi
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 311 shll.ph \scratch2, \scratch2, 3
312 shll.ph \scratch3, \scratch3, 5
318 shll.ph \scratch2, \scratch1, 3
361 shll.ph \in2_8888, \in2_8888, 3
  /art/compiler/utils/x86/
assembler_x86.h 397 void shll(Register reg, const Immediate& imm);
398 void shll(Register operand, Register shifter);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha256-586.S 22 shll $6,%eax
  /external/openssl/crypto/sha/asm/
sha256-586.S 22 shll $6,%eax
  /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/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586.S 1411 shll $8,%edx
1421 shll $8,%ecx
1495 shll $16,%ecx
1595 shll $8,%edx
1605 shll $8,%ecx
1679 shll $16,%ecx
    [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...]
  /external/openssl/crypto/des/asm/
des-586.S 1411 shll $8,%edx
1421 shll $8,%ecx
1495 shll $16,%ecx
1595 shll $8,%edx
1605 shll $8,%ecx
1679 shll $16,%ecx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bf/asm/
bf-586.S 772 shll $8,%edx
782 shll $8,%ecx
868 shll $16,%ecx
  /external/openssl/crypto/bf/asm/
bf-586.S 772 shll $8,%edx
782 shll $8,%ecx
868 shll $16,%ecx
  /external/chromium_org/third_party/freetype2/include/
ftconfig.h 335 "shll $16, %%edx\n"
  /external/llvm/lib/Target/Mips/
MipsDSPInstrFormats.td 130 // SHLL.QB sub-class format.
  /external/valgrind/main/VEX/orig_ppc32/
date.orig 419 45: SHLL $0x2, t32
472 6: SHLL $0x2, t6
517 6: SHLL $0x2, t4
554 1: SHLL $0x1, t0
625 6: SHLL $0x2, t4
1228 41: SHLL $0x1, t32
1276 1: SHLL $0x2, t0
    [all...]
return0.orig 419 45: SHLL $0x2, t32
472 6: SHLL $0x2, t6
517 6: SHLL $0x2, t4
554 1: SHLL $0x1, t0
625 6: SHLL $0x2, t4
1228 41: SHLL $0x1, t32
1276 1: SHLL $0x2, t0
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
vpaes-x86.S 156 shll $4,%ecx
515 shll $4,%ebx

Completed in 1383 milliseconds

1 23 4 5 6