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

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_AGET_WIDE.S 33 FETCH_CC 1, %edx # %edx<- CC
35 GET_VREG %edx # %edx<- vCC
38 cmp offArrayObject_length(%ecx), %edx # compare index to arrayObj->length
41 movq offArrayObject_contents(%ecx, %edx, 8), %xmm0 # %xmm0<- vBB[vCC]
OP_APUT.S 39 FETCH_CC 1, %edx # %edx<- CC
41 GET_VREG %edx # %edx<- vCC
44 cmp offArrayObject_length(%ecx), %edx # compare index to arrayObj->length
47 lea (%ecx, %edx, $scale), %ecx # %ecx<- &vBB[vCC]
OP_APUT_WIDE.S 33 FETCH_CC 1, %edx # %edx<- CC
35 GET_VREG %edx # %edx<- vCC
38 cmp offArrayObject_length(%ecx), %edx # compare index to arrayObj->length
42 movq %xmm0, offArrayObject_contents(%ecx, %edx, 8) # vBB[vCC]<- %xmm0; value
binopDivRemLong.S 34 FETCH_CC 1, %edx # %edx<- CC
35 movl (rFP, %edx, 4), %eax # %eax<- vCC
36 movl 4(rFP, %edx, 4), %ecx # %ecx<- vCC+1
40 FETCH_BB 1, %edx # %edx<- BB
42 movq (rFP, %edx, 4), %xmm0 # %xmm0<- vBB,vBB+1
51 movl %edx, 4(rFP, rINST, 4) # vAA+1<- return high
OP_APUT_OBJECT.S 37 FETCH_CC 1, %edx # %edx<- CC
39 GET_VREG %edx # %edx<- vCC
42 cmp offArrayObject_length(%eax), %edx # compare index to arrayObj->length
45 lea (%eax, %edx, 4), %edx # %edx<- &vBB[vCC]
52 movl %edx, sReg0 # save &vBB[vCC]
54 movl offObject_clazz(rINST), %edx # %edx<- obj->claz
    [all...]
OP_INVOKE_INTERFACE.S 47 FETCH 2, %edx # %edx<- GFED or CCCC
51 and $$15, %edx # %edx<- D if not range
54 GET_VREG %edx # %edx<- first arg "this pointer"
58 cmp $$0, %edx # check for null object
66 movl offObject_clazz(%edx), %edx # %edx<- glue->method->claz
    [all...]
OP_INVOKE_VIRTUAL.S 51 FETCH 2, %edx # %edx<- GFED or CCCC
53 and $$15, %edx # %edx<- D if not range
63 movl %edx, -4(%esp) # save "this" pointer register
75 movl -4(%esp), %edx # get "this" pointer register
82 * %edx = D or CCCC (index of first arg, which is the "this" ptr)
86 GET_VREG %edx # %edx<- "this" ptr
88 cmp $$0, %edx # %edx<- check for null "this
    [all...]
OP_CONST.S 30 FETCH 2, %edx # %edx<- BBBBhi
32 shl $$16, %edx # move BBBB to high bits
33 or %edx, %ecx # %ecx<- #+BBBBBBBB
binop.S 20 * specify an instruction that performs "%ecx = %ecx op %edx"
33 FETCH_CC 1, %edx # %edx<- CC
36 GET_VREG %edx # %edx<- vCC
OP_FILLED_NEW_ARRAY.S 48 movl rGLUE, %edx # %edx<- MterpGlue pointer
49 movl offGlue_methodClassDex(%edx), %edx # %edx<- glue->methodClassDex
50 movl offDvmDex_pResClasses(%edx), %edx # %edx<- glue->methodClassDex->pResClasses
53 movl (%edx, %ecx, 4), %eax # %eax<- possibly resolved class
62 movl rGLUE, %edx # %edx<- MterpGlue pointe
    [all...]
