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

1 2 3 4 5 6 78 91011>>

  /bionic/libc/arch-x86/syscalls/
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
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
OP_ARRAY_LENGTH.S 31 movl rINST, %eax # %eax<- BA
38 movl offArrayObject_length(%eax), %eax # %eax<- array length
39 movl %eax, (rFP, rINST, 4) # vA<- %eax; array length
OP_CONST_WIDE_16.S 32 movl %ecx, %edx # %edx<- ssssBBBB (sign-extended)
35 movl %edx, (rFP, rINST, 4) # vAA<- ssssBBBB
36 movl %ecx, 4(rFP, rINST, 4) # vAA+1<- ssssssss
OP_INVOKE_VIRTUAL_QUICK.S 35 movl offObject_clazz(%edx), %edx # %edx<- thisPtr->clazz
36 movl offClassObject_vtable(%edx), %edx # %edx<- thisPtr->clazz->vtable
37 movl (%edx, %ecx, 4), %ecx # %ecx<- vtable[methodIndex]
OP_THROW.S 30 movl rGLUE, %eax # %eax<- pMterpGlue
33 movl offGlue_self(%eax), %ecx # %ecx<- glue->self
35 movl rINST, offThread_exception(%ecx) # thread->exception<- object
entry.S 33 movl 4(%esp), %ecx # get first argument
34 movl %ebp, -4(%esp) # save caller base pointer
35 movl %ebx, -8(%esp) # save %ebx
36 movl %esi, -12(%esp) # save %esi
37 movl %edi, -16(%esp) # save %edi
50 #movl 24(%ebp), %edi # restore %edi
51 #movl 28(%ebp), %esi # restore %esi
52 #movl 32(%ebp), %ebx # restore %ebx
53 #movl 36(%ebp), %ebp # restore caller base pointer
57 movl -16(%esp), %edi # restore %ed
    [all...]
  /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
  /external/quake/quake/src/QW/client/
d_draw16.s 48 movl C(bbextents),%esi
56 movl C(bbextentt),%edx
64 movl $4096,%ebp
67 movl C(bbextents),%ebp
71 movl $4096,%ecx
74 movl C(bbextentt),%ecx
78 movl $4096,%eax
81 movl C(bbextents),%eax
85 movl $4096,%ebx
88 movl C(bbextentt),%eb
    [all...]

Completed in 46 milliseconds

1 2 3 4 5 6 78 91011>>