Searched refs:ebx (Results 1 - 25 of 217) sorted by relevance

123456789

/external/llvm/test/MC/ELF/
H A Dglobal-offset.s6 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 Dmuldi3.S13 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 Dumoddi3.S26 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 Dudivdi3.S25 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 Dmoddi3.S53 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...]
H A Ddivdi3.S54 pushl %ebx
55 movl 24(%esp), %ebx // Find the index i of the leading bit in b.
56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
66 shll %cl, %ebx // (low word of b) >> (1 + i)
67 orl %eax, %ebx //
70 cmpl %ebx, %edx // to avoid overflowing the upcoming divide.
75 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
83 movl 16(%esp), %ebx
85 subl %eax, %ebx
99 popl %ebx
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacro-irp.s3 .irp reg,%eax,%ebx
8 // CHECK: pushl %ebx
/external/openssl/crypto/bf/asm/
H A Dbf-586.s10 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 Dcrypt586.s9 pushl %ebx
30 movl %eax,%ebx
31 shll $16,%ebx
34 xorl %ebx,%eax
36 movl (%ebp),%ebx
37 xorl %ebx,%eax
43 xorl %ebx,%ebx
50 xorl (%ebp,%ebx,1),%edi
55 xorl 0x100(%ebp,%ebx,
[all...]
/external/llvm/test/MC/X86/
H A Dx86_operands.s33 # 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/clang/lib/include/
H A Dcpuid.h29 unsigned int *ebx, unsigned int *ecx,
31 asm("cpuid" : "=a"(*eax), "=b" (*ebx), "=c"(*ecx), "=d"(*edx) : "0"(level));
28 __get_cpuid(unsigned int level, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/clang/lib/Headers/
H A Dcpuid.h29 unsigned int *ebx, unsigned int *ecx,
31 asm("cpuid" : "=a"(*eax), "=b" (*ebx), "=c"(*ecx), "=d"(*edx) : "0"(level));
28 __get_cpuid(unsigned int level, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c10 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 Dsurf8.s51 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 Dsurf8.s51 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 Dmd5-586.s15 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...]
/external/openssl/crypto/sha/asm/
H A Dsha512-586.s9 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 Dsha256-586.s9 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 Dcpuid.c7 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/valgrind/main/VEX/test/
H A Dfpgames.s16 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 Dx86-gf2m.s14 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 Dx86-mont.s9 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 Dco-586.s13 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 Dmatch.S47 /* 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...]
/external/clang/test/CodeGen/
H A Dms-inline-asm.c30 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax", "~{ebx},~{dirflag},~{fpsr},~{flags}"() nounwind
31 // CHECK: call void asm sideeffect inteldialect "mov ecx, ebx", "~{ecx},~{dirflag},~{fpsr},~{flags}"() nounwind
33 __asm mov ebx, eax local
34 __asm mov ecx, ebx
39 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0Amov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"() nounwind
41 __asm mov ebx, eax __asm mov ecx, ebx local
[all...]

Completed in 534 milliseconds

123456789