HomeSort by relevance Sort by last modified time
    Searched refs:esi (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /bionic/libc/arch-x86/bionic/
crtend_so.S 13 pushl %esi
14 mov $__CTOR_END__, %esi
18 * call it, otherwise we're done. We use %esi since it's callee saved.
20 subl $4, %esi
21 mov (%esi), %eax
29 popl %esi
atomics_x86.S 16 pushl %esi
20 mov 20(%esp), %esi /* timeout */
23 popl %esi
66 pushl %esi
70 movl 24(%esp), %esi /* timeout */
73 popl %esi
123 pushl %esi
127 movl (%ebx), %esi /* old = *addr */
128 movl %esi, %edx
133 pushl %esi
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcmp3.S 93 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
95 CFI_PUSH (%esi)
132 PUSH (%esi)
137 movl %edx, %esi
143 lea 16(%esi), %esi
148 sub %edx, %esi
150 mov %esi, %edx
153 xor %edx, %esi
197 movaps (%esi), %xmm
    [all...]
memcmp.S 11 pushl %esi
13 movl 16(%esp),%esi
29 popl %esi
35 subl %ecx,%esi /* match. */
39 movzbl -1(%esi),%edx
41 popl %esi
bcopy.S 50 pushl %esi
54 movl 16(%esp),%esi
57 movl 12(%esp),%esi
62 cmpl %esi,%edi /* potentially overlapping? */
73 popl %esi
77 addl %ecx,%esi
81 decl %esi
86 subl $3,%esi
91 popl %esi
bcmp.S 11 pushl %esi
13 movl 16(%esp),%esi
30 L2: popl %esi
  /external/quake/quake/src/QW/client/
r_edgea.s 50 pushl %esi // preserve register variables
61 movl et_next(%ecx),%esi
64 movl et_u(%esi),%ebx
65 movl et_next(%esi),%ecx
69 movl et_next(%ecx),%esi
72 movl et_u(%esi),%ebx
73 movl et_next(%esi),%ecx
79 movl et_prev(%esi),%ebx
80 movl %esi,et_next(%edi)
83 movl %edi,et_prev(%esi)
    [all...]
block16.h 2 movb (%esi),%al
3 movb (%esi,%ebx,),%cl
7 leal (%esi,%ebx,2),%esi
17 movb (%esi),%al
18 movb (%esi,%ebx,),%cl
22 leal (%esi,%ebx,2),%esi
32 movb (%esi),%al
33 movb (%esi,%ebx,),%c
    [all...]
block8.h 2 movb (%esi),%al
3 movb (%esi,%ebx,),%cl
7 leal (%esi,%ebx,2),%esi
17 movb (%esi),%al
18 movb (%esi,%ebx,),%cl
22 leal (%esi,%ebx,2),%esi
32 movb (%esi),%al
33 movb (%esi,%ebx,),%c
    [all...]
r_aclipa.s 44 pushl %esi
47 movl pfv0(%esp),%esi
54 movl fv_v+4(%esi),%edx
60 movl fv_v+4(%esi),%ecx
63 movl pfv1(%esp),%esi
79 fildl fv_v+0(%esi) // fv0v0 | scale
81 fildl fv_v+4(%esi) // fv0v1 | fv1v0 | fv0v0 | scale
83 fildl fv_v+8(%esi) // fv0v2 | fv1v1 | fv0v1 | fv1v0 | fv0v0 | scale
105 addl $12,%esi
153 popl %esi
    [all...]
d_copy.s 30 pushl %esi // preserve register variables
45 movl bufptr(%esp),%esi
68 pushl %esi
73 movb 12(%esi),%bh
74 movb 8(%esi),%bl
76 movb 4(%esi),%bh
77 movb (%esi),%bl
79 addl $16,%esi
85 addl LSrcDelta,%esi
90 popl %esi
    [all...]
d_polysa.s 485 pushl %esi // preserve register variables
495 movl lp2(%esp),%esi
502 movl 0(%esi),%eax
505 movl 4(%esi),%ebp
528 movl 0(%esi),%edx
532 movl 4(%esi),%ecx
585 movl %esi,%edi
586 movl %edx,%esi
597 movl %esi,%ebx
598 movl %edi,%esi
    [all...]
d_draw16.s 48 movl C(bbextents),%esi
52 xorl %esi,%esi
99 pushl %esi // preserve register variables
189 movl C(sadjust),%esi
277 addl s,%esi
281 cmpl %ebx,%esi
284 movl %esi,s
286 shll $16,%esi
288 movl %esi,sfrac
    [all...]
d_draw.s 44 movl C(bbextents),%esi
48 xorl %esi,%esi
95 pushl %esi // preserve register variables
185 movl C(sadjust),%esi
273 addl s,%esi
277 cmpl %ebx,%esi
280 movl %esi,s
282 shll $16,%esi
284 movl %esi,sfrac
    [all...]
d_scana.s 44 pushl %esi // preserve register variables
48 movl C(r_turb_s),%esi
55 movl %esi,%edx
63 addl %esi,%eax
73 addl C(r_turb_sstep),%esi
84 popl %esi
  /external/quake/quake/src/WinQuake/
r_edgea.s 50 pushl %esi // preserve register variables
61 movl et_next(%ecx),%esi
64 movl et_u(%esi),%ebx
65 movl et_next(%esi),%ecx
69 movl et_next(%ecx),%esi
72 movl et_u(%esi),%ebx
73 movl et_next(%esi),%ecx
79 movl et_prev(%esi),%ebx
80 movl %esi,et_next(%edi)
83 movl %edi,et_prev(%esi)
    [all...]
block16.h 21 movb (%esi),%al
22 movb (%esi,%ebx,),%cl
26 leal (%esi,%ebx,2),%esi
36 movb (%esi),%al
37 movb (%esi,%ebx,),%cl
41 leal (%esi,%ebx,2),%esi
51 movb (%esi),%al
52 movb (%esi,%ebx,),%c
    [all...]
block8.h 21 movb (%esi),%al
22 movb (%esi,%ebx,),%cl
26 leal (%esi,%ebx,2),%esi
36 movb (%esi),%al
37 movb (%esi,%ebx,),%cl
41 leal (%esi,%ebx,2),%esi
51 movb (%esi),%al
52 movb (%esi,%ebx,),%c
    [all...]
r_aclipa.s 44 pushl %esi
47 movl pfv0(%esp),%esi
54 movl fv_v+4(%esi),%edx
60 movl fv_v+4(%esi),%ecx
63 movl pfv1(%esp),%esi
79 fildl fv_v+0(%esi) // fv0v0 | scale
81 fildl fv_v+4(%esi) // fv0v1 | fv1v0 | fv0v0 | scale
83 fildl fv_v+8(%esi) // fv0v2 | fv1v1 | fv0v1 | fv1v0 | fv0v0 | scale
105 addl $12,%esi
153 popl %esi
    [all...]
d_copy.s 30 pushl %esi // preserve register variables
45 movl bufptr(%esp),%esi
68 pushl %esi
73 movb 12(%esi),%bh
74 movb 8(%esi),%bl
76 movb 4(%esi),%bh
77 movb (%esi),%bl
79 addl $16,%esi
85 addl LSrcDelta,%esi
90 popl %esi
    [all...]
d_polysa.s 485 pushl %esi // preserve register variables
495 movl lp2(%esp),%esi
502 movl 0(%esi),%eax
505 movl 4(%esi),%ebp
528 movl 0(%esi),%edx
532 movl 4(%esi),%ecx
585 movl %esi,%edi
586 movl %edx,%esi
597 movl %esi,%ebx
598 movl %edi,%esi
    [all...]
d_draw16.s 48 movl C(bbextents),%esi
52 xorl %esi,%esi
99 pushl %esi // preserve register variables
189 movl C(sadjust),%esi
277 addl s,%esi
281 cmpl %ebx,%esi
284 movl %esi,s
286 shll $16,%esi
288 movl %esi,sfrac
    [all...]
d_draw.s 44 movl C(bbextents),%esi
48 xorl %esi,%esi
95 pushl %esi // preserve register variables
185 movl C(sadjust),%esi
273 addl s,%esi
277 cmpl %ebx,%esi
280 movl %esi,s
282 shll $16,%esi
284 movl %esi,sfrac
    [all...]
d_scana.s 44 pushl %esi // preserve register variables
48 movl C(r_turb_s),%esi
55 movl %esi,%edx
63 addl %esi,%eax
73 addl C(r_turb_sstep),%esi
84 popl %esi
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
x86p_32.asm 31 ;; ESI = source
45 mov edx,[esi]
49 add esi,BYTE 4
66 .L4 mov eax,[esi]
67 mov ebx,[esi+4]
74 mov ecx,[esi+8]
77 mov edx,[esi+12]
92 add esi,BYTE 16
104 mov edx,[esi]
108 add esi,BYTE
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 8