Searched refs:ecx (Results 1 - 25 of 216) sorted by relevance

123456789

/external/grub/stage2/
H A Dsetjmp.S59 movl 4(%esp), %ecx /* fetch buffer */
60 movl %ebx, 0(%ecx)
61 movl %esi, 4(%ecx)
62 movl %edi, 8(%ecx)
63 movl %ebp, 12(%ecx) /* save frame pointer of caller */
65 movl %esp, 16(%ecx) /* save stack pointer of caller */
66 movl %edx, 20(%ecx) /* save pc of caller */
72 movl 4(%esp), %ecx /* fetch buffer */
73 movl 0(%ecx), %ebx
74 movl 4(%ecx),
[all...]
/external/quake/quake/src/QW/server/
H A Dworlda.s65 movl nd_planenum(%edi,%eax,8),%ecx
69 leal (%ecx,%ecx,4),%ecx
73 movl pl_type(%ebp,%ecx,4),%bl
79 flds pl_normal(%ebp,%ecx,4)
81 flds pl_normal+4(%ebp,%ecx,4)
83 flds pl_normal+8(%ebp,%ecx,4)
88 fsubs pl_dist(%ebp,%ecx,4)
92 flds pl_dist(%ebp,%ecx,
[all...]
H A Dmath.s30 movl EMINS(%esp),%ecx
49 fmuls (%ecx) // p->normal[0]*emins[0] |
65 fmuls 4(%ecx) // p->normal[1]*emins[1] |
95 fmuls 8(%ecx) //p->normal[2]*emins[2] |
121 fmuls (%ecx) // emins[0]
130 fmuls 4(%ecx) // emins[1]
136 fmuls 8(%ecx) // emins[2]
150 fmuls (%ecx) // emins[0]
153 fmuls 4(%ecx) // emins[1]
162 fmuls 8(%ecx) // emin
[all...]
/external/quake/quake/src/WinQuake/
H A Dworlda.s85 movl nd_planenum(%edi,%eax,8),%ecx
89 leal (%ecx,%ecx,4),%ecx
93 movb pl_type(%ebp,%ecx,4),%bl
99 flds pl_normal(%ebp,%ecx,4)
101 flds pl_normal+4(%ebp,%ecx,4)
103 flds pl_normal+8(%ebp,%ecx,4)
108 fsubs pl_dist(%ebp,%ecx,4)
112 flds pl_dist(%ebp,%ecx,
[all...]
H A Dd_draw16.s71 movl $4096,%ecx
74 movl C(bbextentt),%ecx
184 movl C(d_viewbuffer),%ecx
191 addl %ecx,%edi
192 movl espan_t_u(%ebx),%ecx
193 addl %ecx,%edi // pdest = &pdestspan[scans->u];
194 movl espan_t_count(%ebx),%ecx
199 cmpl $16,%ecx
202 decl %ecx
204 movl %ecx,spancountminus
[all...]
H A Dd_draw.s67 movl $2048,%ecx
70 movl C(bbextentt),%ecx
180 movl C(d_viewbuffer),%ecx
187 addl %ecx,%edi
188 movl espan_t_u(%ebx),%ecx
189 addl %ecx,%edi // pdest = &pdestspan[scans->u];
190 movl espan_t_count(%ebx),%ecx
195 cmpl $8,%ecx
198 decl %ecx
200 movl %ecx,spancountminus
[all...]
H A Dsnd_mixa.s78 movl count(%esp),%ecx
81 addl %ecx,%edi
87 movb -1(%esi,%ecx,1),%bl
89 testl $1,%ecx
94 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
95 addl C(paintbuffer)+psp_right-psp_size(,%ecx,psp_size),%ebp
96 movl %edi,C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size)
97 movl %ebp,C(paintbuffer)+psp_right-psp_size(,%ecx,psp_size)
98 movb -2(%esi,%ecx,1),%bl
100 decl %ecx
[all...]
H A Dmath.s46 movl val(%esp),%ecx
48 cmpl %edx,%ecx
52 divl %ecx
117 movl EMINS(%esp),%ecx
136 fmuls (%ecx) // p->normal[0]*emins[0] |
152 fmuls 4(%ecx) // p->normal[1]*emins[1] |
182 fmuls 8(%ecx) //p->normal[2]*emins[2] |
208 fmuls (%ecx) // emins[0]
217 fmuls 4(%ecx) // emins[1]
223 fmuls 8(%ecx) // emin
[all...]
H A Dsurf8.s72 movl C(r_lightwidth),%ecx
78 leal (%ebx,%ecx,4),%ebx
87 movl 4(%ebx),%ecx // lightptr[1]
91 subl %edx,%ecx
93 sarl $4,%ecx
97 movl %ecx,C(lightrightstep)
99 subl %ecx,%ebx
103 subl %ecx,%ecx // high word must be 0 in loop for addressing
125 movb 0x12345678(%ecx),
[all...]
/external/libffi/src/x86/
H A Dwin32.S47 movl 16(%ebp),%ecx
48 subl %ecx,%esp
66 movl 16(%ebp),%ecx
67 addl %ecx,%esp
69 # Load %ecx with the return type code
70 movl 20(%ebp),%ecx
78 cmpl $FFI_TYPE_FLOAT,%ecx
85 cmpl $FFI_TYPE_INT,%ecx
87 # Load %ecx with the pointer to storage for the return value
88 movl 24(%ebp),%ecx
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c11 UInt ecx; variable
20 "\tpushl %ecx\n"
27 "\tmovl " VG_SYM(ecx) ",%ecx\n"
32 "\tmovl %ecx," VG_SYM(ecx) "\n"
39 "\tpopl %ecx\n"
48 ecx = 0x33333333; ebx = 0x44444444;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
56 ecx
[all...]
H A Dcpuid_s.S18 pushl %ecx
26 movl %ecx, 8(%edi)
30 popl %ecx
48 pushl %ecx
56 movl %ecx, 8(%edi)
60 popl %ecx
/external/quake/quake/src/QW/client/
H A Dd_draw16.s71 movl $4096,%ecx
74 movl C(bbextentt),%ecx
184 movl C(d_viewbuffer),%ecx
191 addl %ecx,%edi
192 movl espan_t_u(%ebx),%ecx
193 addl %ecx,%edi // pdest = &pdestspan[scans->u];
194 movl espan_t_count(%ebx),%ecx
199 cmpl $16,%ecx
202 decl %ecx
204 movl %ecx,spancountminus
[all...]
H A Dd_draw.s67 movl $2048,%ecx
70 movl C(bbextentt),%ecx
180 movl C(d_viewbuffer),%ecx
187 addl %ecx,%edi
188 movl espan_t_u(%ebx),%ecx
189 addl %ecx,%edi // pdest = &pdestspan[scans->u];
190 movl espan_t_count(%ebx),%ecx
195 cmpl $8,%ecx
198 decl %ecx
200 movl %ecx,spancountminus
[all...]
H A Dsnd_mixa.s78 movl count(%esp),%ecx
81 addl %ecx,%edi
87 movb -1(%esi,%ecx,1),%bl
89 testl $1,%ecx
94 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
95 addl C(paintbuffer)+psp_right-psp_size(,%ecx,psp_size),%ebp
96 movl %edi,C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size)
97 movl %ebp,C(paintbuffer)+psp_right-psp_size(,%ecx,psp_size)
98 movb -2(%esi,%ecx,1),%bl
100 decl %ecx
[all...]
H A Dmath.s45 movl val(%esp),%ecx
47 cmpl %edx,%ecx
51 divl %ecx
116 movl EMINS(%esp),%ecx
135 fmuls (%ecx) // p->normal[0]*emins[0] |
151 fmuls 4(%ecx) // p->normal[1]*emins[1] |
181 fmuls 8(%ecx) //p->normal[2]*emins[2] |
207 fmuls (%ecx) // emins[0]
216 fmuls 4(%ecx) // emins[1]
222 fmuls 8(%ecx) // emin
[all...]
H A Dd_draw16.asm258 mov ecx,4096
261 mov ecx,ds:dword ptr[_bbextentt]
324 mov ecx,ds:dword ptr[_d_viewbuffer]
330 add edi,ecx
331 mov ecx,ds:dword ptr[0+ebx]
332 add edi,ecx
333 mov ecx,ds:dword ptr[8+ebx]
334 cmp ecx,16
336 dec ecx
338 mov ds:dword ptr[spancountminus1],ecx
[all...]
H A Dsurf8.s72 movl C(r_lightwidth),%ecx
78 leal (%ebx,%ecx,4),%ebx
87 movl 4(%ebx),%ecx // lightptr[1]
91 subl %edx,%ecx
93 sarl $4,%ecx
97 movl %ecx,C(lightrightstep)
99 subl %ecx,%ebx
103 subl %ecx,%ecx // high word must be 0 in loop for addressing
125 movb 0x12345678(%ecx),
[all...]
/external/llvm/test/MC/X86/
H A Dx86-32-coverage.s3 // CHECK: movb $127, 3735928559(%ebx,%ecx,8)
4 movb $0x7f,0xdeadbeef(%ebx,%ecx,8)
6 // CHECK: movw $31438, 3735928559(%ebx,%ecx,8)
7 movw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
9 // CHECK: movl $2063514302, 3735928559(%ebx,%ecx,8)
10 movl $0x7afebabe,0xdeadbeef(%ebx,%ecx,8)
12 // CHECK: movl $324478056, 3735928559(%ebx,%ecx,8)
13 movl $0x13572468,0xdeadbeef(%ebx,%ecx,8)
15 // CHECK: movsbl 3735928559(%ebx,%ecx,8), %ecx
[all...]
H A Dx86_64-encoding.s37 // CHECK: crc32l 3735928559(%rbx,%rcx,8), %ecx
39 crc32l 0xdeadbeef(%rbx,%rcx,8),%ecx
41 // CHECK: crc32l 69, %ecx
43 crc32l 0x45,%ecx
45 // CHECK: crc32l 32493, %ecx
47 crc32l 0x7eed,%ecx
49 // CHECK: crc32l 3133065982, %ecx
51 crc32l 0xbabecafe,%ecx
53 // CHECK: crc32l %ecx, %ecx
[all...]
/external/qemu/distrib/sdl-1.2.12/src/hermes/
H A Dx86p_32.asm41 cmp ecx,BYTE 32
51 dec ecx
60 mov ebp,ecx
64 push ecx
74 mov ecx,[esi+8]
79 bswap ecx
83 ror ecx,8
89 mov [edi+8],ecx
99 pop ecx
100 and ecx,BYT
[all...]
H A Dx86p_16.asm29 cmp ecx,BYTE 16
48 dec ecx
71 dec ecx
74 push ecx
77 shr ecx,1
80 lea esi,[esi+ecx*4]
81 lea edi,[edi+ecx*4]
84 neg ecx
87 .L5 mov [edi+ecx*4-4],eax
88 .L6 mov eax,[esi+ecx*
[all...]
/external/zlib/contrib/masmx86/
H A Dinffas32.asm197 mov ecx, [esi+16]
200 sub ebp,ecx
204 sub ecx,257
205 add ecx,ebx
209 mov [esp+16],ecx
212 mov ecx, [edi+distcode_state]
215 mov [esp+12],ecx
218 mov ecx, [edi+lenbits_state]
224 mov ecx, [edi+distbits_state]
230 mov ecx, [ed
[all...]
/external/valgrind/main/exp-bbv/tests/x86/
H A Drep_prefix.S21 mov $8192, %ecx
25 mov $8192, %ecx
41 mov $16384, %ecx
47 mov $16384, %ecx
58 mov $8192, %ecx
64 mov $8192, %ecx
75 mov $4096, %ecx
81 mov $4096, %ecx
94 mov $16384, %ecx
101 mov $8192, %ecx
[all...]
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S13 mov $499,%ecx # load counter
15 dec %ecx # repeat count times
43 mov $(new_stack+4096),%ecx # new stack
61 mov $499997,%ecx # load counter
63 dec %ecx # repeat count times
70 mov $999997,%ecx # load counter
72 dec %ecx # repeat count times
85 mov $250000,%ecx # load counter
87 dec %ecx # repeat count times

Completed in 481 milliseconds

123456789