/external/llvm/test/CodeGen/X86/ |
zext-shl.ll | 18 ; CHECK: shrl
|
h-registers-0.ll | 30 ; X86-64: shrl $8, %edi 34 ; WIN64: shrl $8, %ecx 48 ; X86-64: shrl $8, %edi 52 ; WIN64: shrl $8, %ecx
|
ins_subreg_coalesce-1.ll | 9 ; CHECK: shrl $3, %eax
|
fold-and-shift.ll | 44 ; CHECK: shrl 63 ; CHECK: shrl
|
2006-10-10-FindModifiedNodeSlotBug.ll | 1 ; RUN: llc < %s -march=x86 | grep shrl
|
/bionic/libc/arch-x86/string/ |
swab.S | 24 shrl $1,%ecx 35 L2: shrl $3,%ecx # copy remainder 8 words at a time
|
bzero.S | 33 shrl $2,%ecx
|
memcmp.S | 17 shrl $2,%ecx
|
memset.S | 43 shrl $2,%ecx /* set by words */
|
bcopy.S | 65 shrl $2,%ecx /* copy by words */ 85 shrl $2,%ecx
|
/external/compiler-rt/lib/i386/ |
lshrdi3.S | 48 shrl %cl, %edx // right shift high by count 53 shrl %cl, %eax // shift low by count - 32
|
udivdi3.S | 34 shrl %cl, %eax // Practically, this means that bhi is given by: 35 shrl %eax // 50 shrl %eax 51 shrl %cl, %eax // q = qs >> (1 + i) 81 shrl %eax 83 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
umoddi3.S | 35 shrl %cl, %eax // Practically, this means that bhi is given by: 36 shrl %eax // 51 shrl %eax 52 shrl %cl, %eax // q = qs >> (1 + i) 86 shrl %eax 88 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
divdi3.S | 63 shrl %cl, %eax // Practically, this means that bhi is given by: 64 shrl %eax // 79 shrl %eax 80 shrl %cl, %eax // q = qs >> (1 + i) 116 shrl %eax 118 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
moddi3.S | 62 shrl %cl, %eax // Practically, this means that bhi is given by: 63 shrl %eax // 78 shrl %eax 79 shrl %cl, %eax // q = qs >> (1 + i) 117 shrl %eax 119 shrl %cl, %eax // q = (1:qs) >> (1 + i)
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-586.S | 33 shrl $16,%edi 39 shrl $24,%edi 47 shrl $16,%ebx 54 shrl $16,%edi 60 shrl $24,%edi 68 shrl $24,%ecx 75 shrl $16,%edi 106 shrl $7,%ebp 123 shrl $7,%ebp 140 shrl $7,%eb [all...] |
/external/openssl/crypto/aes/asm/ |
aes-586.S | 33 shrl $16,%edi 39 shrl $24,%edi 47 shrl $16,%ebx 54 shrl $16,%edi 60 shrl $24,%edi 68 shrl $24,%ecx 75 shrl $16,%edi 106 shrl $7,%ebp 123 shrl $7,%ebp 140 shrl $7,%eb [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_loopfilter_filters_dspr2.h | 173 "shrl.ph %[vqs0_r], %[vqs0_r], 8 \n\t" 174 "shrl.ph %[vps0_r], %[vps0_r], 8 \n\t" 175 "shrl.ph %[vqs1_r], %[vqs1_r], 8 \n\t" 176 "shrl.ph %[vps1_r], %[vps1_r], 8 \n\t" 346 "shrl.ph %[vqs0_r], %[vqs0_r], 8 \n\t" 347 "shrl.ph %[vps0_r], %[vps0_r], 8 \n\t" 348 "shrl.ph %[vqs1_r], %[vqs1_r], 8 \n\t" 349 "shrl.ph %[vps1_r], %[vps1_r], 8 \n\t" 405 "shrl.ph %[res_op1], %[res_op1], 3 \n\t" 406 "shrl.ph %[res_op2], %[res_op2], 3 \n\t [all...] |
/dalvik/vm/mterp/x86/ |
OP_DIV_LONG_2ADDR.S | 5 shrl $$4,%eax # eax<- B
|
OP_USHR_LONG.S | 21 shrl %cl,rIBASE
|
OP_SPUT_OBJECT.S | 31 shrl $$GC_CARD_SHIFT,%eax # head to card number
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-x86_64.S | 721 shrl $3,%r13d 729 shrl $10,%r14d 784 shrl $3,%r13d 792 shrl $10,%r14d 847 shrl $3,%r13d 855 shrl $10,%r14d 910 shrl $3,%r13d 918 shrl $10,%r14d 973 shrl $3,%r13d 981 shrl $10,%r14 [all...] |
/external/openssl/crypto/sha/asm/ |
sha256-x86_64.S | 721 shrl $3,%r13d 729 shrl $10,%r14d 784 shrl $3,%r13d 792 shrl $10,%r14d 847 shrl $3,%r13d 855 shrl $10,%r14d 910 shrl $3,%r13d 918 shrl $10,%r14d 973 shrl $3,%r13d 981 shrl $10,%r14 [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
Functions.c | 122 uint32 shrL = invAltL.matE.bbpE - 16; 123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; 124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; 125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; 126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; 137 uint32 shrL = invAltL.vecE.bbpE - 16; 138 txL = ( ( invAltL.vecE.xE >> ( shrL - 1 ) ) + 1 ) >> 1; 139 tyL = ( ( invAltL.vecE.yE >> ( shrL - 1 ) ) + 1 ) >> 1; 454 uint32 shrL = invAltL.matE.bbpE - 16; 455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
x86_64cpuid.S | 91 shrl $16,%ebx 106 shrl $14,%r10d 128 shrl $16,%ebx
|