HomeSort by relevance Sort by last modified time
    Searched refs:edi (Results 26 - 50 of 312) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/i386/
udivdi3.S 48 pushl %edi
52 movl %eax, %edi
59 imull %edi, %eax // q*bhi
61 sbbl $0, %edi // decrement q if remainder is negative
63 movl %edi, %eax
64 popl %edi
79 pushl %edi
84 movl %eax, %edi
91 imull %edi, %eax // q*bhi
93 sbbl $0, %edi // decrement q if remainder is negativ
    [all...]
  /external/quake/quake/src/QW/client/
block16.h 11 movw %ax,(%edi)
14 movw %cx,2(%edi)
15 addl $0x4,%edi
26 movw %ax,(%edi)
29 movw %cx,2(%edi)
30 addl $0x4,%edi
41 movw %ax,(%edi)
44 movw %cx,2(%edi)
45 addl $0x4,%edi
56 movw %ax,(%edi)
    [all...]
block8.h 11 movb %al,(%edi)
14 movb %cl,1(%edi)
15 addl $0x2,%edi
26 movb %al,(%edi)
29 movb %cl,1(%edi)
30 addl $0x2,%edi
41 movb %al,(%edi)
44 movb %cl,1(%edi)
45 addl $0x2,%edi
56 movb %al,(%edi)
    [all...]
d_scana.s 45 pushl %edi
50 movl C(r_turb_pdest),%edi
72 incl %edi
77 movb %dl,-1(%edi)
80 movl %edi,C(r_turb_pdest)
83 popl %edi
d_copy.s 29 pushl %edi
46 movl C(VGA_pagebase),%edi
69 pushl %edi
78 movl %ebx,(%edi)
80 addl $4,%edi
84 addl LDestDelta,%edi
89 popl %edi
99 addl LBlockDestStep,%edi
105 popl %edi
121 pushl %edi
    [all...]
snd_mixa.s 43 pushl %edi
77 movl ch_pos(%ebx),%edi
79 addl %edi,%esi
81 addl %ecx,%edi
83 movl %edi,ch_pos(%ebx)
92 movl (%eax,%ebx,4),%edi
94 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
96 movl %edi,C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size)
110 movl (%eax,%ebx,4),%edi
112 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
    [all...]
  /external/quake/quake/src/WinQuake/
block16.h 30 movw %ax,(%edi)
33 movw %cx,2(%edi)
34 addl $0x4,%edi
45 movw %ax,(%edi)
48 movw %cx,2(%edi)
49 addl $0x4,%edi
60 movw %ax,(%edi)
63 movw %cx,2(%edi)
64 addl $0x4,%edi
75 movw %ax,(%edi)
    [all...]
block8.h 30 movb %al,(%edi)
33 movb %cl,1(%edi)
34 addl $0x2,%edi
45 movb %al,(%edi)
48 movb %cl,1(%edi)
49 addl $0x2,%edi
60 movb %al,(%edi)
63 movb %cl,1(%edi)
64 addl $0x2,%edi
75 movb %al,(%edi)
    [all...]
d_scana.s 45 pushl %edi
50 movl C(r_turb_pdest),%edi
72 incl %edi
77 movb %dl,-1(%edi)
80 movl %edi,C(r_turb_pdest)
83 popl %edi
d_copy.s 29 pushl %edi
46 movl C(VGA_pagebase),%edi
69 pushl %edi
78 movl %ebx,(%edi)
80 addl $4,%edi
84 addl LDestDelta,%edi
89 popl %edi
99 addl LBlockDestStep,%edi
105 popl %edi
121 pushl %edi
    [all...]
snd_mixa.s 43 pushl %edi
77 movl ch_pos(%ebx),%edi
79 addl %edi,%esi
81 addl %ecx,%edi
83 movl %edi,ch_pos(%ebx)
92 movl (%eax,%ebx,4),%edi
94 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
96 movl %edi,C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size)
110 movl (%eax,%ebx,4),%edi
112 addl C(paintbuffer)+psp_left-psp_size(,%ecx,psp_size),%edi
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 32 ;; EDI = dest
48 mov [edi],edx
50 add edi,BYTE 4
84 mov [edi+0],eax
87 mov [edi+4],ebx
89 mov [edi+8],ecx
90 mov [edi+12],edx
93 add edi,BYTE 16
107 mov [edi],edx
109 add edi,BYTE
    [all...]
