Searched refs:ebx (Results 26 - 50 of 379) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/
H A Dbad-macro.s9 test_macro %ebx, %ecx
/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/chromium_org/third_party/boringssl/linux-x86_64/crypto/md5/
H A Dmd5-x86_64.S23 movl 4(%rbp),%ebx
39 movl %ebx,%r9d
46 andl %ebx,%r11d
52 addl %ebx,%eax
53 xorl %ebx,%r11d
60 movl %ebx,%r11d
65 xorl %ebx,%r11d
72 leal -1044525330(%rbx,%r10,1),%ebx
76 addl %r11d,%ebx
77 roll $22,%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/md5/
H A Dmd5-x86_64.S23 movl 4(%rbp),%ebx
39 movl %ebx,%r9d
46 andl %ebx,%r11d
52 addl %ebx,%eax
53 xorl %ebx,%r11d
60 movl %ebx,%r11d
65 xorl %ebx,%r11d
72 leal -1044525330(%rbx,%r10,1),%ebx
76 addl %r11d,%ebx
77 roll $22,%ebx
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.S21 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/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 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/chromium_org/third_party/boringssl/linux-x86/crypto/sha/
H A Dsha256-586.S11 pushl %ebx
17 movl %esp,%ebx
29 movl %ebx,12(%esp)
34 movl 4(%edi),%ebx
38 bswap %ebx
41 pushl %ebx
46 movl 20(%edi),%ebx
50 bswap %ebx
53 pushl %ebx
58 movl 36(%edi),%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/sha/
H A Dsha256-586.S10 pushl %ebx
16 movl %esp,%ebx
28 movl %ebx,12(%esp)
33 movl 4(%edi),%ebx
37 bswap %ebx
40 pushl %ebx
45 movl 20(%edi),%ebx
49 bswap %ebx
52 pushl %ebx
57 movl 36(%edi),%ebx
[all...]
/external/compiler-rt/lib/builtins/i386/
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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dvmx-err.asm2 ;vmread [ebx], rcx
H A Deffaddr.asm2 mov ax,[eax+ebx+ecx-eax]
3 mov ax,[eax+ecx+ebx-eax]
17 ;mov ax,[eax+ebx*(label2-label)] ; not supported
18 mov ax,[eax*2+ebx*2-ebx]
/external/fio/arch/
H A Darch-x86-common.h7 unsigned int *eax, unsigned int *ebx,
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
27 do_cpuid(&eax, &ebx, &ecx, &edx);
35 do_cpuid(&eax, &ebx, &ecx, &edx);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
6 cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/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);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&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/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
72 __ add(edx, ebx);
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
97 __ add(ebx, Immediate(12));
108 __ cmp(ebx, foo2);
109 __ cmpb(ebx, Operan
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
[all...]
H A Dtest-macro-assembler-ia32.cc62 __ push(ebx);
70 __ mov(ebx, Immediate(-1));
71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
72 __ mov(ebx, Operand(esp, 0 * kPointerSize));
74 __ cmp(ebx, edx);
76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
77 __ cmp(ebx, edx);
84 __ mov(ebx, Immediate(-1));
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
86 __ mov(ebx, Operan
[all...]
H A Dtest-macro-assembler-x87.cc62 __ push(ebx);
70 __ mov(ebx, Immediate(-1));
71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
72 __ mov(ebx, Operand(esp, 0 * kPointerSize));
74 __ cmp(ebx, edx);
76 __ Load(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
77 __ cmp(ebx, edx);
84 __ mov(ebx, Immediate(-1));
85 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::Integer8());
86 __ mov(ebx, Operan
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-586.S9 pushl %ebx
39 movl 4(%esi),%ebx
43 bswap %ebx
47 movl %ebx,4(%esp)
51 movl 20(%esi),%ebx
55 bswap %ebx
59 movl %ebx,20(%esp)
63 movl 36(%esi),%ebx
67 bswap %ebx
71 movl %ebx,3
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dco-586.S15 pushl %ebx
16 xorl %ebx,%ebx
24 addl %eax,%ebx
29 movl %ebx,(%eax)
33 xorl %ebx,%ebx
40 adcl $0,%ebx
47 adcl $0,%ebx
57 adcl %edx,%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/bn/
H A Dco-586.S14 pushl %ebx
15 xorl %ebx,%ebx
23 addl %eax,%ebx
28 movl %ebx,(%eax)
32 xorl %ebx,%ebx
39 adcl $0,%ebx
46 adcl $0,%ebx
56 adcl %edx,%ebx
[all...]
/external/llvm/test/MC/ELF/
H A Drelax-arith.s17 imul $foo, %ebx, %ebx
18 imul $foo, bar, %ebx
33 and $foo, %ebx
48 or $foo, %ebx
63 xor $foo, %ebx
78 add $foo, %ebx
93 sub $foo, %ebx
108 cmp $foo, %ebx
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/md5/
H A Dmd5-x86_64.asm31 mov ebx,DWORD PTR[4+rbp]
47 mov r9d,ebx
54 and r11d,ebx
60 add eax,ebx
61 xor r11d,ebx
68 mov r11d,ebx
73 xor r11d,ebx
80 lea ebx,DWORD PTR[((-1044525330))+r10*1+rbx]
84 add ebx,r11d
85 rol ebx,2
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcpuid_s.S17 pushl %ebx
25 movl %ebx, 4(%edi)
31 popl %ebx
47 pushl %ebx
55 movl %ebx, 4(%edi)
61 popl %ebx

Completed in 472 milliseconds

1234567891011>>