HomeSort by relevance Sort by last modified time
    Searched full:movl (Results 1 - 25 of 935) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /gdk/sources/llvm-ndk-cc/tests/F_asm/
asm.c 2 __asm__("movl %eax, %ebx");
  /system/core/debuggerd/x86/
crashglue.S 5 movl $0xa5a50000, %eax
6 movl $0xa5a50001, %ebx
7 movl $0xa5a50002, %ecx
9 movl $0, %edx
14 movl $0, %ebp
  /external/clang/test/Preprocessor/
macro_paste_spacing2.c 1 // RUN: %clang_cc1 %s -E | grep "movl %eax"
4 #define epilogue(r1) movl r1 ## E;
  /dalvik/vm/mterp/x86/
OP_CONST_WIDE.S 3 movl 2(rPC),%eax # eax<- lsw
5 movl 6(rPC),rINST # rINST<- msw
7 movl rINST,4(%ecx)
8 movl %eax,(%ecx)
OP_CONST.S 3 movl 2(rPC),%eax # grab all 32 bits at once
4 movl rINST,rINST # rINST<- AA
OP_GOTO_32.S 9 movl rSELF,%ecx
10 movl 2(rPC),%eax # eax<- AAAAAAAA
11 movl offThread_curHandlerTable(%ecx),rIBASE
OP_MOVE_EXCEPTION.S 3 movl rSELF,%ecx
4 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass
8 movl $$0,offThread_exception(%ecx) # dvmClearException bypass
OP_MOVE_RESULT_WIDE.S 3 movl rSELF,%ecx
4 movl offThread_retval(%ecx),%eax
5 movl 4+offThread_retval(%ecx),%ecx
stub.S 3 movl %ecx,OUT_ARG0(%esp) # self is first arg to function
5 movl rSELF,%ecx
7 movl offThread_curHandlerTable(%ecx),rIBASE # set up rIBASE
OP_THROW_VERIFICATION_ERROR.S 8 movl rSELF,%ecx
10 movl offThread_method(%ecx),%ecx # ecx<- self->method
12 movl %eax,OUT_ARG2(%esp) # arg2<- BBBB
13 movl rINST,OUT_ARG1(%esp) # arg1<- AA
14 movl %ecx,OUT_ARG0(%esp) # arg0<- method
OP_CONST_STRING_JUMBO.S 6 movl rSELF,%ecx
7 movl 2(rPC),%eax # eax<- BBBBBBBB
8 movl offThread_methodClassDex(%ecx),%ecx# ecx<- self->methodClassDex
9 movl offDvmDex_pResStrings(%ecx),%ecx # ecx<- dvmDex->pResStrings
10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl 2(rPC),%ecx # ecx<- BBBBBBBB
25 movl offMethod_clazz(%eax),%eax
26 movl %ecx,OUT_ARG1(%esp
    [all...]
OP_INVOKE_STATIC.S 11 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex
15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods
16 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall
19 movl rSELF,%ecx
20 movl offThread_method(%ecx),%ecx # ecx<- self->method
22 movl offMethod_clazz(%ecx),%ecx# ecx<- method->clazz
23 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
24 movl %ecx,OUT_ARG0(%esp) # arg0<- clazz
25 movl $$METHOD_STATIC,%ea
    [all...]
OP_SGET_WIDE.S 10 movl rSELF,%ecx
12 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
13 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
14 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
18 movl offStaticField_value(%eax),%ecx # ecx<- lsw
19 movl 4+offStaticField_value(%eax),%eax # eax<- msw
30 movl rSELF,%ecx
32 movl offThread_method(%ecx),%ecx # ecx<- current method
34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
35 movl %eax,OUT_ARG1(%esp
    [all...]
OP_SPUT_WIDE.S 11 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
14 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
15 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
21 movl %ecx,offStaticField_value(%eax)
23 movl rINST,4+offStaticField_value(%eax)
31 movl rSELF,%ecx
33 movl offThread_method(%ecx),%ecx # ecx<- current method
35 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
36 movl %eax,OUT_ARG1(%esp
    [all...]
OP_CONST_CLASS.S 6 movl rSELF,%ecx
8 movl offThread_methodClassDex(%ecx),%ecx# ecx<- self->methodClassDex
9 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- dvmDex->pResClasses
10 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl $$1,OUT_ARG2(%esp) # true
26 movl offMethod_clazz(%eax),%eax
27 movl %ecx,OUT_ARG1(%esp)
28 movl %eax,OUT_ARG0(%esp
    [all...]
OP_SGET.S 11 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
14 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
15 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
19 movl offStaticField_value(%eax),%eax
29 movl rSELF,%ecx
31 movl offThread_method(%ecx),%ecx # ecx<- current method
33 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
34 movl %eax,OUT_ARG1(%esp)
35 movl %ecx,OUT_ARG0(%esp
    [all...]
OP_SPUT.S 11 movl rSELF,%ecx
13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
14 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
15 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
22 movl rINST,offStaticField_value(%eax)
29 movl rSELF,%ecx
31 movl offThread_method(%ecx),%ecx # ecx<- current method
33 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz
34 movl %eax,OUT_ARG1(%esp)
35 movl %ecx,OUT_ARG0(%esp
    [all...]
OP_INVOKE_VIRTUAL.S 13 movl rSELF,%eax
15 movl offThread_methodClassDex(%eax),%eax # eax<- pDvmDex
17 movl offDvmDex_pResMethods(%eax),%eax # eax<- pDvmDex->pResMethods
18 movl (%eax,%ecx,4),%eax # eax<- resolved baseMethod
21 movl rSELF,%eax
22 movl %ecx,OUT_ARG1(%esp) # arg1<- ref
23 movl offThread_method(%eax),%eax # eax<- self->method
24 movl offMethod_clazz(%eax),%eax # ecx<- method->clazz
25 movl %eax,OUT_ARG0(%esp) # arg0<- clazz
26 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flag
    [all...]
OP_SPUT_OBJECT.S 9 movl rSELF,%ecx
11 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex
12 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields
13 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField
19 movl %ecx,offStaticField_value(%eax) # do the store
22 movl rSELF,%ecx
23 movl offField_clazz(%eax),%eax # eax<- method->clazz
24 movl offThread_cardTable(%ecx),%ecx # get card table base
33 movl rSELF,%ecx
35 movl offThread_method(%ecx),%ecx # ecx<- current metho
    [all...]
  /external/valgrind/main/none/tests/x86/
cpuid_s.S 12 movl %esp, %ebp
13 movl 8(%ebp), %eax
21 movl %eax, %edi
22 movl $0, %eax
24 movl %eax, (%edi)
25 movl %ebx, 4(%edi)
26 movl %ecx, 8(%edi)
27 movl %edx, 12(%edi)
42 movl %esp, %ebp
43 movl 8(%ebp), %ea
    [all...]
bug132813-x86.c 8 "movl %0, %%edx\n\t"
10 "movl %%esp, 0(%%edx)\n\t"
12 "movl %%esp, 4(%%edx)\n\t"
14 "movl %%eax,8(%%edx)\n\t"
15 "movl 0(%%edx),%%esp\n\t"
27 "movl %0, %%edx\n\t"
29 "movl %%esp, 0(%%edx)\n\t"
31 "movl %%esp, 4(%%edx)\n\t"
33 "movl %%eax,8(%%edx)\n\t"
34 "movl 0(%%edx),%%esp\n\t
    [all...]
  /external/clang/test/CodeGen/
2006-09-28-SimpleAsm.c 6 // CHECK: call void asm sideeffect "ext: xorl %eax, eax; movl eax, fs; movl eax, gs %blah
7 asm volatile ("ext: xorl %%eax, eax; movl eax, fs; movl eax, gs %%blah %= %\
9 // CHECK: call void asm sideeffect "nonext: xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs %%blah %= %%
11 asm volatile ("nonext: xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs %%blah %= %% ");
  /external/llvm/test/CodeGen/X86/
memcpy-2.ll 15 ; SSE2: movl $0
16 ; SSE2: movl $0
22 ; SSE1: movl $0
23 ; SSE1: movl $0
27 ; NOSSE: movl $0
28 ; NOSSE: movl $0
29 ; NOSSE: movl $0
30 ; NOSSE: movl $0
31 ; NOSSE: movl $101
32 ; NOSSE: movl $173443824
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 33 movl %edx, -8(%esp) # save pc adjustments
34 movl rGLUE, %edx # %edx<- pMterpGlue
35 movl %ebx, -4(%esp) # save %ebx to the stack
36 movl offGlue_pSelfSuspendCount(%edx), %ebx # %ebx<- pSuspendCount (int)
38 movl offGlue_pDebuggerActive(%edx), %eax # %eax<- pDebuggerActive
45 movl offGlue_pActiveProfilers(%edx), %ebx # %ebx<- activeProfilers (int)
47 movl -8(%esp), %edx # %edx<- restore %edx
49 movl -4(%esp), %ebx # %ebx<- restore %ebx
53 movl offGlue_self(%edx), %eax # %eax<- glue->self
54 movl %eax, -12(%esp) # push parameter boolea
    [all...]
  /bionic/libc/arch-x86/bionic/
futex_x86.S 18 movl $FUTEX_WAIT, %ecx
21 movl $__NR_futex, %eax
37 movl $FUTEX_WAKE, %ecx
39 movl $__NR_futex, %eax
51 movl 8(%esp), %ebx /* ftx */
52 movl 12(%esp), %ecx /* op */
53 movl 16(%esp), %edx /* value */
54 movl $__NR_futex, %eax
67 movl 12(%esp), %ebx /* ftx */
68 movl 16(%esp), %ecx /* op *
    [all...]

Completed in 3060 milliseconds

1 2 3 4 5 6 7 8 91011>>