HomeSort by relevance Sort by last modified time
    Searched refs:movl (Results 26 - 50 of 589) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/string/
memset.S 12 movl 12(%esp),%edi
14 movl 20(%esp),%ecx
28 movl %eax,%edx
32 movl %edi,%edx /* compute misalignment */
35 movl %ecx,%ebx
38 movl %edx,%ecx /* set until word aligned */
42 movl %ebx,%ecx
47 movl %ebx,%ecx /* set remainder by bytes */
bzero.S 11 movl 8(%esp),%edi
12 movl 12(%esp),%edx
25 movl %edi,%ecx /* compute misalignment */
32 movl %edx,%ecx /* zero by words */
38 L1: movl %edx,%ecx /* zero remainder by bytes */
  /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)
footer.S 39 movl rPC, OUT_ARG0(%esp)
42 movl rSELF, %ecx
43 movl offThread_curHandlerTable(%ecx),rIBASE
61 movl rSELF, %ecx
62 movl OUT_ARG0(%esp), %edx
63 movl %eax,offThread_jitResumeNPC(%ecx)
64 movl %edx,offThread_jitResumeDPC(%ecx)
65 movl $$kInterpEntryInstr,offThread_entryPoint(%ecx)
66 movl $$1,rINST # changeInterp <= true
80 movl rSELF, %ea
    [all...]
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_GOTO.S 10 movl rSELF,%ecx
12 movl offThread_curHandlerTable(%ecx),rIBASE
OP_GOTO_16.S 9 movl rSELF,%ecx
11 movl offThread_curHandlerTable(%ecx),rIBASE
OP_RETURN.S 9 movl rSELF,%ecx
11 movl %eax,offThread_retval(%ecx) # retval.i <- AA
alt_stub.S 12 movl rSELF, %eax
13 movl rPC, OUT_ARG0(%esp)
15 movl rFP, OUT_ARG1(%esp)
17 movl %eax, OUT_ARG2(%esp)
19 movl rSELF, %eax
21 movl offThread_curHandlerTable(%eax), rIBASE # reload rIBASE
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...]
  /external/compiler-rt/lib/i386/
muldi3.S 14 movl 16(%esp), %eax // b.lo
15 movl 12(%esp), %ecx // a.hi
18 movl 8(%esp), %edx // a.lo
19 movl 20(%esp), %ebx // b.hi
moddi3.S 30 movl 20(%esp), %edx // high word of b
31 movl 16(%esp), %eax // low word of b
32 movl %edx, %ecx
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
41 movl 12(%esp), %edx // high word of b
42 movl 8(%esp), %eax // low word of b
43 movl %edx, %ecx
49 movl %edx, 12(%esp)
50 movl %eax, 8(%esp) // store abs(a) back to stac
    [all...]
divdi3.S 30 movl 20(%esp), %edx // high word of b
31 movl 16(%esp), %eax // low word of b
32 movl %edx, %ecx
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
40 movl %ecx, %esi // set aside sign of b
42 movl 12(%esp), %edx // high word of b
43 movl 8(%esp), %eax // low word of b
44 movl %edx, %ecx
50 movl %edx, 12(%esp
    [all...]
  /frameworks/compile/libbcc/runtime/lib/i386/
muldi3.S 14 movl 16(%esp), %eax // b.lo
15 movl 12(%esp), %ecx // a.hi
18 movl 8(%esp), %edx // a.lo
19 movl 20(%esp), %ebx // b.hi
moddi3.S 30 movl 20(%esp), %edx // high word of b
31 movl 16(%esp), %eax // low word of b
32 movl %edx, %ecx
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
41 movl 12(%esp), %edx // high word of b
42 movl 8(%esp), %eax // low word of b
43 movl %edx, %ecx
49 movl %edx, 12(%esp)
50 movl %eax, 8(%esp) // store abs(a) back to stac
    [all...]
divdi3.S 30 movl 20(%esp), %edx // high word of b
31 movl 16(%esp), %eax // low word of b
32 movl %edx, %ecx
38 movl %edx, 20(%esp)
39 movl %eax, 16(%esp) // store abs(b) back to stack
40 movl %ecx, %esi // set aside sign of b
42 movl 12(%esp), %edx // high word of b
43 movl 8(%esp), %eax // low word of b
44 movl %edx, %ecx
50 movl %edx, 12(%esp
    [all...]
  /external/clang/test/Preprocessor/
macro_paste_spacing2.c 1 // RUN: %clang_cc1 %s -E | grep "movl %eax"
4 #define epilogue(r1) movl r1 ## E;
  /bionic/libm/i387/
s_copysign.S 41 movl 16(%esp),%edx
43 movl 8(%esp),%eax
46 movl %eax,8(%esp)
s_copysignf.S 12 movl 8(%esp),%edx
14 movl 4(%esp),%eax
17 movl %eax,4(%esp)
s_copysignl.S 10 movl 24(%esp),%edx
12 movl 12(%esp),%eax
15 movl %eax,12(%esp)
  /external/quake/quake/src/WinQuake/
dosasm.s 9 movl $0x11,%ecx // read the CESR
17 movl 4(%esp),%eax // point counter 0 to desired event, with counters
19 movl $0x11,%ecx
23 movl $0x12,%ecx // set counter 0 to the value 0
29 movl 4(%esp),%eax // restart counter 0 with selected event
33 movl $0x11,%ecx // control and event select
41 movl $0x12,%ecx // counter 0
56 movl %esp,%eax
58 movl $0x5A5A5A5A,(%eax)
59 movl %eax,Lxx
    [all...]
r_aclipa.s 47 movl pfv0(%esp),%esi
48 movl pfv1(%esp),%edi
50 movl C(r_refdef)+rd_aliasvrectbottom,%eax
54 movl fv_v+4(%esi),%edx
55 movl fv_v+4(%edi),%ecx
60 movl fv_v+4(%esi),%ecx
61 movl fv_v+4(%edi),%edx
62 movl pfv0(%esp),%edi
63 movl pfv1(%esp),%esi
69 movl %ecx,Ltemp
    [all...]
  /external/quake/quake/src/QW/client/
r_aclipa.s 47 movl pfv0(%esp),%esi
48 movl pfv1(%esp),%edi
50 movl C(r_refdef)+rd_aliasvrectbottom,%eax
54 movl fv_v+4(%esi),%edx
55 movl fv_v+4(%edi),%ecx
60 movl fv_v+4(%esi),%ecx
61 movl fv_v+4(%edi),%edx
62 movl pfv0(%esp),%edi
63 movl pfv1(%esp),%esi
69 movl %ecx,Ltemp
    [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...]

Completed in 756 milliseconds

12 3 4 5 6 7 8 91011>>