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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
2011-09-06-NoNewline.s 3 movl %gs:8, %ea label
  /external/llvm/test/MC/MachO/
string-table.s 3 movl $a, b
section-flags.s 14 movl $0, %eax
darwin-x86_64-reloc-offsets.s 29 movl $0x12345678, _d(%rip)
32 movl $0x12345678, _d + 1(%rip)
35 movl $0x12345678, _d + 2(%rip)
38 movl $0x12345678, _d + 3(%rip)
41 movl $0x12345678, _d + 4(%rip)
45 movl %eax, _d(%rip)
46 movl %eax, _d + 1(%rip)
47 movl %eax, _d + 2(%rip)
48 movl %eax, _d + 3(%rip)
49 movl %eax, _d + 4(%rip
    [all...]
  /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...]
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...]
setjmp.S 57 movl 4(%esp),%ecx
58 movl 0(%esp),%edx
59 movl %edx, 0(%ecx)
60 movl %ebx, 4(%ecx)
61 movl %esp, 8(%ecx)
62 movl %ebp,12(%ecx)
63 movl %esi,16(%ecx)
64 movl %edi,20(%ecx)
65 movl %eax,24(%ecx)
70 movl 4(%esp),%ed
    [all...]
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...]
  /external/llvm/test/MC/ELF/
got.s 6 movl foo@GOT, %eax
7 movl foo@GOTPCREL(%rip), %eax
local-reloc.s 6 movl foo, %r14d
tls-i386.s 5 movl foo1@NTPOFF(%eax), %eax
6 movl foo2@GOTNTPOFF(%eax), %eax
7 movl foo3@TLSGD(%eax), %eax
8 movl foo4@TLSLDM(%eax), %eax
9 movl foo5@TPOFF(%eax), %eax
10 movl foo6@DTPOFF(%eax), %eax
11 movl foo7@INDNTPOFF, %eax
  /external/grub/stage2/
setjmp.S 59 movl 4(%esp), %ecx /* fetch buffer */
60 movl %ebx, 0(%ecx)
61 movl %esi, 4(%ecx)
62 movl %edi, 8(%ecx)
63 movl %ebp, 12(%ecx) /* save frame pointer of caller */
65 movl %esp, 16(%ecx) /* save stack pointer of caller */
66 movl %edx, 20(%ecx) /* save pc of caller */
71 movl 8(%esp), %eax /* return(v) */
72 movl 4(%esp), %ecx /* fetch buffer */
73 movl 0(%ecx), %eb
    [all...]
  /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
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 26 movl rSELF,%ecx
27 movl $$.LinterpPunt,%edx
33 movl %eax,rPC
  /dalvik/vm/mterp/x86/
OP_GOTO_32.S 9 movl rSELF,%ecx
10 movl 2(rPC),%eax # eax<- AAAAAAAA
11 movl offThread_curHandlerTable(%ecx),rIBASE
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...]
OP_BREAKPOINT.S 12 movl rPC,OUT_ARG0(%esp)
15 movl rSELF,%ecx
17 movl offThread_mainHandlerTable(%ecx),%ecx
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_RETURN_WIDE.S 7 movl rSELF,%ecx
10 movl %eax,offThread_retval(%ecx)
11 movl rINST,4+offThread_retval(%ecx)
  /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...]
  /external/quake/quake/src/QW/client/
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/quake/quake/src/WinQuake/
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/zlib/contrib/asm586/
match.S 97 movl deflatestate(%esp), %edx
98 movl curmatch(%esp), %ecx
102 movl dsNiceMatch(%edx), %eax
103 movl dsLookahead(%edx), %ebx
106 movl %eax, %ebx
107 LookaheadLess: movl %ebx, nicematch(%esp)
111 movl dsWindow(%edx), %esi
112 movl %esi, window(%esp)
113 movl dsStrStart(%edx), %ebp
115 movl %edi, scan(%esp
    [all...]
  /external/zlib/contrib/asm686/
match.S 111 movl deflatestate(%esp), %edx
112 movl curmatch(%esp), %ecx
120 movl dsPrevLen(%edx), %eax
121 movl dsGoodMatch(%edx), %ebx
123 movl dsWMask(%edx), %eax
124 movl dsMaxChainLen(%edx), %ebx
137 movl %ebx, chainlenwmask(%esp)
141 movl dsNiceMatch(%edx), %eax
142 movl dsLookahead(%edx), %ebx
145 movl %eax, %eb
    [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

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>