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

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-x86/string/
ssse3-memcmp3-new.S 109 movl BLK2(%esp), %edx
114 add %ecx, %edx
123 cmp (%edx), %cl
143 movdqu (%edx), %xmm0
145 movl %edx, %esi
147 pmovmskb %xmm3, %edx
150 sub $0xffff, %edx
153 mov %edi, %edx
154 and $0xf, %edx
155 xor %edx, %ed
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_CONST_CLASS.S 34 movl rGLUE, %edx # get MterpGlue pointer
36 movl offGlue_methodClassDex(%edx), %eax # %eax<- pDvmDex
53 movl offGlue_method(%edx), %edx # %edx<- glue->method
54 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz
57 movl %edx, -12(%esp) # push parameter glue->method->clazz
binopD2addr.S 39 GET_VREG %ecx # %edx<- vB
47 cdq # sign-extend %eax to %edx
48 idiv %ecx # divide %edx:%eax by %ecx
52 SET_VREG %edx rINST # vAA<- %edx (remainder)
55 #FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
56 #FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
66 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
67 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_SPUT_OBJECT.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...]
  /external/oprofile/module/x86/
oprofile_nmi.S 18 pushl %edx; \
21 movl $(__KERNEL_DS), %edx; \
22 movl %edx, %ds; \
23 movl %edx, %es;
28 popl %edx; \
59 movl %esp, %edx
60 pushl %edx
  /bionic/libc/arch-x86/syscalls/
__fcntl.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__fcntl64.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__fstatfs64.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__getcpu.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__ioctl.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__open.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__sched_getaffinity.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__setresuid.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__sigsuspend.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__statfs64.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__syslog.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
__timer_create.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
chown.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
execve.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
fchown.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
ftruncate64.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
getdents.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
init_module.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
inotify_add_watch.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx
ioprio_set.S 12 pushl %edx
15 mov 24(%esp), %edx
26 popl %edx

Completed in 224 milliseconds

1 2 3 45 6 7 8 91011>>