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

12 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/bionic/
_setjmp.S 47 movl 4(%esp),%eax
48 movl 0(%esp),%edx
49 movl %edx, 0(%eax) /* rta */
50 movl %ebx, 4(%eax)
51 movl %esp, 8(%eax)
52 movl %ebp,12(%eax)
53 movl %esi,16(%eax)
54 movl %edi,20(%eax)
59 movl 4(%esp),%edx
60 movl 8(%esp),%ea
    [all...]
clone.S 15 movl 16(%esp), %ecx
18 movl %ecx, %ebx
23 movl 12(%esp), %eax
24 movl %eax, -16(%ecx)
25 movl 24(%esp), %eax
26 movl %eax, -12(%ecx)
27 movl %ebx, -8(%ecx)
30 movl 20(%esp), %ebx
31 movl $__NR_clone, %eax
sigsetjmp.S 37 movl 4(%esp),%ecx
38 movl 8(%esp),%eax
39 movl %eax,28(%ecx)
53 movl 4(%esp),%ecx
54 movl %eax,24(%ecx)
55 1: movl 0(%esp),%edx
56 movl %edx, 0(%ecx)
57 movl %ebx, 4(%ecx)
58 movl %esp, 8(%ecx)
59 movl %ebp,12(%ecx
    [all...]
  /dalvik/vm/mterp/x86/
entry.S 29 movl %esp, %ebp # set our %ebp
30 movl rSELF, %ecx # get incoming rSELF
40 movl %edi,EDI_SPILL(%ebp)
41 movl %esi,ESI_SPILL(%ebp)
42 movl %ebx,EBX_SPILL(%ebp)
45 movl offThread_pc(%ecx),rPC
46 movl offThread_curFrame(%ecx),rFP
47 movl offThread_curHandlerTable(%ecx),rIBASE
50 movl %esp,offThread_bailPtr(%ecx)
73 movl 4(%esp),%ecx # grab sel
    [all...]
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...]
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_BREAKPOINT.S 12 movl rPC,OUT_ARG0(%esp)
15 movl rSELF,%ecx
17 movl offThread_mainHandlerTable(%ecx),%ecx
OP_FILL_ARRAY_DATA.S 3 movl 2(rPC),%ecx # ecx<- BBBBbbbb
7 movl %eax,OUT_ARG0(%esp)
8 movl %ecx,OUT_ARG1(%esp)
OP_IGET_WIDE.S 11 movl rSELF,%ecx
14 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
17 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
20 movl (%eax,rIBASE,4),%eax # resolved entry
23 movl rIBASE,OUT_ARG1(%esp) # for dvmResolveInstField
24 movl rSELF,rIBASE
26 movl offThread_method(rIBASE),rIBASE # rIBASE<- current method
27 movl offMethod_clazz(rIBASE),rIBASE # rIBASE<- method->clazz
29 movl rPC,OUT_ARG0(%esp) # pass in method->clazz
43 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of fiel
    [all...]
OP_IPUT_WIDE.S 11 movl rSELF,%ecx
14 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
17 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
20 movl (%eax,rIBASE,4),%eax # resolved entry
23 movl rIBASE,OUT_ARG1(%esp)
24 movl rSELF,rIBASE
26 movl offThread_method(rIBASE),rIBASE # rIBASE<- current method
27 movl offMethod_clazz(rIBASE),rIBASE # rIBASE<- method->clazz
29 movl rIBASE,OUT_ARG0(%esp) # pass in method->clazz
44 movl offInstField_byteOffset(%eax),%eax # eax<- byte offset of fiel
    [all...]
OP_MONITOR_ENTER.S 7 movl rSELF,%ecx
13 movl %ecx,OUT_ARG0(%esp)
14 movl %eax,OUT_ARG1(%esp)
OP_RETURN_WIDE.S 7 movl rSELF,%ecx
10 movl %eax,offThread_retval(%ecx)
11 movl rINST,4+offThread_retval(%ecx)
OP_CONST_STRING.S 6 movl rSELF,%ecx
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
25 movl offMethod_clazz(%eax),%eax
26 movl %ecx,OUT_ARG1(%esp)
27 movl %eax,OUT_ARG0(%esp)
OP_IGET.S 1 %default { "load":"movl", "sqnum":"0" }
13 movl rSELF,%ecx
16 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
19 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
22 movl (%eax,rIBASE,4),%eax # resolved entry
25 movl rIBASE,OUT_ARG1(%esp) # needed by dvmResolveInstField
26 movl rSELF,rIBASE
28 movl offThread_method(rIBASE),rIBASE # rIBASE<- current method
29 movl offMethod_clazz(rIBASE),rIBASE # rIBASE<- method->clazz
31 movl rIBASE,OUT_ARG0(%esp) # pass in method->claz
    [all...]
