/external/llvm/test/CodeGen/X86/ |
tlv-2.ll | 13 ; CHECK: movl $1, (%rax) 18 ; CHECK: movl $2, (%rax) 23 ; CHECK: movl $3, (%rax) 28 ; CHECK: movl $4, (%rax)
|
vec_set-A.ll | 2 ; CHECK: movl $1, %{{.*}}
|
tls-pie.ll | 11 ; X32: movl %gs:i@NTPOFF, %eax 14 ; X64: movl %fs:i@TPOFF, %eax 24 ; X32: movl %gs:0, %eax 38 ; X32: movl i2@INDNTPOFF, %eax 39 ; X32-NEXT: movl %gs:(%eax), %eax 43 ; X64-NEXT: movl %fs:(%rax), %eax 53 ; X32: movl %gs:0, %eax
|
commute-two-addr.ll | 15 ; LINUX: movl 4(%esp), %eax 16 ; LINUX: movl 8(%esp), %ecx 18 ; LINUX: movl %ecx, G 26 ; LINUX: movl 4(%esp), %eax 27 ; LINUX: movl 8(%esp), %ecx 29 ; LINUX: movl %ecx, G
|
/external/llvm/test/MC/MachO/ |
section-flags.s | 14 movl $0, %eax
|
/external/quake/quake/src/QW/client/ |
sys_dosa.s | 75 movl cw,%eax 80 movl %eax,full_cw 86 movl %eax,single_cw 92 movl %eax,ceil_cw
|
/external/quake/quake/src/WinQuake/ |
sys_dosa.s | 75 movl cw,%eax 80 movl %eax,full_cw 86 movl %eax,single_cw 92 movl %eax,ceil_cw
|
/external/valgrind/main/none/tests/x86/ |
getseg.c | 9 asm ("mov $~0, %0; movl %%gs, %0" : "=r" (gsl));
|
bug126147-x86.c | 26 " movl %esp, %ecx\n" 27 " movl 0x0c(%ecx), %edi\n" 28 " movl 0x10(%ecx), %esi\n" 29 " movl 0x14(%ecx), %ecx\n" 31 " movl %edi, %edx\n" 42 " movl %edx, %eax\n" 71 " movl %esp, %eax\n" 72 " movl 0x14(%eax), %edi\n" 73 " movl 0x18(%eax), %ecx # size\n" 74 " movl 0x20(%eax), %ebx # divisor\n [all...] |
/bionic/libc/arch-x86/bionic/ |
atexit.S | 35 movl %esp, %ebp 40 movl $0, 4(%esp) 41 movl __dso_handle@GOTOFF(%ebx), %eax 42 movl %eax, 8(%esp) 43 movl 8(%ebp), %eax 44 movl %eax, (%esp) 65 movl (%esp), %ebx
|
/dalvik/vm/mterp/x86-atom/ |
binopDivRemLong2Addr.S | 34 movl rINST, %edx # %edx<- BA 37 movl (rFP, %edx, 4), %eax # %eax<- vB 38 movl %eax, -12(%esp) # push arg vB 39 movl 4(rFP, %edx, 4), %ecx # %ecx<- vB+1 42 movl %ecx, -8(%esp) # push arg vB+1 51 movl %eax, (rFP, rINST, 4) # vA<- return low 52 movl %edx, 4(rFP, rINST, 4) # vA<- return high
|
OP_INVOKE_INTERFACE.S | 49 movl %ecx, -12(%esp) # push argument method index 55 movl rGLUE, %eax # %eax<- pMterpGlue 56 movl offGlue_methodClassDex(%eax), %eax # %eax<- glue->pDvmDex 57 movl %eax, -4(%esp) # push parameter class 63 movl rGLUE, %ecx # %ecx<- pMterpGlue 64 movl offGlue_method(%ecx), %ecx # %ecx<- glue->method 65 movl %ecx, -8(%esp) # push parameter method 66 movl offObject_clazz(%edx), %edx # %edx<- glue->method->clazz 67 movl %edx, -16(%esp) # push parameter 75 movl %eax, %ecx # %ecx<- metho [all...] |
OP_INVOKE_STATIC.S | 45 movl rGLUE, %edx # %edx<- pMterpGlue 46 movl offGlue_methodClassDex(%edx), %ecx # %edx<- pDvmDex 48 movl offDvmDex_pResMethods(%ecx), %ecx # %edx<- pDvmDex->pResMethods 49 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved method to call 57 movl offGlue_method(%edx), %edx # %edx<- glue->method 58 movl $$METHOD_STATIC, -4(%esp) # resolver method type 59 movl %eax, -8(%esp) # push parameter method index 60 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz 61 movl %edx, -12(%esp) # push parameter method 69 movl %eax, %ecx # %ecx<- metho [all...] |
OP_CMP_LONG.S | 34 movl 4(rFP, %ecx, 4), %eax # %eax<- vBBhi 38 movl (rFP, %ecx, 4), %eax # %eax<- vBBlo 46 movl $$0x0, (rFP, rINST, 4) # vAA<- equal 50 movl $$0xFFFFFFFF, (rFP, rINST, 4) # vAA<- less than 54 movl $$0x1, (rFP, rINST, 4) # vAA<- greater than
|
OP_INVOKE_VIRTUAL.S | 46 movl rGLUE, %eax # %eax<- pMterpGlue 48 movl offGlue_methodClassDex(%eax), %eax # %eax<- pDvmDex 50 movl offDvmDex_pResMethods(%eax), %eax # %eax<- pDvmDex->pResMethods 57 movl (%eax, %ecx, 4), %eax # %eax<- resolved base method 62 movl rGLUE, %eax # %eax<- pMterpGlue 63 movl %edx, -4(%esp) # save "this" pointer register 64 movl offGlue_method(%eax), %eax # %eax<- glue->method 65 movl $$METHOD_VIRTUAL, -8(%esp) # push parameter method type 66 movl %ecx, -12(%esp) # push paramter method index 67 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->claz [all...] |
binopDivRemLong.S | 35 movl (rFP, %edx, 4), %eax # %eax<- vCC 36 movl 4(rFP, %edx, 4), %ecx # %ecx<- vCC+1 37 movl %eax, -8(%esp) # push arg vCC 41 movl %ecx, -4(%esp) # push arg vCC+1 50 movl %eax, (rFP, rINST, 4) # vAA<- return low 51 movl %edx, 4(rFP, rINST, 4) # vAA+1<- return high
|
/external/llvm/test/MC/X86/ |
intel-syntax.s | 8 // CHECK: movl $257, -4(%rsp) 10 // CHECK: movl $258, 4(%rsp) 16 // CHECK: movl -4(%rsp), %eax 20 // CHECK: movl $-4, -4(%rsp) 24 // CHECK: movl -24(%rsp,%rax,4), %eax 58 // CHECK: movl %fs:(%rdi), %eax 62 // CHECK: movl _fnan(,%ecx,4), %ecx
|
/external/quake/quake/src/QW/server/ |
worlda.s | 30 movl num(%esp),%eax 39 movl hull(%esp),%ebx 42 movl p(%esp),%edx 44 movl hu_clipnodes(%ebx),%edi 45 movl hu_planes(%ebx),%ebp 65 movl nd_planenum(%edi,%eax,8),%ecx 66 movl nd_children(%edi,%eax,8),%eax 67 movl %eax,%esi 73 movl pl_type(%ebp,%ecx,4),%bl 104 movl Ltemp,%ec [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syscall-x86-linux.S | 93 movl $ __NR_rt_sigprocmask, %eax 94 movl $ VKI_SIG_SETMASK, %ebx 95 movl 8+FSZ(%esp), %ecx 96 movl 12+FSZ(%esp), %edx 97 movl 16+FSZ(%esp), %esi 102 movl 4+FSZ(%esp), %eax /* eax == ThreadState * */ 104 movl OFFSET_x86_EBX(%eax), %ebx 105 movl OFFSET_x86_ECX(%eax), %ecx 106 movl OFFSET_x86_EDX(%eax), %edx 107 movl OFFSET_x86_ESI(%eax), %es [all...] |
/external/libffi/src/x86/ |
darwin.S | 45 movl %esp,%ebp 49 movl 16(%ebp),%ecx 52 movl %esp,%eax 66 movl 20(%ebp),%ecx 127 movl 24(%ebp),%ecx 133 movl 24(%ebp),%ecx 139 movl 24(%ebp),%ecx 145 movl 24(%ebp),%ecx 146 movl %eax,0(%ecx) 147 movl %edx,4(%ecx [all...] |
freebsd.S | 46 movl %esp,%ebp 49 movl 16(%ebp),%ecx 52 movl %esp,%eax 65 movl 20(%ebp),%ecx 128 movl 24(%ebp),%ecx 134 movl 24(%ebp),%ecx 140 movl 24(%ebp),%ecx 146 movl 24(%ebp),%ecx 147 movl %eax,0(%ecx) 148 movl %edx,4(%ecx [all...] |
sysv.S | 45 movl %esp,%ebp 49 movl 16(%ebp),%ecx 52 movl %esp,%eax 66 movl 20(%ebp),%ecx 127 movl 24(%ebp),%ecx 133 movl 24(%ebp),%ecx 139 movl 24(%ebp),%ecx 145 movl 24(%ebp),%ecx 146 movl %eax,0(%ecx) 147 movl %edx,4(%ecx [all...] |
/bionic/libc/arch-x86/string/ |
bcopy.S | 53 movl 12(%esp),%edi 54 movl 16(%esp),%esi 55 movl %edi, %eax 57 movl 12(%esp),%esi 58 movl 16(%esp),%edi 60 movl 20(%esp),%ecx 61 movl %ecx,%edx 68 movl %edx,%ecx 84 movl %edx,%ecx
|
/external/valgrind/main/VEX/orig_amd64/ |
test1.orig | 1534 movl $0, 1056(%rsp,%rax,4) 1538 movl $0, 116(%rdi) 1542 movl $0, 124(%rdi) 1546 movl $0, 12(%rsp) 1550 movl $0, 24(%rsp) 1554 movl $0, 28(%rsp) 1558 movl $0, 45448(%rbp,%rax,4) 1562 movl $0, 48(%rsp,%rax,4) 1566 movl $0, 640(%rdi) 1570 movl $0, 644(%rdi [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
SDL_cpuinfo.c | 63 " movl %%eax,%%ecx \n" 71 " movl $1,%0 # We have CPUID support \n" 91 " movl $1,%0 # We have CPUID support \n" 116 " movl %eax,%ecx \n" 124 " movl $1,-8(%ebp) \n" 139 " movl $1,-8(%rbp) \n" 151 " movl %%ebx,%%edi\n" 159 " movl %%edx,%0 \n" 161 " movl %%edi,%%ebx\n" 180 " movl %ebx,%edi\n [all...] |