/dalvik/vm/mterp/x86/ |
OP_CONST_WIDE.S | 3 movl 2(rPC),%eax # eax<- lsw 5 movl 6(rPC),rINST_FULL # rINST_FULL<- msw 7 movl rINST_FULL,4(%ecx) 9 movl %eax,(%ecx)
|
OP_MOVE_EXCEPTION.S | 5 movl offGlue_self(%ecx),%ecx # ecx<- glue->self 6 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass 10 movl $$0,offThread_exception(%ecx) # dvmClearException bypass
|
OP_CONST_STRING_JUMBO.S | 7 movl 2(rPC),%eax # eax<- BBBBBBBB 8 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex 10 movl offDvmDex_pResStrings(%ecx),%ecx # ecx<- dvmDex->pResStrings 11 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB] 12 movl rINST_FULL,%ecx 25 movl %ecx,rINST_FULL # rINST_FULL<- AA 27 movl offGlue_method(%eax),%eax # eax<- glue->method 28 movl 2(rPC),%ecx # ecx<- BBBBBBBB 29 movl offMethod_clazz(%eax),%eax 31 movl %ecx,OUT_ARG1(%esp [all...] |
OP_CONST_CLASS.S | 8 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex 10 movl offDvmDex_pResClasses(%ecx),%ecx # ecx<- dvmDex->pResClasses 11 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB] 12 movl rINST_FULL,%ecx 25 movl %ecx,rINST_FULL # rINST_FULL<- AA 27 movl offGlue_method(%eax),%eax # eax<- glue->method 28 movl $$1,OUT_ARG2(%esp) # true 30 movl offMethod_clazz(%eax),%eax 32 movl %ecx,OUT_ARG1(%esp) 33 movl %eax,OUT_ARG0(%esp [all...] |
OP_FILL_ARRAY_DATA.S | 3 movl 2(rPC),%ecx # ecx<- BBBBbbbb 9 movl %eax,OUT_ARG0(%esp) 10 movl %ecx,OUT_ARG1(%esp)
|
OP_CONST_STRING.S | 8 movl offGlue_methodClassDex(%ecx),%ecx# ecx<- glue->methodClassDex 10 movl offDvmDex_pResStrings(%ecx),%ecx # ecx<- dvmDex->pResStrings 11 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB] 12 movl rINST_FULL,%ecx 25 movl %ecx,rINST_FULL # rINST_FULL<- AA 27 movl offGlue_method(%eax),%eax # eax<- glue->method 29 movl offMethod_clazz(%eax),%eax 31 movl %ecx,OUT_ARG1(%esp) 32 movl %eax,OUT_ARG0(%esp)
|
OP_INVOKE_STATIC.S | 13 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- pDvmDex 15 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods 16 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall 20 movl offGlue_method(%ecx),%ecx # ecx<- glue->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 29 movl $$METHOD_STATIC,%eax 30 movl %eax,OUT_ARG2(%esp) # arg2<- flags
|
OP_SGET_WIDE.S | 12 movl offGlue_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 34 movl offGlue_method(%ecx),%ecx # ecx<- current method 36 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz 38 movl %eax,OUT_ARG1(%esp) 39 movl %ecx,OUT_ARG0(%esp)
|
OP_THROW_VERIFICATION_ERROR.S | 10 movl offGlue_method(%ecx),%ecx # ecx<- glue->method 13 movl %eax,OUT_ARG2(%esp) # arg2<- BBBB 14 movl rINST_FULL,OUT_ARG1(%esp) # arg1<- AA 15 movl %ecx,OUT_ARG0(%esp) # arg0<- method
|
OP_MOVE_RESULT_WIDE.S | 5 movl offGlue_retval(%ecx),%eax 6 movl 4+offGlue_retval(%ecx),%ecx
|
OP_SGET.S | 13 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- DvmDex 14 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields 15 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr 19 movl offStaticField_value(%eax),%eax 33 movl offGlue_method(%ecx),%ecx # ecx<- current method 35 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz 37 movl %eax,OUT_ARG1(%esp) 38 movl %ecx,OUT_ARG0(%esp)
|
OP_SPUT.S | 13 movl offGlue_methodClassDex(%ecx),%ecx # ecx<- DvmDex 14 movl offDvmDex_pResFields(%ecx),%ecx # ecx<- dvmDex->pResFields 15 movl (%ecx,%eax,4),%eax # eax<- resolved StaticField ptr 22 movl %ecx,offStaticField_value(%eax) 33 movl offGlue_method(%ecx),%ecx # ecx<- current method 35 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz 37 movl %eax,OUT_ARG1(%esp) 38 movl %ecx,OUT_ARG0(%esp)
|
OP_MONITOR_ENTER.S | 10 movl offGlue_self(%ecx),%ecx # ecx<- glue->self 20 movl %ecx,OUT_ARG0(%esp) 21 movl %eax,OUT_ARG1(%esp) 26 movl offGlueSelf(%ecx),%ecx # ecx<- glue->self 27 movl offThread_exception(%ecx),%eax
|
/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...] |
atomics_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...] |
clone.S | 15 movl 16(%esp), %ecx 16 movl 20(%esp), %ebx 19 movl 12(%esp), %eax 20 movl %eax, -12(%ecx) 21 movl 24(%esp), %eax 22 movl %eax, -8(%ecx) 24 movl %eax, -4(%ecx) 26 movl $__NR_clone, %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/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...] |
/dalvik/vm/mterp/x86-atom/ |
footer.S | 33 movl %edx, -8(%esp) # save pc adjustments 34 movl rGLUE, %edx # %edx<- pMterpGlue 35 movl %ebx, -4(%esp) # save %ebx to the stack 36 movl offGlue_pSelfSuspendCount(%edx), %ebx # %ebx<- pSuspendCount (int) 38 movl offGlue_pDebuggerActive(%edx), %eax # %eax<- pDebuggerActive 39 movl (%eax), %eax # %eax<- get debuggerActive (boolean) 46 movl offGlue_pActiveProfilers(%edx), %ebx # %ebx<- activeProfilers (int) 53 movl -8(%esp), %edx # %edx<- restore %edx 54 movl -4(%esp), %ebx # %ebx<- restore %ebx 57 movl offGlue_self(%edx), %eax # %eax<- glue->sel [all...] |
/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 */
|
/external/libffi/src/x86/ |
win32.S | 44 movl %esp,%ebp 47 movl 16(%ebp),%ecx 50 movl %esp,%eax 66 movl 16(%ebp),%ecx 70 movl 20(%ebp),%ecx 88 movl 24(%ebp),%ecx 89 movl %eax,0(%ecx) 96 movl 24(%ebp),%ecx 104 movl 24(%ebp),%ecx 112 movl 24(%ebp),%ec [all...] |
/external/zlib/contrib/asm686/ |
match.S | 103 movl deflatestate(%esp), %edx 104 movl curmatch(%esp), %ecx 112 movl dsPrevLen(%edx), %eax 113 movl dsGoodMatch(%edx), %ebx 115 movl dsWMask(%edx), %eax 116 movl dsMaxChainLen(%edx), %ebx 129 movl %ebx, chainlenwmask(%esp) 133 movl dsNiceMatch(%edx), %eax 134 movl dsLookahead(%edx), %ebx 137 movl %eax, %eb [all...] |