HomeSort by relevance Sort by last modified time
    Searched full:movl (Results 176 - 200 of 555) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/arch-x86/syscalls/
getresuid.S 10 movl $__NR_getresuid32, %eax
gettid.S 10 movl $__NR_gettid, %eax
getuid.S 10 movl $__NR_getuid32, %eax
inotify_init.S 12 movl $__NR_inotify_init, %eax
pause.S 10 movl $__NR_pause, %eax
pipe.S 12 movl $__NR_pipe, %eax
rmdir.S 12 movl $__NR_rmdir, %eax
sched_get_priority_max.S 12 movl $__NR_sched_get_priority_max, %eax
sched_get_priority_min.S 12 movl $__NR_sched_get_priority_min, %eax
sched_getscheduler.S 12 movl $__NR_sched_getscheduler, %eax
sched_yield.S 12 movl $__NR_sched_yield, %eax
setgid.S 12 movl $__NR_setgid32, %eax
setsid.S 10 movl $__NR_setsid, %eax
sigpending.S 12 movl $__NR_sigpending, %eax
sync.S 12 movl $__NR_sync, %eax
sysinfo.S 12 movl $__NR_sysinfo, %eax
times.S 12 movl $__NR_times, %eax
umask.S 12 movl $__NR_umask, %eax
uname.S 12 movl $__NR_uname, %eax
unlink.S 12 movl $__NR_unlink, %eax
  /dalvik/vm/mterp/x86/
OP_ARRAY_LENGTH.S 12 movl offArrayObject_length(%ecx),%ecx
OP_INVOKE_VIRTUAL_QUICK.S 19 movl offObject_clazz(%eax),%eax # eax<- thisPtr->clazz
20 movl offClassObject_vtable(%eax),%eax # eax<- thisPtr->clazz->vtable
22 movl (%eax,%ecx,4),%eax # eax<- vtable[BBBB]
  /dalvik/vm/mterp/x86-atom/
OP_REM_FLOAT_2ADDR.S 32 movl rINST, %edx # %edx<- BA
36 movl (rFP, rINST, 4), %ecx # %ecx<- vA
37 movl %ecx, -8(%esp) # push parameter vA
38 movl %edx, -4(%esp) # push parameter vB
  /external/grub/stage2/
asm.S 128 ADDR32 movl %ebp, EXT_C(install_second_sector)
132 movl $STACKOFF, %ebp
133 movl %ebp, %esp
155 movl $__bss_start, %edi
157 movl $_edata, %edi
159 movl $edata, %edi
164 movl $end, %ecx
166 movl $_end, %ecx
247 movl 4(%esp), %eax
298 movl %esp, %eb
    [all...]
  /bionic/libc/arch-x86/string/
swab.S 18 movl 12(%esp),%esi
19 movl 16(%esp),%edi
20 movl 20(%esp),%ecx

Completed in 678 milliseconds

1 2 3 4 5 6 78 91011>>