Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.s15 movl 20(%ebp),%eax
17 movl %eax,-8(%ebp)
23 movl %eax,%edi
32 movl %eax,(%edi)
36 movl %eax,4(%edi)
37 movl 24(%ebp),%eax
38 movl %eax,12(%edi)
39 movl 28(%ebp),%eax
40 movl %eax,16(%edi)
41 movl 32(%ebp),%eax
[all …]
Dfilters_mmx.s62 movl prevX,%eax
63 decl %eax
64 sarl $4,%eax
65 movl %eax,-4(%ebp)
67 movl prevY,%eax
68 decl %eax
69 sarl $4,%eax
70 movl %eax,-8(%ebp)
80 movl brutS, %eax
81 leal (%eax, %ecx, 8),%eax
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_stdlib.c336 mov eax,dword ptr [esp+10h] in _ftol()
337 test eax,eax in _ftol()
347 adc eax,0 in _ftol()
355 sbb eax,0 in _ftol()
385 mov eax, dword ptr[esp+8] in _allmul()
387 or ecx, eax in _allmul()
390 mov eax, dword ptr[esp+4] in _allmul()
396 mov ebx, eax in _allmul()
397 mov eax, dword ptr[esp+8] in _allmul()
399 add ebx, eax in _allmul()
[all …]
/third_party/openssl/crypto/
Dx86_64cpuid.pl46 movl ($arg1),%eax
51 movl %r8d,%eax
79 xor %eax,%eax
82 mov %eax,%r11d # max value for standard query level
84 xor %eax,%eax
87 mov %eax,%r9d
90 or %eax,%r9d
93 or %eax,%r9d # 0 indicates Intel CPU
98 mov %eax,%r10d
101 or %eax,%r10d
[all …]
/third_party/openssl/engines/asm/
De_padlock-x86_64.pl58 xor %eax,%eax
60 xor %eax,%eax
76 mov \$0xC0000000,%eax
78 mov %eax,%edx
79 xor %eax,%eax
82 mov \$0xC0000001,%eax
84 mov %edx,%eax
85 and \$0xffffffef,%eax
86 or \$0x10,%eax # set Nano bit#4
98 mov ($arg1),%eax
[all …]
/third_party/musl/src/string/i386/
Dmemset.s9 mov 4(%esp),%eax
15 mov %dl,(%eax)
16 mov %dl,-1(%eax,%ecx)
20 mov %dx,1(%eax)
21 mov %dx,(-1-2)(%eax,%ecx)
29 mov %edx,(1+2)(%eax)
30 mov %edx,(-1-2-4)(%eax,%ecx)
34 mov %edx,(1+2+4)(%eax)
35 mov %edx,(1+2+4+4)(%eax)
36 mov %edx,(-1-2-4-8)(%eax,%ecx)
[all …]
/third_party/libunwind/src/x86/
Dgetcontext-freebsd.S31 pushl %eax
33 mov 8(%esp),%eax /* ucontext_t* */
34 popl FREEBSD_UC_MCONTEXT_EAX_OFF(%eax)
36 movl %ebx, FREEBSD_UC_MCONTEXT_EBX_OFF(%eax)
37 movl %ecx, FREEBSD_UC_MCONTEXT_ECX_OFF(%eax)
38 movl %edx, FREEBSD_UC_MCONTEXT_EDX_OFF(%eax)
39 movl %edi, FREEBSD_UC_MCONTEXT_EDI_OFF(%eax)
40 movl %esi, FREEBSD_UC_MCONTEXT_ESI_OFF(%eax)
41 movl %ebp, FREEBSD_UC_MCONTEXT_EBP_OFF(%eax)
44 movl %ecx, FREEBSD_UC_MCONTEXT_EIP_OFF(%eax)
[all …]
Dgetcontext-linux.S40 mov 4(%esp),%eax /* ucontext_t* */
43 movl $0, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EAX_OFF)(%eax)
45 movl %ebx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EBX_OFF)(%eax)
46 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ECX_OFF)(%eax)
47 movl %edx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EDX_OFF)(%eax)
48 movl %edi, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EDI_OFF)(%eax)
49 movl %esi, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ESI_OFF)(%eax)
50 movl %ebp, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EBP_OFF)(%eax)
53 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_EIP_OFF)(%eax)
56 movl %ecx, (LINUX_UC_MCONTEXT_OFF+LINUX_SC_ESP_OFF)(%eax)
[all …]
/third_party/jerryscript/targets/curie_bsp/source/
Dsetjmp.S35 mov %eax,(%eax);
36 mov %ebx,0x4(%eax);
37 mov %ecx,0x8(%eax);
38 mov %edx,0xc(%eax);
39 mov %esi,0x10(%eax);
40 mov %edi,0x14(%eax);
41 mov %ebp,0x18(%eax);
42 mov %esp,0x1c(%eax);
45 mov %edx,0x20(%eax);
47 xor %eax,%eax;
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djsimdcpu.asm44 pop eax
45 mov edx, eax
46 xor eax, 1<<21 ; flip ID bit in EFLAGS
47 push eax
50 pop eax
51 xor eax, edx
55 xor eax, eax
57 test eax, eax
60 xor eax, eax
61 inc eax
[all …]
/third_party/elfutils/tests/
Dtestfile44.expect.bz2 ... al 8 6: 03 04 00 add (%eax,%eax,1),%eax 9 ...
Dtestfile45.expect.bz2
/third_party/musl/src/fenv/i386/
Dfenv.s16 test %eax,%ecx
22 and $0x3f,%eax
23 or %eax,%edx
31 1: xor %eax,%eax
34 2: test %eax,%ecx
37 and %ecx,%eax
38 test $0x3f,%eax
47 xor %eax,%eax
53 mov 4(%esp),%eax
54 and $0x3f,%eax
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djsimdcpu.asm42 pop eax
43 mov edx, eax
44 xor eax, 1<<21 ; flip ID bit in EFLAGS
45 push eax
48 pop eax
49 xor eax, edx
54 xor eax, eax
56 test eax, eax
58 cmp eax, 7
62 mov eax, 7
[all …]
/third_party/libjpeg-turbo/simd/i386/
Djsimdcpu.asm42 pop eax
43 mov edx, eax
44 xor eax, 1<<21 ; flip ID bit in EFLAGS
45 push eax
48 pop eax
49 xor eax, edx
54 xor eax, eax
56 test eax, eax
58 cmp eax, 7
62 mov eax, 7
[all …]
/third_party/musl/src/math/i386/
Dhypot.s4 mov 8(%esp),%eax
6 add %eax,%eax
8 and %eax,%ecx
11 or 4(%esp),%eax
16 1: mov 16(%esp),%eax
17 add %eax,%eax
18 or 12(%esp),%eax
32 2: sub $0xffe00000,%eax
33 or 4(%esp),%eax
38 1: mov 16(%esp),%eax
[all …]
Dscalbn.s14 mov 12(%esp),%eax
15 add $0x3ffe,%eax
16 cmp $0x7ffd,%eax
18 sub $0x3ffe,%eax
19 sar $31,%eax
20 xor $0xfff,%eax
21 add $0x3ffe,%eax
22 1: inc %eax
24 mov %eax,12(%esp)
25 mov $0x80000000,%eax
[all …]
Dhypotf.s4 mov 4(%esp),%eax
6 add %eax,%eax
8 and %eax,%ecx
11 test %eax,%eax
16 1: mov 8(%esp),%eax
17 add %eax,%eax
31 2: cmp $0xff000000,%eax
36 1: mov 8(%esp),%eax
37 add %eax,%eax
38 cmp $0xff000000,%eax
Dscalbnf.s14 mov 8(%esp),%eax
15 add $0x3fe,%eax
16 cmp $0x7fd,%eax
18 sub $0x3fe,%eax
19 sar $31,%eax
20 xor $0x1ff,%eax
21 add $0x3fe,%eax
22 1: inc %eax
23 shl $20,%eax
25 mov %eax,8(%esp)
[all …]
/third_party/mesa3d/src/mesa/x86/
Dread_rgba_span_x86.S63 movl (%ebx), %eax ; \
65 bswap %eax /* ARGB -> BGRA */ ; \
66 rorl $8, %eax /* BGRA -> ABGR */ ; \
67 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ; \
71 movl (%ebx), %eax ; \
72 bswap %eax /* ARGB -> BGRA */ ; \
73 rorl $8, %eax /* BGRA -> ABGR */ ; \
74 movl %eax, (%ecx) /* ABGR -> R, G, B, A */ ;
104 movl %ebx, %eax
106 negl %eax
[all …]
/third_party/musl/src/fenv/x32/
Dfenv.s8 test %eax,%ecx
12 and $0x3f,%eax
13 or %eax,-8(%esp)
19 1: xor %eax,%eax
29 xor %eax,%eax
37 xor %eax,%eax
57 shr $3,%eax
58 and $0xc00,%eax
64 xor %eax,%eax
72 xor %eax,%eax
[all …]
/third_party/musl/src/fenv/x86_64/
Dfenv.s8 test %eax,%ecx
12 and $0x3f,%eax
13 or %eax,-8(%rsp)
19 1: xor %eax,%eax
29 xor %eax,%eax
37 xor %eax,%eax
57 shr $3,%eax
58 and $0xc00,%eax
64 xor %eax,%eax
72 xor %eax,%eax
[all …]
/third_party/openh264/codec/common/x86/
Dcpuid.asm67 mov eax, r1d
68 xor eax, 00200000h
69 xor eax, r1d
83 mov eax, ecx
91 mov [rdx], eax
102 mov eax, edi
110 mov [rsi], eax
121 mov eax, [esp+12] ; operating index
128 mov [edi], eax
142 ; need call after cpuid=1 and eax, ecx flag got then
[all …]
/third_party/libffi/src/x86/
Dsysv_intel.S79 mov eax, [esp] /* move the return address */
81 mov [ecx+4], eax /* store retaddr into local frame */
96 mov eax, [20+R_EAX*4+ebp] /* set register arguments */
124 movsx eax, al
125 mov [ecx], eax
128 movsx eax, ax
129 mov [ecx], eax
132 movzx eax, al
133 mov [ecx], eax
136 movzx eax, ax
[all …]
Dsysv.S99 movl (%esp), %eax /* move the return address */
101 movl %eax, 4(%ecx) /* store retaddr into local frame */
116 movl 20+R_EAX*4(%ebp), %eax /* set register arguments */
150 movsbl %al, %eax
151 mov %eax, (%ecx)
154 movswl %ax, %eax
155 mov %eax, (%ecx)
158 movzbl %al, %eax
159 mov %eax, (%ecx)
162 movzwl %ax, %eax
[all …]

12345678910>>...16