Searched refs:ebx (Results 1 - 25 of 379) sorted by path

1234567891011>>

/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
24 asm("mov %%ebx, %%edi\n" \
26 "xchg %%edi, %%ebx\n" \
50 uint32_t ebx; local
55 cpuid(eax, ebx, ecx, edx, 0);
57 memcpy(vendor, &ebx, 4);
63 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/base/third_party/valgrind/
H A Dvalgrind.h233 "xchgl %%ebx,%%ebx" \
290 __asm xchg ebx,ebx \
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h168 long int ebx; member in struct:regs_struct
193 #define SECCOMP_PT_PARM1(_regs) (_regs).ebx
/external/chromium_org/sandbox/win/src/
H A Dsidestep_resolver.cc146 // [xxx] [saved ebx] [xxx]
154 push ebx
157 mov ebx, [esp + 0x18] // First parameter = SmartThunk. local
159 mov eax, [ebx]SmartThunk.module_base
166 lea edx, [ebx]SmartThunk.sidestep // The original function.
175 pop ebx
180 mov ecx, [ebx]SmartThunk.interceptor
185 pop ebx
/external/chromium_org/third_party/boringssl/linux-x86/crypto/aes/
H A Daes-586.S10 xorl 4(%edi),%ebx
47 movl %ebx,%esi
49 shrl $16,%ebx
95 andl $255,%ebx
96 movzbl -128(%ebp,%ebx,1),%ebx
97 shll $16,%ebx
98 xorl %ebx,%edx
99 movl 8(%esp),%ebx
160 andl %ebx,
[all...]
H A Daesni-x86.S375 pushl %ebx
382 movl 36(%esp),%ebx
386 testl %ebx,%ebx
389 movl %ecx,%ebx
420 movl %ebx,%ecx
491 movl %ecx,%ebx
522 movl %ebx,%ecx
592 popl %ebx
603 pushl %ebx
[all...]
H A Dvpaes-x86.S87 leal 192(%ebp),%ebx
99 movdqa -64(%ebx,%ecx,1),%xmm1
102 movdqa (%ebx,%ecx,1),%xmm4
143 movdqa 64(%ebx,%ecx,1),%xmm1
152 leal 608(%ebp),%ebx
155 movdqa -64(%ebx),%xmm2
163 movdqa -48(%ebx),%xmm0
171 leal -352(%ebx,%ecx,1),%ecx
175 movdqa -32(%ebx),%xmm4
176 movdqa -16(%ebx),
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S11 pushl %ebx
18 movl 24(%esp),%ebx
26 movl (%ebx),%eax
35 movl 4(%ebx),%eax
44 movl 8(%ebx),%eax
53 movl 12(%ebx),%eax
62 movl 16(%ebx),%eax
71 movl 20(%ebx),%eax
80 movl 24(%ebx),%eax
89 movl 28(%ebx),
[all...]
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...]
H A Dx86-mont.S11 pushl %ebx
35 movl 4(%esi),%ebx
41 movl %ebx,8(%esp)
45 leal -3(%edi),%ebx
48 leal 1(%ebx),%ebp
54 leal 4(%edi,%ebx,4),%eax
69 cmpl %ebx,%ecx
79 movl %eax,32(%esp,%ebx,4)
81 movl %edx,36(%esp,%ebx,4)
82 movl %ecx,40(%esp,%ebx,
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/
H A Dcpu-x86-asm.S11 pushl %ebx
32 cmpl $1970169159,%ebx
42 cmpl $1752462657,%ebx
72 shrl $16,%ebx
73 andl $255,%ebx
74 cmpl %esi,%ebx
85 movl %ebx,8(%esi)
115 shrl $16,%ebx
146 popl %ebx
257 pushl %ebx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/md5/
H A Dmd5-586.S17 pushl %ebx
22 movl 4(%edi),%ebx
32 andl %ebx,%edi
36 movl %ebx,%edi
39 addl %ebx,%eax
51 xorl %ebx,%edi
54 xorl %ebx,%edi
63 leal 3250441966(%ebx,%ebp,1),%ebx
65 addl %edi,%ebx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/
H A Dghash-x86.S11 pushl %ebx
20 movl 12(%edi),%ebx
40 movl %ebx,12(%esp)
41 shrl $20,%ebx
42 andl $240,%ebx
43 movl 4(%esi,%ebx,1),%ebp
44 movl (%esi,%ebx,1),%edx
45 movl 12(%esi,%ebx,1),%ecx
46 movl 8(%esi,%ebx,1),%ebx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/rc4/
H A Drc4-586.S11 pushl %ebx
19 xorl %ebx,%ebx
48 movl (%edi,%ebx,4),%edx
49 movl %ecx,(%edi,%ebx,4)
63 movl (%edi,%ebx,4),%edx
64 movl %ecx,(%edi,%ebx,4)
77 movl (%edi,%ebx,4),%edx
78 movl %ecx,(%edi,%ebx,4)
89 movl (%edi,%ebx,
[all...]
/external/chromium_org/third_party/boringssl/linux-x86/crypto/sha/
H A Dsha1-586.S11 pushl %ebx
26 movl 4(%esi),%ebx
30 bswap %ebx
34 movl %ebx,4(%esp)
38 movl 20(%esi),%ebx
42 bswap %ebx
46 movl %ebx,20(%esp)
50 movl 36(%esi),%ebx
54 bswap %ebx
58 movl %ebx,3
[all...]
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...]
H A Dsha512-586.S11 pushl %ebx
17 movl %esp,%ebx
29 movl %ebx,12(%esp)
33 movl 4(%edi),%ebx
37 bswap %ebx
41 pushl %ebx
45 movl 20(%edi),%ebx
49 bswap %ebx
53 pushl %ebx
57 movl 36(%edi),%ebx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/aes/
H A Daes-x86_64.S7 xorl 4(%r15),%ebx
38 shrl $16,%ebx
63 movl 4(%r15),%ebx
66 xorl %r11d,%ebx
100 shrl $16,%ebx
148 movl 16+4(%r15),%ebx
151 xorl %r11d,%ebx
172 xorl 4(%r15),%ebx
202 shrl $16,%ebx
221 shrl $8,%ebx
[all...]
H A Dbsaes-x86_64.S1343 movl %eax,%ebx
1350 movl %ebx,%r10d
1403 movl %ebx,%r10d
1924 andl $15,%ebx
1935 subl $1,%ebx
2014 testl $15,%ebx
2384 andl $15,%ebx
2414 subl $1,%ebx
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/bn/
H A Drsaz-x86_64.S473 movl (%rdx,%r9,4),%ebx
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/
H A Dcpu-x86_64-asm.S20 cmpl $1970169159,%ebx
31 cmpl $1752462657,%ebx
73 shrl $16,%ebx
97 movl %ebx,8(%rdi)
119 shrl $16,%ebx
/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/linux-x86_64/crypto/modes/
H A Dghash-x86_64.S322 movzbl %dl,%ebx
324 shrl $4,%ebx
347 movzbl %dl,%ebx
350 shrl $4,%ebx
388 movzbl %dl,%ebx
391 shrl $4,%ebx
428 movzbl %dl,%ebx
431 shrl $4,%ebx
469 movzbl %dl,%ebx
472 shrl $4,%ebx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
H A Drc4-md5-x86_64.S61 movl 4(%rsi),%ebx
76 movl %ebx,(%rdi,%rcx,4)
83 movzbl %bl,%ebx
98 movl 12(%rsi),%ebx
112 movl %ebx,(%rdi,%rcx,4)
119 movzbl %bl,%ebx
134 movl 20(%rsi),%ebx
148 movl %ebx,(%rdi,%rcx,4)
155 movzbl %bl,%ebx
170 movl 28(%rsi),%ebx
[all...]
H A Drc4-x86_64.S66 movl 0(%rdi,%rsi,4),%ebx
73 movl %ebx,(%rdi,%rcx,4)
82 movl 8(%rdi,%rsi,4),%ebx
89 movl %ebx,(%rdi,%rcx,4)
98 movl 16(%rdi,%rsi,4),%ebx
105 movl %ebx,(%rdi,%rcx,4)
114 movl 24(%rdi,%rsi,4),%ebx
122 movl %ebx,(%rdi,%rcx,4)
175 movl 4(%rsi),%ebx
190 movl 4(%rsi),%ebx
[all...]

Completed in 421 milliseconds

1234567891011>>