OP_IPUT.S 2 %default { "store":"movl", "reg":"rINST", "sqnum":"0" }
14 movl rSELF,%ecx
17 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
20 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
23 movl (%eax,rIBASE,4),%eax # resolved entry
26 movl rIBASE,OUT_ARG1(%esp)
27 movl rSELF,rIBASE
29 movl offThread_method(rIBASE),rIBASE # rIBASE<- current method
30 movl offMethod_clazz(rIBASE),rIBASE # rIBASE<- method->clazz
32 movl rIBASE,OUT_ARG0(%esp) # pass in method->claz
    [all...]
  /external/llvm/test/MC/AsmParser/
hello.s 9 movl %esp, %ebp
14 movl $0, -4(%ebp)
15 movl %esp, %ecx
17 movl %eax, (%ecx)
19 movl $0, -4(%ebp)
20 movl -4(%ebp), %eax
  /external/llvm/test/CodeGen/X86/
fast-isel-call.ll 25 ; CHECK: movl (%eax)
26 ; CHECK: movl {{.*}}, (%esp)
27 ; CHECK: movl 4(%eax)
28 ; CHECK: movl {{.*}}, 4(%esp)
29 ; CHECK: movl 8(%eax)
30 ; CHECK: movl {{.*}}, 8(%esp)
39 ; CHECK: movl {{.*}}, (%esp)
40 ; CHECK: movl $0, 4(%esp)
41 ; CHECK: movl $100, 8(%esp)
51 ; CHECK: movl {{.*}}, (%esp
    [all...]
test-nofold.ll 5 ; CHECK: movl $42, %ecx
6 ; CHECK-NEXT: movl 4(%esp), %eax
12 ; movl 4(%esp), %eax
13 ; movl %eax, %ecx # bad: extra copy
16 ; movl $42, %eax
21 ; movl $15, %ecx # bad: larger encoding
23 ; movl $42, %eax
28 ; movl 4(%esp), %ecx
31 ; movl $42, %eax
  /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...]
d_copy.s 33 movl C(VGA_bufferrowbytes),%eax
35 movl %eax,LBlockSrcStep
36 movl C(VGA_rowbytes),%eax
38 movl %eax,LBlockDestStep
40 movl $0x3C4,%edx
45 movl bufptr(%esp),%esi
46 movl C(VGA_pagebase),%edi
47 movl C(VGA_height),%ebp
50 movl C(VGA_width),%ecx
51 movl C(VGA_bufferrowbytes),%ea
    [all...]
r_edgea.s 51 movl edgestoadd(%esp),%edx
53 movl edgelist(%esp),%ecx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
60 movl et_u(%ecx),%ebx
61 movl et_next(%ecx),%esi
64 movl et_u(%esi),%ebx
65 movl et_next(%esi),%ecx
68 movl et_u(%ecx),%ebx
69 movl et_next(%ecx),%es
    [all...]
  /external/llvm/test/MC/X86/
2011-09-06-NoNewline.s 3 movl %gs:8, %ea label
  /external/quake/quake/src/QW/client/
d_copy.s 33 movl C(VGA_bufferrowbytes),%eax
35 movl %eax,LBlockSrcStep
36 movl C(VGA_rowbytes),%eax
38 movl %eax,LBlockDestStep
40 movl $0x3C4,%edx
45 movl bufptr(%esp),%esi
46 movl C(VGA_pagebase),%edi
47 movl C(VGA_height),%ebp
50 movl C(VGA_width),%ecx
51 movl C(VGA_bufferrowbytes),%ea
    [all...]
r_edgea.s 51 movl edgestoadd(%esp),%edx
53 movl edgelist(%esp),%ecx
56 movl et_u(%edx),%eax
57 movl %edx,%edi
60 movl et_u(%ecx),%ebx
61 movl et_next(%ecx),%esi
64 movl et_u(%esi),%ebx
65 movl et_next(%esi),%ecx
68 movl et_u(%ecx),%ebx
69 movl et_next(%ecx),%es
    [all...]
  /external/valgrind/main/VEX/orig_amd64/
test2.sorted     [all...]

Completed in 617 milliseconds

12 3 4 5 6 7 8 91011>>