Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 25 of 1533) sorted by relevance

12345678910>>...62

/external/boringssl/linux-x86/crypto/fipsmodule/
Dbn-586.S11 popl %eax
12 leal OPENSSL_ia32cap_P-.L000PIC_me_up(%eax),%eax
13 btl $26,(%eax)
15 movl 4(%esp),%eax
23 movd (%eax),%mm3
34 movd 4(%eax),%mm3
36 movd 8(%eax),%mm5
38 movd 12(%eax),%mm4
40 movd %mm1,(%eax)
49 movd %mm1,4(%eax)
[all …]
Dco-586.S16 movl (%esi),%eax
23 addl %eax,%ebx
24 movl 20(%esp),%eax
28 movl %ebx,(%eax)
29 movl 4(%esi),%eax
35 addl %eax,%ecx
36 movl (%esi),%eax
42 addl %eax,%ecx
43 movl 20(%esp),%eax
47 movl %ecx,4(%eax)
[all …]
Dmd5-586.S19 movl (%edi),%eax
32 leal 3614090360(%eax,%ebp,1),%eax
34 addl %edi,%eax
36 roll $7,%eax
38 addl %ebx,%eax
41 andl %eax,%edi
45 movl %eax,%edi
48 addl %eax,%edx
60 xorl %eax,%edi
63 xorl %eax,%edi
[all …]
/external/boringssl/mac-x86/crypto/fipsmodule/
Dbn-586.S10 popl %eax
11 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L000PIC_me_up(%eax),%eax
12 btl $26,(%eax)
14 movl 4(%esp),%eax
22 movd (%eax),%mm3
33 movd 4(%eax),%mm3
35 movd 8(%eax),%mm5
37 movd 12(%eax),%mm4
39 movd %mm1,(%eax)
48 movd %mm1,4(%eax)
[all …]
Dco-586.S15 movl (%esi),%eax
22 addl %eax,%ebx
23 movl 20(%esp),%eax
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
34 addl %eax,%ecx
35 movl (%esi),%eax
41 addl %eax,%ecx
42 movl 20(%esp),%eax
46 movl %ecx,4(%eax)
[all …]
/external/llvm/test/MC/X86/
Dx86-32-ms-inline-asm.s3 mov eax, [ebx].0
13 mov eax, [4*eax + 4]
16 mov eax, [4*eax][4]
20 mov eax, [esi + eax]
23 mov eax, [esi][eax]
27 mov eax, [esi + 4*eax]
30 mov eax, [esi][4*eax]
34 mov eax, [esi + eax + 4]
37 mov eax, [esi][eax + 4]
40 mov eax, [esi + eax][4]
[all …]
Dx86-32.s18 monitor %eax, %ecx, %edx
24 mwait %eax, %ecx
47 vmrun %eax
53 vmload %eax
56 vmsave %eax
65 skinit %eax
68 invlpga %ecx, %eax
78 movl %eax, 16(%ebp)
80 movl %eax, -16(%ebp)
86 cmpl %eax, %ebx
[all …]
Dx86-16.s29 movl %eax, 16(%ebp)
31 movl %eax, -16(%ebp)
37 cmpl %eax, %ebx
43 shrl $1, %eax
46 sall $1, %eax
48 sal $1, %eax
59 movl 0, %eax
89 cmoval %eax,%edx
93 cmovael %eax,%edx
97 cmovbel %eax,%edx
[all …]
Dintel-syntax.s43 and eax, 12
45 and eax, -12
47 and eax, 257
49 and eax, -257
81 mov [eax], ecx
97 mov [eax + 4*ebx], ecx
99 mov [eax + ebx*4], ecx
101 mov [4*ebx + eax], ecx
103 mov [ebx*4 + eax], ecx
105 mov [eax][4*ebx], ecx
[all …]
Dx86-32-avx.s312 vcmpps $0, (%eax), %xmm6, %xmm1
324 vcmppd $0, (%eax), %xmm6, %xmm1
476 vmovmskps %xmm2, %eax
480 vmovmskpd %xmm2, %eax
484 vmovmskps %ymm2, %eax
488 vmovmskpd %ymm2, %eax
624 vucomiss (%eax), %xmm2
632 vcomiss (%eax), %xmm2
640 vucomisd (%eax), %xmm2
648 vcomisd (%eax), %xmm2
[all …]
Dx86-32-fma3.s9 vfmadd132pd (%eax), %xmm5, %xmm1
17 vfmadd132ps (%eax), %xmm5, %xmm1
25 vfmadd213pd (%eax), %xmm5, %xmm1
33 vfmadd213ps (%eax), %xmm5, %xmm1
41 vfmadd231pd (%eax), %xmm5, %xmm1
49 vfmadd231ps (%eax), %xmm5, %xmm1
57 vfmadd132pd (%eax), %ymm5, %ymm1
65 vfmadd132ps (%eax), %ymm5, %ymm1
73 vfmadd213pd (%eax), %ymm5, %ymm1
81 vfmadd213ps (%eax), %ymm5, %ymm1
[all …]
Dx86_operands.s4 # CHECK: addl $1, %eax
5 addl $1, %eax
6 # CHECK: addl $3, %eax
7 addl $(1+2), %eax
8 # CHECK: addl $a, %eax
9 addl $a, %eax
10 # CHECK: addl $3, %eax
11 addl $1 + 2, %eax
19 # CHECK: addl $1, 8(%eax)
20 addl $1, 4+4(%eax)
[all …]
/external/boringssl/win-x86/crypto/fipsmodule/
Dbn-586.asm22 lea eax,[_OPENSSL_ia32cap_P]
23 bt DWORD [eax],26
25 mov eax,DWORD [4+esp]
33 movd mm3,DWORD [eax]
44 movd mm3,DWORD [4+eax]
46 movd mm5,DWORD [8+eax]
48 movd mm4,DWORD [12+eax]
50 movd DWORD [eax],mm1
59 movd DWORD [4+eax],mm1
65 movd mm5,DWORD [16+eax]
[all …]
Dco-586.asm28 mov eax,DWORD [esi]
35 add ebx,eax
36 mov eax,DWORD [20+esp]
40 mov DWORD [eax],ebx
41 mov eax,DWORD [4+esi]
47 add ecx,eax
48 mov eax,DWORD [esi]
54 add ecx,eax
55 mov eax,DWORD [20+esp]
59 mov DWORD [4+eax],ecx
[all …]
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-32.s18 monitor %eax, %ecx, %edx
24 mwait %eax, %ecx
50 movl %eax, 16(%ebp)
52 movl %eax, -16(%ebp)
58 cmpl %eax, %ebx
64 shrl $1, %eax
67 sall $1, %eax
69 sal $1, %eax
74 movl 0, %eax // CHECK: movl 0, %eax # encoding: [0xa1,A,A,A,A]
107 cmoval %eax,%edx
[all …]
Dx86-32-avx.s312 vcmpps $0, (%eax), %xmm6, %xmm1
324 vcmppd $0, (%eax), %xmm6, %xmm1
476 vmovmskps %xmm2, %eax
480 vmovmskpd %xmm2, %eax
484 vmovmskps %ymm2, %eax
488 vmovmskpd %ymm2, %eax
624 vucomiss (%eax), %xmm2
632 vcomiss (%eax), %xmm2
640 vucomisd (%eax), %xmm2
648 vcomisd (%eax), %xmm2
[all …]
Dx86-32-fma3.s9 vfmadd132pd (%eax), %xmm5, %xmm1
17 vfmadd132ps (%eax), %xmm5, %xmm1
25 vfmadd213pd (%eax), %xmm5, %xmm1
33 vfmadd213ps (%eax), %xmm5, %xmm1
41 vfmadd231pd (%eax), %xmm5, %xmm1
49 vfmadd231ps (%eax), %xmm5, %xmm1
57 vfmadd132pd (%eax), %ymm5, %ymm1
65 vfmadd132ps (%eax), %ymm5, %ymm1
73 vfmadd213pd (%eax), %ymm5, %ymm1
81 vfmadd213ps (%eax), %ymm5, %ymm1
[all …]
Dx86_operands.s4 # CHECK: addl $1, %eax
5 addl $1, %eax
6 # CHECK: addl $3, %eax
7 addl $(1+2), %eax
8 # CHECK: addl $a, %eax
9 addl $a, %eax
10 # CHECK: addl $3, %eax
11 addl $1 + 2, %eax
19 # CHECK: addl $1, 8(%eax)
20 addl $1, 4+4(%eax)
[all …]
/external/clang/test/CodeGen/
Dms-inline-asm.c31 __asm mov ebx, eax in t4()
39 __asm mov ebx, eax __asm mov ecx, ebx in t5()
95 mov eax, i
96 mov j, eax
110 __asm mov eax, 1
118 mov eax, i
119 mov j, eax
120 mov eax, l
121 mov m, eax
131 __asm movzx eax, i
[all …]
/external/llvm/test/CodeGen/X86/
Dtls.ll20 ; X32_LINUX: movl %gs:i1@NTPOFF, %eax
23 ; X64_LINUX: movl %fs:i1@TPOFF, %eax
26 ; X32_WIN: movl __tls_index, %eax
28 ; X32_WIN-NEXT: movl (%ecx,%eax,4), %eax
29 ; X32_WIN-NEXT: movl _i1@SECREL32(%eax), %eax
32 ; X64_WIN: movl _tls_index(%rip), %eax
35 ; X64_WIN-NEXT: movl i1@SECREL32(%rax), %eax
38 ; MINGW32: movl __tls_index, %eax
40 ; MINGW32-NEXT: movl (%ecx,%eax,4), %eax
41 ; MINGW32-NEXT: movl _i1@SECREL32(%eax), %eax
[all …]
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dsha1-x86_64.S52 movl %r12d,%eax
56 xorl %r11d,%eax
58 andl %edi,%eax
61 xorl %r12d,%eax
63 addl %eax,%r13d
65 movl %r11d,%eax
69 xorl %edi,%eax
71 andl %esi,%eax
74 xorl %r11d,%eax
76 addl %eax,%r12d
[all …]
/external/boringssl/mac-x86_64/crypto/fipsmodule/
Dsha1-x86_64.S51 movl %r12d,%eax
55 xorl %r11d,%eax
57 andl %edi,%eax
60 xorl %r12d,%eax
62 addl %eax,%r13d
64 movl %r11d,%eax
68 xorl %edi,%eax
70 andl %esi,%eax
73 xorl %r11d,%eax
75 addl %eax,%r12d
[all …]
/external/zlib/src/contrib/inflate86/
Dinffas86.c799 lea eax, ar
800 mov [eax], esp /* save esp, ebp */
801 mov [eax+4], ebp
802 mov esp, eax
823 xor eax, eax
827 shl eax, cl
828 or edx, eax /* hold |= *((ushort *)in)++ << bits */
831 mov eax, [esp+56] /* eax = lmask */
832 and eax, edx /* eax &= hold */
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */
[all …]
/external/clang/test/Sema/
Dms-inline-asm.c11 mov eax, eax in f()
16 mov eax, 1+=2 // expected-error {{unknown token in expression}} in f()
20 mov eax, 1+++ // expected-error {{unknown token in expression}} in f()
24 mov eax, LENGTH bar // expected-error {{unable to lookup expression}} in f()
28 mov eax, SIZE bar // expected-error {{unable to lookup expression}} in f()
32 …mov eax, TYPE bar // expected-error {{unable to lookup expression}} expected-error {{use of undecl… in f()
56 mov eax, arr; in t2() local
57 mov eax, arr[0]; in t2() local
58 mov eax, arr[1 + 2]; in t2() local
59 mov eax, arr[1 + (2 * 5) - 3 + 1<<1]; in t2() local
[all …]
/external/zlib/src/contrib/masmx86/
Dinffas32.asm184 mov eax, [esi+0]
186 add edx,eax
189 mov [esp+44],eax
207 mov eax, [edi+lencode_state]
210 mov [esp+8],eax
213 mov eax,1
215 shl eax,cl
216 dec eax
217 mov [esp+0],eax
219 mov eax,1
[all …]

12345678910>>...62