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

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_IPUT_OBJECT.S 38 movl rGLUE, %edx # %edx<- pMterpGlue
39 movl offGlue_methodClassDex(%edx), %edx # %edx<- pDvmDex
41 movl offDvmDex_pResFields(%edx), %edx # %edx<- pDvmDex->pResFields
42 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr
43 movl (%edx, %ecx, 4), %eax # %eax<- resolved InstField pt
    [all...]
OP_AGET.S 38 FETCH_CC 1, %edx # %edx<- CC
40 GET_VREG %edx # %edx<- vCC
43 cmp offArrayObject_length(%ecx), %edx # compare index to arrayObj->length
45 lea (%ecx, %edx, $scale), %ecx # %ecx<- &vBB[vCC]
46 # trying: lea (%ecx, %edx, scale), %ecx
49 mov$mov offArrayObject_contents(%ecx), %edx # %edx<- vBB[vCC]
52 SET_VREG %edx rINST # vAA<- %edx; valu
    [all...]
OP_IGET_WIDE_QUICK.S 28 movl rINST, %edx # %edx<- BA
29 shr $$4, %edx # %edx<- B
31 GET_VREG %edx # %edx<- vB; object to operate on
32 cmp $$0, %edx # check if object is null
36 movq (%ecx, %edx), %xmm0 # %xmm0<- object field
OP_IPUT_WIDE_QUICK.S 28 movl rINST, %edx # %edx<- BA
29 shr $$4, %edx # %edx<- B
31 GET_VREG %edx # %edx<- vB; object to operate on
32 cmp $$0, %edx # check if object is null
37 movq %xmm0, (%edx, %ecx) # object field<- %xmm0; fp[A]
OP_CONST_WIDE_32.S 31 FETCH 1, %edx # %edx<- BBBBlo
34 or %ecx, %edx # %edx<- %edx<- #+BBBBBBBB
37 movl %edx, (rFP, rINST, 4) # vAA<- BBBBBBBB
OP_RSUB_INT.S 35 FETCHs 1, %edx # %edx<- +CCCC, sign-extended literal
37 subl %ecx, %edx # %edx<- +CCCC sub vB
38 SET_VREG %edx, rINST # vA<- %edx; result
bincmp.S 36 movl $$4, %edx # %edx<- 4
40 FETCHs 1, %edx # %edx<- +CCCC, Branch offset
41 sal $$1, %edx
44 FINISH_RB %edx, %ecx # jump to next instruction
binop2addr.S 21 * "%ecx = %ecx op %edx".
34 movl rINST, %edx # %edx<- BA
35 shr $$4, %edx # %edx<- B
39 GET_VREG %edx # %edx<- vB
binopWide2addr.S 34 movl rINST, %edx # %edx<- BA
36 andl $$15, %edx # %edx<- A
38 movq (rFP, %edx, 4), %xmm0 # %xmm0<- vA
40 movq %xmm0, (rFP, %edx, 4) # vA<- %xmm0; result
OP_CONST_STRING_JUMBO.S 31 movl rGLUE, %edx # get MterpGlue pointer
32 movl offGlue_methodClassDex(%edx), %eax # %eax<- glue->methodClassDex
35 FETCH 2, %edx # %edx<- BBBBhi
36 shl $$16, %edx # %edx<- prepare to create &BBBBBBBB
37 or %edx, %ecx # %ecx<- &BBBBBBBB
53 movl rGLUE, %edx # get MterpGlue pointer
54 movl offGlue_method(%edx), %edx # %edx<- glue->metho
    [all...]
OP_IPUT.S 40 movl rGLUE, %edx # %edx<- pMterpGlue
41 movl offGlue_methodClassDex(%edx), %edx # %edx<- pDvmDex
43 movl offDvmDex_pResFields(%edx), %edx # %edx<- pDvmDex->pResFields
44 cmp $$0, (%edx, %ecx, 4) # check for null ptr; resolved InstField ptr
45 movl (%edx, %ecx, 4), %eax # %eax<- resolved InstField pt
    [all...]
  /frameworks/compile/libbcc/runtime/lib/i386/
