HomeSort by relevance Sort by last modified time
    Searched refs:edx (Results 251 - 275 of 497) sorted by null

<<11121314151617181920

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
toshiba.h 31 unsigned int edx __attribute__ ((packed)); member in struct:__anon21250
  /system/core/debuggerd/x86/
x86_utility.h 24 long edx; member in struct:pt_regs_x86
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
msr.h 47 __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
75 unsigned int *ecx, unsigned int *edx)
81 "=d" (*edx)
87 int *edx)
93 "=d" (*edx)
132 unsigned int eax, edx; local
135 : "=a" (eax), "=d" (edx)
138 return edx;
  /external/zlib/contrib/masm686/
match.asm 143 ; throughout the entire function. edx will hold the pointer to the
147 mov edx, [esp+deflatestate]
148 ASSUME edx:PTR DEFLATE_STATE
158 mov eax, [edx].ds_prev_length
159 mov ebx, [edx].ds_good_match
161 mov eax, [edx].ds_w_mask
162 mov ebx, [edx].ds_max_chain_length
179 mov eax, [edx].ds_nice_match
180 mov ebx, [edx].ds_lookahead
189 mov esi, [edx].ds_window
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_SGET_WIDE.S 34 FETCH 1, %edx # %edx<- BBBB
36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
37 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved StaticField ptr
49 * %edx: BBBB field ref
55 movl %edx, -4(%esp) # push parameter CCCC; field ref
OP_SHR_LONG_2ADDR.S 32 movl rINST, %edx # %edx<- BA
33 shr $$4, %edx # %edx<- B
35 movss (rFP, %edx, 4), %xmm0 # %xmm0<- vB
OP_SPUT_WIDE.S 34 FETCH 1, %edx # %edx<- BBBB
36 cmp $$0, (%ecx, %edx, 4) # check for null ptr; resolved StaticField ptr
37 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved StaticField ptr
49 * %edx: BBBB field ref
55 movl %edx, -4(%esp) # push parameter CCCC; field ref
OP_CMPL_FLOAT.S 40 FETCH_CC 1, %edx # %edx<- CC
43 comis$sod (rFP, %edx, 4), %xmm0 # do comparison
OP_IPUT_OBJECT_QUICK.S 34 FFETCH_ADV 2, %edx # %edx<- next instruction hi; fetch, advance
44 FGETOP_JMP 2, %edx # jump to next instruction; getop, jmp
OP_MOVE.S 37 SET_VREG rINST, %ecx # vA<- vB; %edx
binopDLit16.S 47 cdq # sign-extend %eax to %edx
48 idiv %ecx # divide %edx:%eax by %ecx
53 SET_VREG %edx rINST # vA<- %edx (remainder)
binopDLit8.S 46 cdq # sign-extend %eax to %edx
47 idiv %ecx # divide %edx:%eax by %ecx
52 SET_VREG %edx rINST # vAA<- %edx (remainder)
  /external/quake/quake/src/QW/server/
worlda.s 42 movl p(%esp),%edx
52 // %edx: p
80 fmuls 0(%edx)
82 fmuls 4(%edx)
84 fmuls 8(%edx)
93 fsubrs (%edx,%ebx,4)
  /external/quake/quake/src/WinQuake/
worlda.s 62 movl p(%esp),%edx
72 // %edx: p
100 fmuls 0(%edx)
102 fmuls 4(%edx)
104 fmuls 8(%edx)
113 fsubrs (%edx,%ebx,4)
r_drawa.s 71 movl pv1(%esp),%edx
94 flds mv_position+0(%edx)
96 flds mv_position+4(%edx)
98 flds mv_position+8(%edx)
198 movl %edx,%esi
250 movl C(r_framecount),%edx
253 andl $(FRAMECOUNT_MASK),%edx
254 orl $(FULLY_CLIPPED_CACHED),%edx
255 movl %edx,C(cacheoffset)
273 movl %edi,%edx
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 108 __ mov(edx, dst);
109 __ and_(edx, 0xF);
110 __ neg(edx);
111 __ add(Operand(edx), Immediate(16));
112 __ add(dst, Operand(edx));
113 __ add(src, Operand(edx));
114 __ sub(Operand(count), edx); local
122 __ mov(edx, count);
124 Register count = edx;
168 __ mov(edx, ecx)
234 __ sub(Operand(count), edx); local
    [all...]
  /external/quake/quake/src/QW/client/
r_edgea.asm 247 mov edx,ds:dword ptr[4+8+esp]
251 mov eax,ds:dword ptr[0+edx]
252 mov edi,edx
271 mov edx,ds:dword ptr[12+edx]
278 cmp edx,0
283 mov edx,ds:dword ptr[12+edx]
289 cmp edx,0
303 mov edx,ds:dword ptr[8+eax]
    [all...]
d_parta.asm 302 mov edx,ds:dword ptr[DP_v]
305 cmp edx,ebx
311 cmp edx,ebx
319 mov edi,ds:dword ptr[_d_scantable+edx*4]
320 imul edx,ds:dword ptr[_d_zrowbytes]
321 lea edx,ds:dword ptr[edx+eax*2]
325 add edx,eax
350 cmp ds:word ptr[edx],bp
352 mov ds:word ptr[edx],bp
    [all...]
r_drawa.s 71 movl pv1(%esp),%edx
94 flds mv_position+0(%edx)
96 flds mv_position+4(%edx)
98 flds mv_position+8(%edx)
198 movl %edx,%esi
250 movl C(r_framecount),%edx
253 andl $(FRAMECOUNT_MASK),%edx
254 orl $(FULLY_CLIPPED_CACHED),%edx
255 movl %edx,C(cacheoffset)
273 movl %edi,%edx
    [all...]
d_draw.asm 243 mov edx,ds:dword ptr[_bbextentt]
247 xor edx,edx
282 mov edx,ds:dword ptr[_cacheblock]
288 mov ds:dword ptr[pbase],edx
325 mov edx,ds:dword ptr[_tadjust]
391 add edx,ds:dword ptr[t]
400 cmp edx,ebp
404 mov ds:dword ptr[t],edx
406 shl edx,16
    [all...]
  /external/zlib/contrib/masmx86/
inffas32.asm 187 mov edx, [esi+4]
190 add edx,eax
191 sub edx,11
194 mov [esp+20],edx
231 mov edx, [edi+window_state]
235 mov [esp+56],edx
282 push edx
292 pop edx
293 xor edx,eax
301 cmp edx,049656e69h
    [all...]
  /bionic/libc/arch-x86/string/
memcmp.S 39 movzbl -1(%esi),%edx
40 subl %edx,%eax
  /dalvik/vm/mterp/x86/
OP_MUL_INT.S 10 imull (rFP,%ecx,4),%eax # trashes rIBASE/edx
OP_MUL_INT_2ADDR.S 8 imull (rFP,%ecx,4),%eax # trashes rIBASE/edx
OP_MUL_INT_LIT8.S 7 imull %ecx,%eax # trashes rIBASE/edx

Completed in 976 milliseconds

<<11121314151617181920