Searched
full:movl (Results
351 -
375 of
555) sorted by null
<<11121314151617181920>>
/bionic/libc/arch-x86/string/ |
strncmp.S | 17 movl 8(%esp),%eax 18 movl 12(%esp),%ecx 19 movl 16(%esp),%edx
|
/bionic/libm/amd64/ |
s_remquo.S | 46 movl %eax,%ecx 54 movl -12(%rsp),%ecx 62 movl %eax,(%rdi)
|
s_remquof.S | 46 movl %eax,%ecx 54 movl -8(%rsp),%ecx 62 movl %eax,(%rdi)
|
/bionic/libm/i387/ |
s_copysign.S | 41 movl 16(%esp),%edx 43 movl 8(%esp),%eax 46 movl %eax,8(%esp)
|
/dalvik/vm/mterp/x86/ |
cvtfp_int.S | 37 movl $$0x80000000,%eax 59 movl $$0,(rFP,%ecx,4) 61 movl $$0,4(rFP,%ecx,4)
|
/dalvik/vm/mterp/x86-atom/ |
binopDLit16.S | 35 movl rINST, %eax # %eax<- BA 66 movl $$0x80000000, (rFP, rINST, 4) # vAA<- min int 68 movl $$0, (rFP, rINST, 4) # vAA<- 0
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 23 "movl %%esp,%0\n\t" /* save ESP */ \ 24 "movl %5,%%esp\n\t" /* restore ESP */ \ 25 "movl $1f,%1\n\t" /* save EIP */ \ 101 asm volatile("movl %%cr0,%0\n\t" :"=r" (val)); 107 asm volatile("movl %0,%%cr0": :"r" (val)); 113 asm volatile("movl %%cr2,%0\n\t" :"=r" (val)); 119 asm volatile("movl %0,%%cr2": :"r" (val)); 125 asm volatile("movl %%cr3,%0\n\t" :"=r" (val)); 131 asm volatile("movl %0,%%cr3": :"r" (val)); 137 asm volatile("movl %%cr4,%0\n\t" :"=r" (val)) [all...] |
/bionic/libc/arch-x86/syscalls/ |
__llseek.S | 20 movl $__NR__llseek, %eax
|
__mmap2.S | 22 movl $__NR_mmap2, %eax
|
__openat.S | 18 movl $__NR_openat, %eax
|
__pread64.S | 20 movl $__NR_pread64, %eax
|
__ptrace.S | 18 movl $__NR_ptrace, %eax
|
__pwrite64.S | 20 movl $__NR_pwrite64, %eax
|
__reboot.S | 18 movl $__NR_reboot, %eax
|
__rt_sigaction.S | 18 movl $__NR_rt_sigaction, %eax
|
__rt_sigprocmask.S | 18 movl $__NR_rt_sigprocmask, %eax
|
__rt_sigtimedwait.S | 18 movl $__NR_rt_sigtimedwait, %eax
|
__sys_clone.S | 20 movl $__NR_clone, %eax
|
__timer_settime.S | 18 movl $__NR_timer_settime, %eax
|
__wait4.S | 18 movl $__NR_wait4, %eax
|
__waitid.S | 20 movl $__NR_waitid, %eax
|
_waitpid.S | 18 movl $__NR_waitpid, %eax
|
epoll_ctl.S | 18 movl $__NR_epoll_ctl, %eax
|
epoll_wait.S | 18 movl $__NR_epoll_wait, %eax
|
fchmodat.S | 18 movl $__NR_fchmodat, %eax
|
Completed in 594 milliseconds
<<11121314151617181920>>