muldi3.S 18 movl 8(%esp), %edx // a.lo
20 imull %edx, %ebx // a.lo * b.hi
22 mull %edx // EDX:EAX = a.lo * b.lo
24 addl %ebx, %edx
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 106 /* We loaded the jump table and adjuested EDX. Go. */ \
143 mov %eax, %edx
145 or %edx, %eax
147 movl DEST(%esp), %edx
152 lea (%edx, %ecx, 2), %edx
195 movl %eax, -56(%edx)
196 movl %eax, -52(%edx)
198 movl %eax, -48(%edx)
199 movl %eax, -44(%edx)
    [all...]
sse2-memset32-atom.S 106 /* We loaded the jump table and adjuested EDX. Go. */ \
143 mov %eax, %edx
145 movl DEST(%esp), %edx
150 lea (%edx, %ecx, 4), %edx
176 movl %eax, -60(%edx)
178 movl %eax, -56(%edx)
180 movl %eax, -52(%edx)
182 movl %eax, -48(%edx)
184 movl %eax, -44(%edx)
    [all...]
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 27 movl $$.LinterpPunt,%edx
35 jmp *(%edx)
  /external/llvm/test/MC/X86/
x86_errors.s 19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction
  /bionic/libc/arch-x86/bionic/
sigsetjmp.S 55 1: movl 0(%esp),%edx
56 movl %edx, 0(%ecx)
66 movl 4(%esp),%edx
67 cmpl $0,28(%edx)
71 pushl 24(%edx)
80 1: movl 4(%esp),%edx
82 movl 0(%edx),%ecx
83 movl 4(%edx),%ebx
84 movl 8(%edx),%esp
85 movl 12(%edx),%eb
    [all...]
setjmp.S 58 movl 0(%esp),%edx
59 movl %edx, 0(%ecx)
70 movl 4(%esp),%edx
72 pushl 24(%edx)
81 movl 4(%esp),%edx
83 movl 0(%edx),%ecx
84 movl 4(%edx),%ebx
85 movl 8(%edx),%esp
86 movl 12(%edx),%ebp
87 movl 16(%edx),%es
    [all...]
  /bionic/libm/i387/
s_copysign.S 41 movl 16(%esp),%edx
42 andl $0x80000000,%edx
45 orl %edx,%eax
s_copysignf.S 12 movl 8(%esp),%edx
13 andl $0x80000000,%edx
16 orl %edx,%eax
s_copysignl.S 10 movl 24(%esp),%edx
11 andl $0x8000,%edx
14 orl %edx,%eax
  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 113 add %ecx, %edx; \
114 /* We loaded the jump table and adjuested EDX. Go. */ \
135 add %ecx, %edx; \
151 movl %eax, %edx
153 or %edx, %eax
155 movl DEST(%esp), %edx
202 movl %eax, -28(%edx)
204 movl %eax, -24(%edx)
206 movl %eax, -20(%edx)
208 movl %eax, -16(%edx)
    [all...]
  /external/quake/quake/src/QW/client/
d_scana.s 55 movl %esi,%edx
58 sarl $16,%edx
60 andl $(CYCLE-1),%edx
62 movl (%ebp,%edx,4),%edx
65 addl %ecx,%edx
66 sarl $16,%edx
68 andl $(TURB_TEX_SIZE-1),%edx
69 shll $6,%edx
71 addl %eax,%edx
    [all...]
  /external/quake/quake/src/WinQuake/
d_scana.s 55 movl %esi,%edx
58 sarl $16,%edx
60 andl $(CYCLE-1),%edx
62 movl (%ebp,%edx,4),%edx
65 addl %ecx,%edx
66 sarl $16,%edx
68 andl $(TURB_TEX_SIZE-1),%edx
69 shll $6,%edx
71 addl %eax,%edx
    [all...]
  /external/valgrind/main/none/tests/x86/
cmpxchg8b.c 12 UInt edx; variable
21 "\tpushl %edx\n"
28 "\tmovl " VG_SYM(edx) ",%edx\n"
33 "\tmovl %edx," VG_SYM(edx) "\n"
38 "\tpopl %edx\n"
47 edx = 0x11111111; eax = 0x22222222;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
55 edx = 0x11111111; eax = 0x22222222
    [all...]

Completed in 771 milliseconds

12 3 4 5 6 7 8 91011>>