OP_MUL_LONG.S 48 FETCH_CC 1, %edx # %edx<- CC
55 * Z = (rFP, %edx, 4)
56 * Y = 4(rFP, %edx, 4)
61 imull (rFP, %edx, 4), %ecx # %ecx<- WxZ
62 mov 4(rFP, %edx, 4), %eax # %ecx<- Y
65 movl (rFP, %edx, 4), %eax # %eax<- Z
66 mull (rFP, rINST, 4) # %edx:eax<- XZ
68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
OP_PACKED_SWITCH.S 36 FETCH 2, %edx # %edx<- BBBBhi
37 shl $$16, %edx # prepare to create +BBBBBBBB
38 or %edx, %ecx # %ecx<- +BBBBBBBB
46 movl %eax, %edx # %edx<- offset
52 FINISH_RB %edx, %ecx # jump to next instruction
binopDivRemLong2Addr.S 34 movl rINST, %edx # %edx<- BA
35 shr $$4, %edx # %edx<- B
37 movl (rFP, %edx, 4), %eax # %eax<- vB
39 movl 4(rFP, %edx, 4), %ecx # %ecx<- vB+1
52 movl %edx, 4(rFP, rINST, 4) # vA<- return high
OP_SPUT.S 32 movl rGLUE, %edx # %edx<- pMterpGlue
33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- pDvmDex
43 movl offGlue_method(%edx), %edx # %edx <- glue->method
46 movl offMethod_clazz(%edx), %edx # %edx<- method->clazz
47 movl %edx, -8(%esp) # push parameter method->claz
    [all...]
  /bionic/libc/arch-x86/string/
rindex.S 15 movl 8(%esp),%edx
20 movb (%edx),%bl
23 movl %edx,%eax
25 incl %edx
strcat.S 25 movl 12(%esp),%edx /* src address */
37 L1: movb (%edx),%al /* unroll loop, but not too much */
41 movb 1(%edx),%al
45 movb 2(%edx),%al
49 movb 3(%edx),%al
53 movb 4(%edx),%al
57 movb 5(%edx),%al
61 movb 6(%edx),%al
65 movb 7(%edx),%al
67 addl $8,%edx
    [all...]