x86p_16.asm 44 mov [edi],al
45 mov [edi+1],ah
47 add edi,BYTE 2
54 mov eax,edi
67 mov [edi],al
68 mov [edi+1],ah
70 add edi,BYTE 2
81 lea edi,[edi+ecx*4]
87 .L5: mov [edi+ecx*4-4],ea
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-x86.S 307 pushl %edi
309 movl 24(%esp),%edi
333 movups %xmm2,(%edi)
335 movups %xmm3,16(%edi)
337 movups %xmm4,32(%edi)
339 movups %xmm5,48(%edi)
341 movups %xmm6,64(%edi)
343 movups %xmm7,80(%edi)
344 leal 96(%edi),%edi
    [all...]
aesni-sha1-x86_64.S 83 movl %eax,%edi
100 andl %ebx,%edi
103 xorl %ecx,%edi
110 addl %edi,%edx
115 movl %edx,%edi
135 andl %ebp,%edi
138 xorl %eax,%edi
142 addl %edi,%ebx
148 movl %ebx,%edi
167 andl %ecx,%edi
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-586.S 11 pushl %edi
19 movl 16(%ebp),%edi
81 addl %edi,%ebp
82 movl (%esp),%edi
86 leal 1518500249(%ebp,%edi,1),%ebp
89 movl %ebx,%edi
92 xorl %ecx,%edi
95 andl %eax,%edi
97 xorl %ecx,%edi
99 addl %edi,%eb
    [all...]
sha1-x86_64.S 30 movl 4(%r8),%edi
48 andl %edi,%eax
52 roll $30,%edi
54 movl %edi,%eax
70 xorl %edi,%eax
77 xorl %edi,%eax
86 leal 1518500249(%rbp,%rdi,1),%edi
89 addl %ecx,%edi
92 addl %eax,%edi
95 movl %edi,%ec
    [all...]
  /external/openssl/crypto/des/asm/
crypt586.S 11 pushl %edi
14 xorl %edi,%edi
54 xorl (%ebp,%ebx,1),%edi
56 xorl 0x200(%ebp,%ecx,1),%edi
59 xorl 0x100(%ebp,%ebx,1),%edi
62 xorl 0x300(%ebp,%ecx,1),%edi
67 xorl %ebx,%edi
69 xorl %ebx,%edi
71 xorl %ebx,%edi
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer_MMX_VC.c 46 push edi
50 mov edi, dst // edi = dst local
75 movq mm7, [edi] //(%%edi),%%mm7\n" // mm7 = dst[0]"
89 movq mm5, [edi + 8] //8(%%edi),%%mm5\n" // mm5 = dst[1]
101 movq [edi], mm3 //%%mm3,(%%edi)\n"
103 movq [edi + 8], mm6 //%%mm6,8(%%edi)\n
104 add edi, 16 \/\/$16,%%edi\\n" local
131 mov edi, dst \/\/movl %0,%%edi \/\/ edi = dst local
169 add edi, 8 \/\/$8,%%edi local
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.S 11 pushl %edi
14 movl 20(%esp),%edi
28 addl (%edi),%eax
30 movl %eax,(%edi)
37 addl 4(%edi),%eax
39 movl %eax,4(%edi)
46 addl 8(%edi),%eax
48 movl %eax,8(%edi)
55 addl 12(%edi),%eax
57 movl %eax,12(%edi)
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86.S 11 pushl %edi
13 movl 104(%esp),%edi
15 movl (%edi),%ebp
16 movl 4(%edi),%edx
17 movl 8(%edi),%ecx
18 movl 12(%edi),%ebx
46 movl $15,%edi
57 movb (%esp,%edi,1),%al
63 decl %edi
72 movb (%esp,%edi,1),%a
    [all...]
  /external/zlib/src/contrib/asm686/
match.S 48 /* saved edi 40 */
97 pushl %edi
153 lea (%esi,%ebp), %edi
154 movl %edi, scan(%esp)
159 movl %edi, %eax
188 movzwl (%edi), %ebx
190 movzwl -1(%edi,%eax), %ebx
192 movl dsPrev(%edx), %edi
218 * %edi = prev
223 movzwl (%edi,%ecx,2), %ec
    [all...]
  /bionic/libc/arch-x86/syscalls/
__llseek.S 11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi
__mmap2.S 11 pushl %edi
17 mov 44(%esp), %edi
30 popl %edi
__sys_clone.S 11 pushl %edi
16 mov 40(%esp), %edi
27 popl %edi

Completed in 494 milliseconds

12 3 4 5 6 7 8 91011>>