/dalvik/vm/mterp/x86/ |
header.S | 104 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp) 105 #define UNSPILL(reg) movl reg##_SPILL(%ebp),reg 106 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp) 107 #define UNSPILL_TMP1(reg) movl TMP_SPILL1(%ebp),reg 108 #define SPILL_TMP2(reg) movl reg,TMP_SPILL2(%ebp) 109 #define UNSPILL_TMP2(reg) movl TMP_SPILL2(%ebp),reg 110 #define SPILL_TMP3(reg) movl reg,TMP_SPILL3(%ebp) 111 #define UNSPILL_TMP3(reg) movl TMP_SPILL3(%ebp),reg 115 movl offThread_pJitProfTable(\_self),\_reg 118 movl offThread_jitThreshold(\_self),\_re [all...] |
OP_CONST_4.S | 4 movl $$0xf,rINST
|
OP_CONST_WIDE_32.S | 3 movl 2(rPC),%eax # eax<- BBBBbbbb
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 91 movl %esp,%ebp 97 movl 16(%ebp),%ebx 104 movl %ebx,%ecx 109 movl 8(%ebp),%ecx 110 movl 12(%ebp),%eax 111 movl 24(%ebp),%esi 114 movl (%esi),%eax 117 movl %eax,4(%esp) 118 movl %ecx,0(%esp) 120 movl %ebx,%ec [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_INT_TO_LONG.S | 32 movl rINST, %eax # %eax<- BA+ 33 movl rINST, %ecx # %ecx<- BA+ 38 movl %eax, (rFP, %ecx, 4) # vA<- lo part 39 movl %edx, 4(rFP, %ecx, 4) # vA+1<- hi part
|
OP_INVOKE_SUPER.S | 45 movl rGLUE, %ecx # %ecx<- pMterpGlue 47 movl offGlue_methodClassDex(%ecx), %ecx # %ecx<- pDvmDex 52 movl offDvmDex_pResMethods(%ecx), %ecx # %ecx<- pDvmDex->pResMethods 54 movl (%ecx, %edx, 4), %ecx # %ecx<- resolved base method 60 movl rGLUE, %eax # %eax<- pMterpGlue 61 movl offGlue_method(%eax), %eax # %eax<- glue->method 62 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz 74 movl offClassObject_super(%eax), %edx # %edx<- glue->method->clazz->super 79 movl offClassObject_vtable(%edx), %edx # %edx<- glue->method->clazz->super->vtable 80 movl (%edx, %ecx, 4), %ecx # %ecx<- vtable[methodIndex [all...] |
OP_MOVE_EXCEPTION.S | 32 movl rGLUE, %eax # %eax<- pMterpGlue 33 movl offGlue_self(%eax), %ecx # %ecx<- glue->self 35 movl offThread_exception(%ecx), %edx # %edx<- glue->self->exception 36 movl $$0, offThread_exception(%ecx) # clear exception
|
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
|
/external/llvm/test/CodeGen/X86/ |
2007-01-29-InlineAsm-ir.ll | 5 %tmp = call i32 asm sideeffect "push %ebx ; movl $2,%ebx ; int $$0x80 ; pop %ebx", "={ax},0,ri,{cx},{dx},~{dirflag},~{fpsr},~{flags},~{memory}"( i32 11, i32 0, i32 0, i32 0 )
|
2007-08-01-LiveVariablesBug.ll | 1 ; RUN: llc < %s -march=x86 | not grep movl
|
2009-06-05-ScalarToVectorByteMMX.ll | 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse2 | not grep movl
|
store-global-address.ll | 1 ; RUN: llc < %s -march=x86 | grep movl | count 1
|
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, %{{.*}}
|
/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));
|
/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
|
/external/qemu/target-i386/ |
kvm-gs-restore.c | 16 asm("movl %0, %%gs"::"r"(gs)); 22 asm("movl %%gs,%0" :"=r"(gs):); 129 "movl %3, %%edx;\n" 130 "movl %2, %%ecx;\n" 131 "movl %1, %%ebx;\n" 132 "movl $0x36, %%eax;\n" 134 "movl %%eax, %0\n"
|
/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...] |