/external/valgrind/main/none/tests/x86/ |
pushpopseg.c | 15 "movl %%esp, %0\n" 17 "movl %%esp, %1\n" 19 "movl %%esp, %2\n" 31 "movl %%esp, %0\n" 33 "movl %%esp, %1\n" 35 "movl %%esp, %2\n"
|
/external/llvm/test/CodeGen/X86/ |
abi-isel.ll | 41 ; LINUX-64-STATIC: movl src(%rip), [[EAX:%e.x]] 42 ; LINUX-64-STATIC: movl [[EAX]], dst 46 ; LINUX-32-STATIC: movl src, [[EAX:%e.x]] 47 ; LINUX-32-STATIC-NEXT: movl [[EAX]], dst 51 ; LINUX-32-PIC: movl src, [[EAX:%e.x]] 52 ; LINUX-32-PIC-NEXT: movl [[EAX]], dst 57 ; LINUX-64-PIC-NEXT: movl ([[RAX]]), [[EAX:%e..]] 59 ; LINUX-64-PIC-NEXT: movl [[EAX]], ([[RCX]]) 63 ; DARWIN-32-STATIC: movl _src, [[EAX:%e.x]] 64 ; DARWIN-32-STATIC-NEXT: movl [[EAX]], _ds [all...] |
tailcall-largecode.ll | 25 ; CHECK: movl $7, 16(%rsp) 27 ; CHECK: movl $1, %edi 28 ; CHECK: movl $2, %esi 29 ; CHECK: movl $3, %edx 30 ; CHECK: movl $4, %ecx 31 ; CHECK: movl $5, %r8d 32 ; CHECK: movl $6, %r9d 51 ; CHECK: movl $7, 16(%rsp) 53 ; CHECK: movl $1, %edi 54 ; CHECK: movl $2, %es [all...] |
/external/quake/quake/src/QW/client/ |
r_aclipa.s | 47 movl pfv0(%esp),%esi 48 movl pfv1(%esp),%edi 50 movl C(r_refdef)+rd_aliasvrectbottom,%eax 54 movl fv_v+4(%esi),%edx 55 movl fv_v+4(%edi),%ecx 60 movl fv_v+4(%esi),%ecx 61 movl fv_v+4(%edi),%edx 62 movl pfv0(%esp),%edi 63 movl pfv1(%esp),%esi 69 movl %ecx,Ltemp [all...] |
d_polysa.s | 454 movl C(r_sstepx),%eax 455 movl C(r_tstepx),%edx 458 movl %eax,C(a_sstepxfrac) 459 movl %edx,C(a_tstepxfrac) 461 movl C(r_sstepx),%ecx 462 movl C(r_tstepx),%eax 467 movl %eax,C(a_ststepxwhole) 495 movl lp2(%esp),%esi 496 movl lp1(%esp),%ebx 497 movl lp3(%esp),%ed [all...] |
/external/quake/quake/src/WinQuake/ |
r_aclipa.s | 47 movl pfv0(%esp),%esi 48 movl pfv1(%esp),%edi 50 movl C(r_refdef)+rd_aliasvrectbottom,%eax 54 movl fv_v+4(%esi),%edx 55 movl fv_v+4(%edi),%ecx 60 movl fv_v+4(%esi),%ecx 61 movl fv_v+4(%edi),%edx 62 movl pfv0(%esp),%edi 63 movl pfv1(%esp),%esi 69 movl %ecx,Ltemp [all...] |
d_polysa.s | 454 movl C(r_sstepx),%eax 455 movl C(r_tstepx),%edx 458 movl %eax,C(a_sstepxfrac) 459 movl %edx,C(a_tstepxfrac) 461 movl C(r_sstepx),%ecx 462 movl C(r_tstepx),%eax 467 movl %eax,C(a_ststepxwhole) 495 movl lp2(%esp),%esi 496 movl lp1(%esp),%ebx 497 movl lp3(%esp),%ed [all...] |
/frameworks/compile/libbcc/runtime/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...] |
/dalvik/vm/mterp/x86/ |
OP_INVOKE_DIRECT.S | 16 movl rSELF,%ecx 18 movl offThread_methodClassDex(%ecx),%ecx # ecx<- pDvmDex 20 movl offDvmDex_pResMethods(%ecx),%ecx # ecx<- pDvmDex->pResMethods 22 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall 42 movl rSELF,%ecx 43 movl offThread_method(%ecx),%ecx # ecx<- self->method 45 movl offMethod_clazz(%ecx),%ecx # ecx<- method->clazz 46 movl $$METHOD_DIRECT,OUT_ARG2(%esp) 47 movl %eax,OUT_ARG1(%esp) 48 movl %ecx,OUT_ARG0(%esp [all...] |
/dalvik/vm/mterp/x86-atom/ |
OP_SPUT.S | 32 movl rGLUE, %edx # %edx<- pMterpGlue 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- pDvmDex 35 movl offDvmDex_pResFields(%ecx), %ecx # %ecx<- pResFields 37 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved StaticField ptr 43 movl offGlue_method(%edx), %edx # %edx <- glue->method 45 movl %eax, -4(%esp) # push parameter CCCC; field ref 46 movl offMethod_clazz(%edx), %edx # %edx<- method->clazz 47 movl %edx, -8(%esp) # push parameter method->clazz 54 movl %eax, %ecx # %ecx<- result 59 movl rINST, offStaticField_value(%ecx) # field value<- vA [all...] |
OP_EXECUTE_INLINE.S | 32 movl rGLUE, %eax # %eax<- MterpGlue pointer 36 movl %eax, -8(%esp) # push parameter glue->retval 56 movl %edx, rINST # rINST<- FEDC 59 movl (rFP, rINST), rINST # rINST<- vF 60 movl rINST, 12(%esp) # push parameter vF 62 movl %edx, rINST # rINST<- FEDC 65 movl (rFP, rINST), rINST # rINST<- vE 66 movl rINST, 8(%esp) # push parameter E 68 movl %edx, rINST # rINST<- FEDC 71 movl (rFP, rINST), rINST # rINST<- v [all...] |
OP_IPUT_OBJECT.S | 38 movl rGLUE, %edx # %edx<- pMterpGlue 39 movl offGlue_methodClassDex(%edx), %edx # %edx<- pDvmDex 41 movl offDvmDex_pResFields(%edx), %edx # %edx<- pDvmDex->pResFields 43 movl (%edx, %ecx, 4), %eax # %eax<- resolved InstField ptr 45 movl rGLUE, %edx # %edx<- pMterpGlue 50 movl offGlue_method(%edx), %edx # %edx<- glue->method 52 movl %ecx, -4(%esp) # push parameter CCCC; field ref 53 movl offMethod_clazz(%edx), %edx # %edx<- method->clazz 55 movl %edx, (%esp) # push parameter method->clazz 64 movl rINST, %ecx # %ecx<- BA [all...] |
OP_FILLED_NEW_ARRAY.S | 48 movl rGLUE, %edx # %edx<- MterpGlue pointer 49 movl offGlue_methodClassDex(%edx), %edx # %edx<- glue->methodClassDex 50 movl offDvmDex_pResClasses(%edx), %edx # %edx<- glue->methodClassDex->pResClasses 53 movl (%edx, %ecx, 4), %eax # %eax<- possibly resolved class 60 movl $$0, -8(%esp) # push parameter false 61 movl %ecx, -12(%esp) # push parameter BBBB 62 movl rGLUE, %edx # %edx<- MterpGlue pointer 63 movl offGlue_method(%edx), %edx # %edx<- glue->method 64 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz 65 movl %edx, -16(%esp) # push parameter glue->method->claz [all...] |
OP_SPUT_OBJECT.S | 32 movl rGLUE, %edx # %edx<- pMterpGlue 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- pDvmDex 35 movl offDvmDex_pResFields(%ecx), %ecx # %ecx<- pResFields 37 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved StaticField 43 movl offGlue_method(%edx), %edx # %edx <- glue->method 45 movl %eax, -4(%esp) # push parameter CCCC; field ref 46 movl offMethod_clazz(%edx), %edx # %edx<- method->clazz 47 movl %edx, -8(%esp) # push parameter method->clazz 54 movl %eax, %ecx # %ecx<- result 61 movl rINST, offStaticField_value(%ecx) # field value<- vA [all...] |
OP_CONST_CLASS.S | 34 movl rGLUE, %edx # get MterpGlue pointer 36 movl offGlue_methodClassDex(%edx), %eax # %eax<- pDvmDex 37 movl offDvmDex_pResClasses(%eax), %eax # %eax<- pDvmDex->pResClasses 38 movl (%eax, %ecx, 4), %eax # %eax<- resolved class 53 movl offGlue_method(%edx), %edx # %edx<- glue->method 54 movl offMethod_clazz(%edx), %edx # %edx<- glue->method->clazz 55 movl $$1, -4(%esp) # push parameter true 56 movl %ecx, -8(%esp) # push parameter 57 movl %edx, -12(%esp) # push parameter glue->method->clazz
|
OP_CONST_STRING_JUMBO.S | 31 movl rGLUE, %edx # get MterpGlue pointer 32 movl offGlue_methodClassDex(%edx), %eax # %eax<- glue->methodClassDex 33 movl offDvmDex_pResStrings(%eax), %eax # %eax<- glue->methodClassDex->pResStrings 38 movl (%eax, %ecx, 4), %eax # %eax<- pResStrings[BBBB] 53 movl rGLUE, %edx # get MterpGlue pointer 54 movl offGlue_method(%edx), %edx # %edx<- glue->method 55 movl offMethod_clazz(%edx), %edx # %edx <- glue->method->clazz 56 movl %ecx, -4(%esp) # push parameter class ref 57 movl %edx, -8(%esp) # push parameter glue->method->clazz
|
OP_SGET.S | 32 movl rGLUE, %edx # %edx<- pMterpGlue 33 movl offGlue_methodClassDex(%edx), %ecx # %ecx<- glue->pDvmDex 35 movl offDvmDex_pResFields(%ecx), %ecx # %ecx<- pResFields 37 movl (%ecx, %eax, 4), %ecx # %ecx<- resolved StaticField ptr 43 movl offGlue_method(%edx), %edx # %edx <- glue->method 45 movl %eax, -4(%esp) # push parameter CCCC; field ref 46 movl offMethod_clazz(%edx), %edx # %edx<- method->clazz 47 movl %edx, -8(%esp) # push parameter method->clazz 58 movl offStaticField_value(%ecx), %eax # %eax<- field value
|
/bionic/libc/arch-x86/string/ |
ssse3-memcpy5.S | 142 movl (%esp), %ebx 166 movl LEN(%esp), %ecx 167 movl SRC(%esp), %eax 168 movl DEST(%esp), %edx 180 movl SRC(%esp), %eax 206 movl %edx, %edi 211 movl %edi, %esi 1112 movl -44(%eax), %ecx 1113 movl %ecx, -44(%edx) 1115 movl -40(%eax), %ec [all...] |
/dalvik/vm/arch/x86-atom/ |
Call386ABI.S | 87 movl %ebp, -4(%esp) 88 movl %ebx, -8(%esp) # save %ebx 89 movl %esi, -12(%esp) # save %esi 90 movl %edi, -16(%esp) # save %edi 98 movl 12(%ebp), %ebx # %ebx<- argInfo 111 movl 8(%ebp), %eax # %eax<- clazz 113 movl 4(%ebp), %ecx # %ecx<- JNIEnv 114 movl 20(%ebp), %esi # %esi<- argV 116 movl (%esi), %eax # get the this pointer 120 movl %ecx, -8(%esp) # push JNIEnv as arg # [all...] |
/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...] |
/external/valgrind/main/none/tests/x86-linux/ |
sigcontext.c | 21 "movl $0, %%edx\n" 22 "movl $0, %%esi\n" 23 "movl $0, %%edi\n" 37 "movl $0, %%edx\n" 38 "movl $0, %%esi\n" 39 "movl $0, %%edi\n" 62 //"movl $0x11111111, %%ebp\n" 63 "movl $0x22222222, %%edx\n" 64 "movl $0x33333333, %%esi\n" 65 "movl $0x44444444, %%edi\n [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...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 111 #define SPILL(reg) movl reg##,reg##_SPILL(%ebp) 112 #define UNSPILL(reg) movl reg##_SPILL(%ebp),reg 113 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp) 114 #define UNSPILL_TMP1(reg) movl TMP_SPILL1(%ebp),reg 115 #define SPILL_TMP2(reg) movl reg,TMP_SPILL2(%ebp) 116 #define UNSPILL_TMP2(reg) movl TMP_SPILL2(%ebp),reg 117 #define SPILL_TMP3(reg) movl reg,TMP_SPILL3(%ebp) 118 #define UNSPILL_TMP3(reg) movl TMP_SPILL3(%ebp),reg 122 movl offThread_pJitProfTable(\_self),\_reg 125 movl offThread_jitThreshold(\_self),\_re [all...] |
/external/llvm/lib/Target/X86/ |
README-MMX.txt | 19 movl 32(%esp), %eax 22 movl (%esp), %eax 23 movl %eax, 20(%esp) 25 movl 12(%esp), %eax 26 movl %eax, 16(%esp) 37 movl 16(%esp), %eax 38 movl 20(%esp), %edx 39 movl $0, (%eax) 40 movl %edx, 4(%eax) 54 movl $1, %ea [all...] |