HomeSort by relevance Sort by last modified time
    Searched refs:movl (Results 51 - 75 of 562) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 31 movl (%rdi,%rbp,4),%eax
39 movl 0(%r11),%r8d
40 movl 4(%r11),%r9d
41 movl 8(%r11),%r10d
42 movl 12(%r11),%r11d
47 movl %r8d,0(%rsp)
48 movl %r9d,4(%rsp)
49 movl %r10d,8(%rsp)
50 movl %r11d,%r12d
51 movl %r11d,12(%rsp
    [all...]
  /external/compiler-rt/lib/i386/
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...]
umoddi3.S 27 movl 20(%esp), %ebx // Find the index i of the leading bit in b.
33 movl 16(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
40 movl 12(%esp), %edx // Load the high and low words of a, and jump
41 movl 8(%esp), %eax // to [2] if the high word is larger than bhi
53 movl %eax, %edi
55 movl 12(%esp), %ebx
56 movl 16(%esp), %ecx // ECX:EBX = a
59 movl 24(%esp), %eax
66 1: movl %ebx, %eax
67 movl %ecx, %ed
    [all...]
  /bionic/libc/arch-x86/string/
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_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_INVOKE_INTERFACE.S 13 movl rSELF,%ecx
21 movl %eax, TMP_SPILL1(%ebp)
22 movl offObject_clazz(%eax),%eax# eax<- thisPtr->clazz
23 movl %eax,OUT_ARG0(%esp) # arg0<- class
24 movl offThread_methodClassDex(%ecx),%eax # eax<- methodClassDex
25 movl offThread_method(%ecx),%ecx # ecx<- method
26 movl %eax,OUT_ARG3(%esp) # arg3<- dex
28 movl %ecx,OUT_ARG2(%esp) # arg2<- method
29 movl %eax,OUT_ARG1(%esp) # arg1<- BBBB
33 movl TMP_SPILL1(%ebp), %ec
    [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
16 movl %ecx, TMP_SPILL1(%ebp)
18 movl %ecx, TMP_SPILL2(%ebp)
19 movl TMP_SPILL1(%ebp), %ecx
21 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
25 movl offStaticField_value(%eax),%eax
35 movl rSELF,%ecx
37 movl offThread_method(%ecx),%ecx # ecx<- current metho
    [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
16 movl %ecx, TMP_SPILL1(%ebp)
18 movl %ecx, TMP_SPILL2(%ebp)
19 movl TMP_SPILL1(%ebp), %ecx
21 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr
28 movl rINST,offStaticField_value(%eax)
35 movl rSELF,%ecx
37 movl offThread_method(%ecx),%ecx # ecx<- current metho
    [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_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_PACKED_SWITCH.S 13 movl 2(rPC),%ecx # ecx<- BBBBbbbb
16 movl %eax,OUT_ARG1(%esp) # ARG1<- vAA
17 movl %ecx,OUT_ARG0(%esp) # ARG0<- switchData
19 movl rSELF,%ecx
21 movl offThread_curHandlerTable(%ecx),rIBASE
  /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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.S 9 movl 12(%esp),%esi
11 movl 20(%esp),%edi
15 movl (%esi),%eax
17 movl (%edi),%edx
23 movl 20(%esp),%eax
25 movl (%edi),%edx
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
35 movl (%esi),%eax
37 movl 4(%edi),%ed
    [all...]
  /external/openssl/crypto/bn/asm/
co-586.S 9 movl 12(%esp),%esi
11 movl 20(%esp),%edi
15 movl (%esi),%eax
17 movl (%edi),%edx
23 movl 20(%esp),%eax
25 movl (%edi),%edx
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
35 movl (%esi),%eax
37 movl 4(%edi),%ed
    [all...]
  /external/llvm/test/MC/MachO/
absolutize.s 12 movl $(_text_a - _text_b), %eax
14 movl $(Ltext_expr_0), %eax
16 movl $(Ltext_c - _text_b), %eax
18 movl $(Ltext_expr_1), %eax
20 movl $(Ltext_d - Ltext_c), %eax
22 movl $(Ltext_expr_2), %eax
24 movl $(_text_a + Ltext_expr_0), %eax
  /bionic/libc/arch-x86/bionic/
clone.S 8 movl 16(%esp), %ecx
11 movl %ecx, %ebx
16 movl 12(%esp), %eax
17 movl %eax, -16(%ecx)
18 movl 24(%esp), %eax
19 movl %eax, -12(%ecx)
20 movl %ebx, -8(%ecx)
23 movl 20(%esp), %ebx
26 movl $__NR_clone, %eax
72 movl 20(%esp), %ec
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
crypt586.S 20 movl DES_SPtrans@GOT(%edx),%edx
22 movl 28(%esp),%ebp
27 movl 36(%esp),%eax
28 movl %esi,%edx
30 movl 40(%esp),%ecx
34 movl %eax,%ebx
36 movl %edx,%ecx
40 movl (%ebp),%ebx
42 movl 4(%ebp),%ecx
53 movl 4(%esp),%eb
    [all...]
  /external/openssl/crypto/des/asm/
crypt586.S 20 movl DES_SPtrans@GOT(%edx),%edx
22 movl 28(%esp),%ebp
27 movl 36(%esp),%eax
28 movl %esi,%edx
30 movl 40(%esp),%ecx
34 movl %eax,%ebx
36 movl %edx,%ecx
40 movl (%ebp),%ebx
42 movl 4(%ebp),%ecx
53 movl 4(%esp),%eb
    [all...]
  /external/valgrind/main/coregrind/
m_cpuid.S 41 movl %esp, %ebp
46 movl %eax, %ecx
57 movl %ebp, %esp
77 movl %esp, %ebp
83 movl 8(%ebp), %eax
84 movl 12(%ebp), %ecx
86 movl 16(%ebp), %esi
89 movl %eax, (%esi)
91 movl 20(%ebp), %esi
94 movl %ebx, (%esi
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-x86_64.S 20 movl 0(%rbp),%eax
21 movl 4(%rbp),%ebx
22 movl 8(%rbp),%ecx
23 movl 12(%rbp),%edx
36 movl %eax,%r8d
37 movl %ebx,%r9d
38 movl %ecx,%r14d
39 movl %edx,%r15d
40 movl 0(%rsi),%r10d
41 movl %edx,%r11
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.S 20 movl 0(%rbp),%eax
21 movl 4(%rbp),%ebx
22 movl 8(%rbp),%ecx
23 movl 12(%rbp),%edx
36 movl %eax,%r8d
37 movl %ebx,%r9d
38 movl %ecx,%r14d
39 movl %edx,%r15d
40 movl 0(%rsi),%r10d
41 movl %edx,%r11
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-586.S 6 movl %edi,20(%esp)
11 movl 240(%edi),%esi
14 movl %esi,24(%esp)
15 movl -128(%ebp),%edi
16 movl -96(%ebp),%esi
17 movl -64(%ebp),%edi
18 movl -32(%ebp),%esi
19 movl (%ebp),%edi
20 movl 32(%ebp),%esi
21 movl 64(%ebp),%ed
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.S 6 movl %edi,20(%esp)
11 movl 240(%edi),%esi
14 movl %esi,24(%esp)
15 movl -128(%ebp),%edi
16 movl -96(%ebp),%esi
17 movl -64(%ebp),%edi
18 movl -32(%ebp),%esi
19 movl (%ebp),%edi
20 movl 32(%ebp),%esi
21 movl 64(%ebp),%ed
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 102 movl 28+8(%esp), %ebp
145 movl $VG_TRC_INVARIANT_FAILED, %eax
146 movl $0, %edx
150 movl 28+4(%esp), %edi /* two_words */
151 movl %eax, 0(%edi)
152 movl %edx, 4(%edi)
174 movl $VG_TRC_CHAIN_ME_TO_SLOW_EP, %eax
176 /* 5 = movl $VG_(disp_chain_me_to_slowEP), %edx;
188 movl $VG_TRC_CHAIN_ME_TO_FAST_EP, %eax
190 /* 5 = movl $VG_(disp_chain_me_to_fastEP), %edx
    [all...]
dispatch-x86-linux.S 103 movl 28+8(%esp), %ebp
146 movl $VG_TRC_INVARIANT_FAILED, %eax
147 movl $0, %edx
151 movl 28+4(%esp), %edi /* two_words */
152 movl %eax, 0(%edi)
153 movl %edx, 4(%edi)
175 movl $VG_TRC_CHAIN_ME_TO_SLOW_EP, %eax
177 /* 5 = movl $VG_(disp_chain_me_to_slowEP), %edx;
189 movl $VG_TRC_CHAIN_ME_TO_FAST_EP, %eax
191 /* 5 = movl $VG_(disp_chain_me_to_fastEP), %edx
    [all...]

Completed in 917 milliseconds

1 23 4 5 6 7 8 91011>>