Searched
full:movl (Results
276 -
300 of
935) sorted by null
<<11121314151617181920>>
/bionic/libc/arch-x86/syscalls/ |
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 | 11 movl offArrayObject_length(%ecx),rINST
|
/dalvik/vm/mterp/x86-atom/ |
OP_IPUT_OBJECT_QUICK.S | 27 movl rINST, %eax # %eax<- BA 36 movl rINST, (%eax, %ecx) # object field<- vA 39 movl rGLUE, %ecx # get glue 40 movl offGlue_cardTable(%ecx), %ecx # get card table base
|
OP_MONITOR_ENTER.S | 32 movl rGLUE, %eax # %eax<- pMterpGlue 35 movl offGlue_self(%eax), %eax # %eax<- glue->self 41 movl rINST, -4(%esp) # push parameter reference 42 movl %eax, -8(%esp) # push parameter
|
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/compiler-rt/lib/i386/ |
ashldi3.S | 40 movl 12(%esp), %ecx // Load count 41 movl 8(%esp), %edx // Load high 42 movl 4(%esp), %eax // Load low 50 1: movl %eax, %edx // Move low to high
|
lshrdi3.S | 40 movl 12(%esp), %ecx // Load count 41 movl 8(%esp), %edx // Load high 42 movl 4(%esp), %eax // Load low 51 1: movl %edx, %eax // Move high to low
|
/external/llvm/test/CodeGen/X86/ |
2007-02-23-DAGCombine-Miscompile.ll | 7 ; CHECK: movl $1, %eax
|
cmpxchg16b.ll | 6 ; CHECK: movl $1, %ebx
|
darwin-quote.ll | 8 ; CHECK: movl "L_+x$non_lazy_ptr", %ecx
|
dll-linkage.ll | 10 ; FAST: movl __imp__foo, [[R:%[a-z]{3}]]
|
epilogue.ll | 2 ; RUN: llc < %s -mcpu=generic -march=x86 | grep {movl %ebp}
|
fast-isel-agg-constant.ll | 10 ; CHECK: movl $3, %eax
|
hidden-vis-4.ll | 8 ; CHECK: movl _x, %eax
|
tailcallstack64.ll | 9 ; CHECK: movl [[A1:32|144]](%rsp), [[R1:%e..]] 11 ; CHECK: movl [[A2:40|152]](%rsp), [[R2:%[a-z0-9]+]] 15 ; CHECK: movl [[R2]], [[A1]](%rsp) 17 ; CHECK: movl [[R1]], [[A2]](%rsp)
|
x86-64-arg.ll | 1 ; RUN: llc < %s | grep {movl %edi, %eax}
|
x86-64-pic-5.ll | 2 ; RUN: grep {movl a(%rip),} %t1
|
x86-64-pic-6.ll | 2 ; RUN: grep {movl a(%rip),} %t1
|
zext-trunc.ll | 7 ; CHECK-NOT: movl
|
Completed in 2164 milliseconds
<<11121314151617181920>>