ssse3-memcpy5.S 168 movl DEST(%esp), %edx
171 cmp %eax, %edx
179 cmp %eax, %edx
193 add %ecx, %edx
202 /* ECX > 32 and EDX is 4 byte aligned. */
206 movl %edx, %edi
207 and $-16, %edx
210 add $16, %edx
212 sub %edx, %edi
249 movdqa %xmm0, (%edx, %edi
    [all...]
  /external/zlib/contrib/asm686/
match.S 99 /* throughout the entire function. %edx will hold the pointer to the */
103 movl deflatestate(%esp), %edx
112 movl dsPrevLen(%edx), %eax
113 movl dsGoodMatch(%edx), %ebx
115 movl dsWMask(%edx), %eax
116 movl dsMaxChainLen(%edx), %ebx
133 movl dsNiceMatch(%edx), %eax
134 movl dsLookahead(%edx), %ebx
142 movl dsWindow(%edx), %esi
144 movl dsStrStart(%edx), %eb
    [all...]
  /external/dropbear/libtommath/etc/
timer.asm 17 push edx
20 mov [time+0],edx
23 pop edx
35 sbb edx,[time+0]
  /system/core/debuggerd/x86/
crashglue.S 9 movl $0, %edx
10 jmp *%edx
  /frameworks/compile/libbcc/runtime/lib/i386/
ashldi3.S 32 movd %xmm0, %edx
41 movl 8(%esp), %edx // Load high
46 shldl %cl, %eax, %edx // left shift high by count
50 1: movl %eax, %edx // Move low to high
52 shll %cl, %edx // shift high by count - 32
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 30 * EAX, ECX, EDX - general purpose scratch registers (caller-saved);
35 * EDX - holds the second 4 bytes of a return
80 #define rFinish %edx
534 SET_VREG rINST, %ecx # vA<- vB; %edx
571 FETCH 1, %edx # %edx<- BBBB
573 GET_VREG %edx # %edx<- vB
574 SET_VREG %edx, rINST # vA<- vB; %edx
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 53 mov edx,dword ptr [esp+18h] local
59 test edx,edx local
66 mov edx,dword ptr [esp+14h] local
67 adc edx,0 local
74 mov edx,dword ptr [esp+14h] local
75 sbb edx,0 local
78 mov edx,dword ptr [esp+14h] local
79 test edx,7FFFFFFFh local
111 mov ecx,edx
113 mov edx,dword ptr [ebp+0Ch] local
119 mov edx,dword ptr [ebp-14h] local
139 mov edx,dword ptr [esp+10h] local
150 mov edx,dword ptr [esp+18h] local
161 xor edx,edx local
166 mov edx,ebx local
171 mov edx,dword ptr [esp+14h] local
176 shr edx,1 local
186 add edx,ecx local
188 cmp edx,dword ptr [esp+14h] local
196 xor edx,edx local
203 sbb edx,0 local
221 xor edx,edx local
226 mov edx,ebx local
231 mov edx,dword ptr [esp+10h] local
236 shr edx,1 local
246 add edx,ecx local
248 cmp edx,dword ptr [esp+10h] local
256 xor edx,edx local
274 mov edx,dword ptr [esp+0Ch] local
284 mov edx,dword ptr [esp+14h] local
295 xor edx,edx local
300 xor edx,edx local
307 mov edx,dword ptr [esp+10h] local
312 shr edx,1 local
321 add edx,ecx local
323 cmp edx,dword ptr [esp+10h] local
330 sbb edx,dword ptr [esp+18h] local
333 sbb edx,dword ptr [esp+10h] local
339 sbb edx,0 local
355 xor edx,edx local
360 xor edx,edx local
365 mov edx,dword ptr [esp+0Ch] local
370 shr edx,1 local
379 add edx,ecx local
381 cmp edx,dword ptr [esp+0Ch] local
388 sbb edx,dword ptr [esp+14h] local
391 sbb edx,dword ptr [esp+0Ch] local
394 sbb edx,0 local
413 mov edx,dword ptr [esp+10h] local
424 mov edx,dword ptr [esp+18h] local
435 xor edx,edx local
446 add edx,ecx local
451 mov edx,dword ptr [esp+14h] local
456 shr edx,1 local
466 add edx,ecx local
468 cmp edx,dword ptr [esp+14h] local
476 sbb edx,dword ptr [esp+1Ch] local
481 sbb edx,dword ptr [esp+14h] local
486 sbb edx,0 local
489 mov edx,ebx local
497 sbb edx,0 local
514 xor edx,edx local
525 add edx,ecx local
530 mov edx,dword ptr [esp+0Ch] local
535 shr edx,1 local
545 add edx,ecx local
547 cmp edx,dword ptr [esp+0Ch] local
555 sbb edx,dword ptr [esp+14h] local
560 sbb edx,dword ptr [esp+0Ch] local
563 sbb edx,0 local
565 mov edx,ebx local
580 shld edx,eax,cl local
584 mov edx,eax local
587 shl edx,cl local
591 xor edx,edx local
602 shrd eax,edx,cl local
603 shr edx,cl local
607 xor edx,edx local
613 xor edx,edx local
    [all...]
  /external/quake/quake/src/QW/client/
r_edgea.s 51 movl edgestoadd(%esp),%edx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
78 movl et_next(%edx),%edx
86 cmpl $0,%edx
92 movl et_next(%edx),%edx
99 cmpl $0,%edx
121 movl et_prev(%eax),%edx
    [all...]
  /external/quake/quake/src/WinQuake/
r_edgea.s 51 movl edgestoadd(%esp),%edx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
78 movl et_next(%edx),%edx
86 cmpl $0,%edx
92 movl et_next(%edx),%edx
99 cmpl $0,%edx
121 movl et_prev(%eax),%edx
    [all...]

Completed in 357 milliseconds

1 2 34 5 6 7 8 91011>>