/external/llvm/test/MC/ELF/ |
H A D | global-offset.s | 6 addl $_GLOBAL_OFFSET_TABLE_, %ebx 7 leal _GLOBAL_OFFSET_TABLE_(%ebx), %ebx 11 addl _GLOBAL_OFFSET_TABLE_-foo,%ebx
|
/external/compiler-rt/lib/i386/ |
H A D | muldi3.S | 13 pushl %ebx 19 movl 20(%esp), %ebx // b.hi 20 imull %edx, %ebx // a.lo * b.hi 23 addl %ecx, %ebx // EBX = (a.lo*b.hi + a.hi*b.lo) 24 addl %ebx, %edx 26 popl %ebx
|
H A D | umoddi3.S | 26 pushl %ebx 27 movl 20(%esp), %ebx // Find the index i of the leading bit in b. 28 bsrl %ebx, %ecx // If the high word of b is zero, jump to 38 shll %cl, %ebx // (low word of b) >> (1 + i) 39 orl %eax, %ebx // 42 cmpl %ebx, %edx // to avoid overflowing the upcoming divide. 47 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r 55 movl 12(%esp), %ebx 57 subl %eax, %ebx 64 addl 20(%esp), %ebx // otherwis [all...] |
H A D | udivdi3.S | 25 pushl %ebx 26 movl 20(%esp), %ebx // Find the index i of the leading bit in b. 27 bsrl %ebx, %ecx // If the high word of b is zero, jump to 37 shll %cl, %ebx // (low word of b) >> (1 + i) 38 orl %eax, %ebx // 41 cmpl %ebx, %edx // to avoid overflowing the upcoming divide. 46 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r 54 movl 12(%esp), %ebx 56 subl %eax, %ebx 65 popl %ebx [all...] |
H A D | moddi3.S | 53 pushl %ebx 54 movl 24(%esp), %ebx // Find the index i of the leading bit in b. 55 bsrl %ebx, %ecx // If the high word of b is zero, jump to 65 shll %cl, %ebx // (low word of b) >> (1 + i) 66 orl %eax, %ebx // 69 cmpl %ebx, %edx // to avoid overflowing the upcoming divide. 74 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r 82 movl 16(%esp), %ebx 84 subl %eax, %ebx 91 addl 24(%esp), %ebx // otherwis [all...] |
/external/llvm/test/MC/AsmParser/ |
H A D | macro-irp.s | 3 .irp reg,%eax,%ebx 8 // CHECK: pushl %ebx
|
/external/llvm/test/MC/X86/ |
H A D | intel-syntax.s | 72 // CHECK: movl %ecx, (,%ebx,4) 73 mov [4*ebx], ecx 74 // CHECK: movl %ecx, (,%ebx,4) 75 mov [ebx*4], ecx 86 // CHECK: movl %ecx, (%eax,%ebx,4) 87 mov [eax + 4*ebx], ecx 88 // CHECK: movl %ecx, (%eax,%ebx,4) 89 mov [eax + ebx*4], ecx 90 // CHECK: movl %ecx, (%eax,%ebx,4) 91 mov [4*ebx [all...] |
H A D | x86_operands.s | 33 # CHECK: addl $1, 1(%eax,%ebx) 34 addl $1, 1(%eax,%ebx) 35 # CHECK: addl $1, 1(%eax,%ebx) 36 addl $1, 1(%eax,%ebx,) 37 # CHECK: addl $1, 1(%eax,%ebx,4) 38 addl $1, 1(%eax,%ebx,4) 39 # CHECK: addl $1, 1(,%ebx) 40 addl $1, 1(,%ebx) 41 # CHECK: addl $1, 1(,%ebx) 42 addl $1, 1(,%ebx,) [all...] |
/external/openssl/crypto/bf/asm/ |
H A D | bf-586.S | 10 pushl %ebx 11 movl 12(%esp),%ebx 16 movl (%ebx),%edi 17 movl 4(%ebx),%esi 19 movl (%ebp),%ebx 21 xorl %ebx,%edi 25 movl %edi,%ebx 27 shrl $16,%ebx 30 andl $255,%ebx 34 movl 1096(%ebp,%ebx, [all...] |
/external/openssl/crypto/des/asm/ |
H A D | crypt586.S | 9 pushl %ebx 34 movl %eax,%ebx 35 shll $16,%ebx 38 xorl %ebx,%eax 40 movl (%ebp),%ebx 41 xorl %ebx,%eax 47 xorl %ebx,%ebx 54 xorl (%ebp,%ebx,1),%edi 59 xorl 0x100(%ebp,%ebx, [all...] |
/external/valgrind/main/none/tests/x86/ |
H A D | cmpxchg8b.c | 10 UInt ebx; variable 19 "\tpushl %ebx\n" 26 "\tmovl " VG_SYM(ebx) ",%ebx\n" 31 "\tmovl %ebx," VG_SYM(ebx) "\n" 40 "\tpopl %ebx\n" 48 ecx = 0x33333333; ebx = 0x44444444; 53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 ); 56 ecx = 0x33333333; ebx [all...] |
/external/quake/quake/src/QW/client/ |
H A D | surf8.s | 51 pushl %ebx 55 movl C(r_lightptr),%ebx 68 movl (%ebx),%eax // lightleft 69 movl 4(%ebx),%edx // lightright 78 leal (%ebx,%ecx,4),%ebx 81 movl %ebx,C(r_lightptr) 87 movl 4(%ebx),%ecx // lightptr[1] 88 movl (%ebx),%ebx // lightpt [all...] |
/external/quake/quake/src/WinQuake/ |
H A D | surf8.s | 51 pushl %ebx 55 movl C(r_lightptr),%ebx 68 movl (%ebx),%eax // lightleft 69 movl 4(%ebx),%edx // lightright 78 leal (%ebx,%ecx,4),%ebx 81 movl %ebx,C(r_lightptr) 87 movl 4(%ebx),%ecx // lightptr[1] 88 movl (%ebx),%ebx // lightpt [all...] |
/external/openssl/crypto/md5/asm/ |
H A D | md5-586.S | 15 pushl %ebx 20 movl 4(%edi),%ebx 30 andl %ebx,%edi 34 movl %ebx,%edi 37 addl %ebx,%eax 49 xorl %ebx,%edi 52 xorl %ebx,%edi 61 leal 3250441966(%ebx,%ebp,1),%ebx 63 addl %edi,%ebx [all...] |
H A D | md5-x86_64.S | 21 movl 4(%rbp),%ebx 37 movl %ebx,%r9d 44 andl %ebx,%r11d 50 addl %ebx,%eax 51 xorl %ebx,%r11d 58 movl %ebx,%r11d 63 xorl %ebx,%r11d 70 leal -1044525330(%rbx,%r10,1),%ebx 74 addl %r11d,%ebx 75 roll $22,%ebx [all...] |
/external/openssl/crypto/sha/asm/ |
H A D | sha512-586.S | 9 pushl %ebx 15 movl %esp,%ebx 27 movl %ebx,12(%esp) 31 movl 4(%edi),%ebx 35 bswap %ebx 39 pushl %ebx 43 movl 20(%edi),%ebx 47 bswap %ebx 51 pushl %ebx 55 movl 36(%edi),%ebx [all...] |
H A D | sha256-586.S | 9 pushl %ebx 15 movl %esp,%ebx 27 movl %ebx,12(%esp) 31 movl 4(%edi),%ebx 35 bswap %ebx 39 pushl %ebx 43 movl 20(%edi),%ebx 47 bswap %ebx 51 pushl %ebx 55 movl 36(%edi),%ebx [all...] |
/external/valgrind/main/VEX/useful/ |
H A D | cpuid.c | 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, argument 14 *eax = a; *ebx = b; *ecx = c; *edx = d; 21 UInt eax, ebx, ecx, edx; local 25 cpuid(&eax,&ebx,&ecx,&edx, 0,0); 29 cpuid(&eax,&ebx,&ecx,&edx, i,0); 34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); 42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); 50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in); 60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0); 63 cpuid(&eax,&ebx, 79 cpuid( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, UInt index, UInt ecx_in ) argument 93 UInt eax, ebx, ecx, edx; local [all...] |
/external/llvm/test/MC/X86/AlignedBundling/ |
H A D | different-sections.s | 9 imull $17, %ebx, %ebp 10 imull $17, %ebx, %ebp 12 imull $17, %ebx, %ebp 18 imull $17, %ebx, %ebp 19 imull $17, %ebx, %ebp 21 imull $17, %ebx, %ebp
|
/external/llvm/test/MC/MachO/ |
H A D | bad-macro.s | 9 test_macro %ebx, %ecx
|
/external/valgrind/main/VEX/test/ |
H A D | fpgames.s | 16 pushl %ebx 18 movl $0, %ebx 22 movzbl st(%ebx), %eax 27 testl %ebx, %ebx 29 movl %ebx, %eax 38 incl %ebx 39 cmpl $27, %ebx 41 movl $0, %ebx 45 movzbl st+28(%ebx), [all...] |
/external/openssl/crypto/bn/asm/ |
H A D | x86-gf2m.S | 14 movd %ebx,%mm3 37 andl %ebx,%esi 38 shrl $3,%ebx 41 andl %ebx,%edi 42 shrl $3,%ebx 45 andl %ebx,%esi 46 shrl $3,%ebx 50 andl %ebx,%edi 51 shrl $3,%ebx 56 andl %ebx, [all...] |
H A D | x86-mont.S | 9 pushl %ebx 33 movl 4(%esi),%ebx 39 movl %ebx,8(%esp) 43 leal -3(%edi),%ebx 46 leal 1(%ebx),%ebp 52 leal 4(%edi,%ebx,4),%eax 67 cmpl %ebx,%ecx 77 movl %eax,32(%esp,%ebx,4) 79 movl %edx,36(%esp,%ebx,4) 80 movl %ecx,40(%esp,%ebx, [all...] |
H A D | co-586.S | 13 pushl %ebx 14 xorl %ebx,%ebx 22 addl %eax,%ebx 27 movl %ebx,(%eax) 31 xorl %ebx,%ebx 38 adcl $0,%ebx 45 adcl $0,%ebx 55 adcl %edx,%ebx [all...] |
/external/zlib/src/contrib/asm686/ |
H A D | match.S | 47 /* saved ebx 36 */ 101 pushl %ebx 121 movl dsGoodMatch(%edx), %ebx 122 cmpl %ebx, %eax 124 movl dsMaxChainLen(%edx), %ebx 126 shrl $2, %ebx 134 decl %ebx 135 shll $16, %ebx 136 orl %eax, %ebx 137 movl %ebx, chainlenwmas [all...] |