/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_INVOKE_INTERFACE_JUMBO.S | 9 movl rSELF,%ecx 14 movl offObject_clazz(%eax),%eax# eax<- thisPtr->clazz 15 movl %eax,OUT_ARG0(%esp) # arg0<- class 16 movl offThread_methodClassDex(%ecx),%eax # eax<- methodClassDex 17 movl offThread_method(%ecx),%ecx # ecx<- method 18 movl %eax,OUT_ARG3(%esp) # arg3<- dex 19 movl 2(rPC),%eax # eax<- AAAAAAAA 20 movl %ecx,OUT_ARG2(%esp) # arg2<- method 21 movl %eax,OUT_ARG1(%esp) # arg1<- AAAAAAAA
|
OP_THROW_VERIFICATION_ERROR_JUMBO.S | 8 movl rSELF,%ecx 9 movl 2(rPC),%eax # eax<- AAAAAAAA 10 movl offThread_method(%ecx),%ecx # ecx<- self->method 12 movl %eax,OUT_ARG2(%esp) # arg2<- AAAAAAAA 13 movl rINST,OUT_ARG1(%esp) # arg1<- BBBB 14 movl %ecx,OUT_ARG0(%esp) # arg0<- method
|
OP_INVOKE_STATIC_JUMBO.S | 7 movl rSELF,%ecx 8 movl 2(rPC),%eax # eax<- AAAAAAAA 9 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex 11 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods 12 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall 15 movl rSELF,%ecx 16 movl offThread_method(%ecx),%ecx # ecx<- self->method 17 movl 2(rPC),%eax # eax<- AAAAAAAA 18 movl offMethod_clazz(%ecx),%ecx# ecx<- method->clazz 19 movl %eax,OUT_ARG1(%esp) # arg1<- AAAAAAA [all...] |
OP_SGET_WIDE_JUMBO.S | 10 movl rSELF,%ecx 11 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex 12 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 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 31 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 32 movl offThread_method(%ecx),%ecx # ecx<- current metho [all...] |
OP_SPUT_WIDE_JUMBO.S | 9 movl rSELF,%ecx 10 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex 11 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 12 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields 13 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr 19 movl %ecx,offStaticField_value(%eax) 21 movl rINST,4+offStaticField_value(%eax) 29 movl rSELF,%ecx 30 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 31 movl offThread_method(%ecx),%ecx # ecx<- current metho [all...] |
OP_CONST.S | 3 movl 2(rPC),%eax # grab all 32 bits at once 4 movl rINST,rINST # rINST<- AA
|
OP_NEW_ARRAY_JUMBO.S | 12 movl rSELF,%ecx 14 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex 15 movl 2(rPC),%eax # eax<- AAAAAAAA 16 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- pDvmDex->pResClasses 18 movl (%ecx,%eax,4),%ecx # ecx<- resolved class 30 movl rSELF,%ecx 32 movl offThread_method(%ecx),%ecx # ecx<- self->method 33 movl 2(rPC),%eax # eax<- AAAAAAAA 34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz 35 movl %eax,OUT_ARG1(%esp [all...] |
OP_CONST_CLASS_JUMBO.S | 5 movl rSELF,%ecx 6 movl 2(rPC),%eax # eax<- AAAAAAAA 7 movl offThread_methodClassDex(%ecx),%ecx# ecx<- self->methodClassDex 8 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- dvmDex->pResClasses 9 movl (%ecx,%eax,4),%eax # eax<- rResClasses[AAAAAAAA] 20 movl rSELF,%eax 22 movl offThread_method(%eax),%eax # eax<- self->method 23 movl $$1,OUT_ARG2(%esp) # true 24 movl 2(rPC),%ecx # ecx<- AAAAAAAA 25 movl offMethod_clazz(%eax),%ea [all...] |
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
|
OP_SGET_JUMBO.S | 12 movl rSELF,%ecx 13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex 14 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 15 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields 16 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr 20 movl offStaticField_value(%eax),%eax 30 movl rSELF,%ecx 31 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 32 movl offThread_method(%ecx),%ecx # ecx<- current method 34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->claz [all...] |
OP_SPUT_JUMBO.S | 12 movl rSELF,%ecx 13 movl offThread_methodClassDex(%ecx),%ecx # ecx<- DvmDex 14 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 15 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields 16 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr 23 movl rINST,offStaticField_value(%eax) 30 movl rSELF,%ecx 31 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 32 movl offThread_method(%ecx),%ecx # ecx<- current method 34 movl offMethod_clazz(%ecx),%ecx # ecx<- method->claz [all...] |
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_SPUT_OBJECT_JUMBO.S | 9 movl rSELF,%ecx 10 movl 2(rPC),%eax # eax<- field ref AAAAAAAA 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 18 movl %ecx,offStaticField_value(%eax) # do the store 21 movl rSELF,%ecx 22 movl offField_clazz(%eax),%eax # eax<- method->clazz 23 movl offThread_cardTable(%ecx),%ecx # get card table base 32 movl rSELF,%ec [all...] |
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...] |
/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/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...] |
/external/llvm/test/FrontendC/ |
2006-09-28-SimpleAsm.c | 1 // RUN: %llvmgcc %s -S -o - | grep {ext: xorl %eax, eax; movl} 7 asm volatile ("ext: xorl %%eax, eax; movl eax, fs; movl eax, gs %%blah %= %% " : : "r"(1)); 9 asm volatile ("nonext: xorl %eax, %eax; movl %eax, %fs; movl %eax, %gs %%blah %= %% ");
|