/external/libffi/src/x86/ |
D | win32.S | 43 pushl %ebp 44 movl %esp,%ebp 47 movl 16(%ebp),%ecx 53 pushl 12(%ebp) 55 call *8(%ebp) 63 call *28(%ebp) 66 movl 16(%ebp),%ecx 70 movl 20(%ebp),%ecx 73 cmpl $0,24(%ebp) 88 movl 24(%ebp),%ecx [all …]
|
D | freebsd.S | 44 pushl %ebp 46 movl %esp,%ebp 49 movl 16(%ebp),%ecx 55 pushl 12(%ebp) 57 call *8(%ebp) 62 call *28(%ebp) 65 movl 20(%ebp),%ecx 71 cmpl $0,24(%ebp) 128 movl 24(%ebp),%ecx 134 movl 24(%ebp),%ecx [all …]
|
D | darwin.S | 43 pushl %ebp 45 movl %esp,%ebp 49 movl 16(%ebp),%ecx 56 pushl 12(%ebp) 58 call *8(%ebp) 63 call *28(%ebp) 66 movl 20(%ebp),%ecx 72 cmpl $0,24(%ebp) 127 movl 24(%ebp),%ecx 133 movl 24(%ebp),%ecx [all …]
|
D | sysv.S | 43 pushl %ebp 45 movl %esp,%ebp 49 movl 16(%ebp),%ecx 56 pushl 12(%ebp) 58 call *8(%ebp) 63 call *28(%ebp) 66 movl 20(%ebp),%ecx 72 cmpl $0,24(%ebp) 127 movl 24(%ebp),%ecx 133 movl 24(%ebp),%ecx [all …]
|
/external/grub/stage2/ |
D | asm.S | 128 ADDR32 movl %ebp, EXT_C(install_second_sector) 132 movl $STACKOFF, %ebp 133 movl %ebp, %esp 297 pushl %ebp 298 movl %esp, %ebp 315 movb 8(%ebp), %dl 355 popl %ebp 614 pushl %ebp 615 movl %esp, %ebp 623 movl 8(%ebp), %esi [all …]
|
D | setjmp.S | 63 movl %ebp, 12(%ecx) /* save frame pointer of caller */ 76 movl 12(%ecx), %ebp
|
D | apm.S | 26 pushl %ebp 124 popl %ebp
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
D | mmx_main.asm | 21 ;; ConverterInfo (ebp+..) 34 push ebp 35 mov ebp,esp 40 mov eax,[ebp+8] 45 mov ebp,eax 47 mov esi,[ebp+0] 48 mov edi,[ebp+16] 51 mov ecx,[ebp+4] 53 call [ebp+32] 55 add esi,[ebp+12] [all …]
|
D | x86_main.asm | 23 ;; ConverterInfo (ebp+..) 36 push ebp 37 mov ebp,esp 42 mov eax,[ebp+8] 47 mov ebp,eax 49 mov esi,[ebp+0] 50 mov edi,[ebp+16] 53 mov ecx,[ebp+4] 55 call [ebp+32] 57 add esi,[ebp+12] [all …]
|
D | x86p_32.asm | 56 .L3 ; save ebp 57 push ebp 60 mov ebp,ecx 61 shr ebp,2 95 dec ebp 113 .L6 pop ebp 136 .L3 ; save ebp 137 push ebp 140 mov ebp,ecx 141 shr ebp,2 [all …]
|
D | x86p_16.asm | 177 .L4 ; save ebp 178 push ebp 191 xor ebp,ebp 192 sub ebp,ecx 194 .L5 mov eax,[esi+ebp*8] ; agi? 195 mov ecx,[esi+ebp*8+4] 212 mov [edi+ebp*8],eax 213 mov [edi+ebp*8+4],ecx 215 inc ebp 236 .L7 pop ebp [all …]
|
/external/zlib/contrib/inflate86/ |
D | inffas86.c | 80 /* 8 4 */ void *ebp; /* ebp save */ member 801 mov [eax+4], ebp 807 mov ebp, [esp+32] /* ebp = lcode */ 833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ 898 mov ebp, eax /* dist = this */ 899 shr ebp, 16 /* dist = this.val */ 929 add ebp, eax /* dist += hold & ((1 << op) - 1) */ 936 cmp eax, ebp 941 sub esi, ebp /* from = out - dist */ 952 mov ebp, [esp+32] /* ebp = lcode */ [all …]
|
D | inffast.S | 230 pushl %ebp 257 movl start_sp(%esp), %ebp 261 subl %ecx, %ebp /* start -= avail_out */ 262 negl %ebp /* start = -start */ 263 addl %ebx, %ebp /* start += next_out */ 269 movl %ebp, beg(%esp) 309 movl hold_state(state_r), %ebp 347 orl %eax, %ebp 420 #define hold_r %ebp 882 #define bitslong_r %ebp [all …]
|
/external/zlib/contrib/masmx86/ |
D | inffas32.asm | 169 push ebp 196 mov ebp, [esp+92] 200 sub ebp,ecx 201 neg ebp 202 add ebp,ebx 208 mov [esp+40],ebp 237 mov ebp, [edi+hold_state] 268 or ebp,eax 335 or ebp,eax 340 and edx,ebp [all …]
|
D | gvmat32.asm | 741 mov ebp, [edx + dsStrStart] 742 lea edi, [esi + ebp] 758 sub ebp, eax 760 xor ebp, ebp 808 ;;; ebp = limit 813 cmp ecx, ebp 939 pop ebp
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | virtual-frame-ia32.cc | 73 __ mov(Operand(ebp, fp_relative(index)), element.reg()); in SyncElementBelowStackPointer() 81 __ mov(Operand(ebp, fp_relative(index)), temp.reg()); in SyncElementBelowStackPointer() 83 __ Set(Operand(ebp, fp_relative(index)), in SyncElementBelowStackPointer() 94 __ mov(temp.reg(), Operand(ebp, fp_relative(backing_index))); in SyncElementBelowStackPointer() 95 __ mov(Operand(ebp, fp_relative(index)), temp.reg()); in SyncElementBelowStackPointer() 98 __ mov(Operand(ebp, fp_relative(index)), backing_element.reg()); in SyncElementBelowStackPointer() 144 __ push(Operand(ebp, fp_relative(backing_index))); in SyncElementByPushing() 217 __ mov(fresh.reg(), Operand(ebp, fp_relative(element.index()))); in MakeMergable() 294 __ mov(Operand(ebp, fp_relative(i)), source.reg()); in MergeMoveRegistersToMemory() 303 __ mov(Operand(ebp, fp_relative(i)), esi); in MergeMoveRegistersToMemory() [all …]
|
D | builtins-ia32.cc | 272 __ lea(ebx, Operand(ebp, StandardFrameConstants::kCallerSPOffset)); in Generate_JSConstructStubGeneric() 289 __ mov(esi, Operand(ebp, StandardFrameConstants::kContextOffset)); in Generate_JSConstructStubGeneric() 336 __ mov(ebx, Operand(ebp, 0)); in Generate_JSEntryTrampolineHelper() 524 __ push(Operand(ebp, 4 * kPointerSize)); // push this in Generate_FunctionApply() 525 __ push(Operand(ebp, 2 * kPointerSize)); // push arguments in Generate_FunctionApply() 565 __ push(Operand(ebp, 4 * kPointerSize)); // push this in Generate_FunctionApply() 580 __ mov(edi, Operand(ebp, 4 * kPointerSize)); in Generate_FunctionApply() 585 __ mov(ebx, Operand(ebp, 3 * kPointerSize)); in Generate_FunctionApply() 622 __ mov(eax, Operand(ebp, kIndexOffset)); in Generate_FunctionApply() 625 __ mov(ecx, Operand(ebp, 2 * kPointerSize)); // load arguments in Generate_FunctionApply() [all …]
|
D | regexp-macro-assembler-ia32.cc | 175 __ cmp(Operand(ebp, kAtStart), Immediate(0)); in CheckAtStart() 179 __ cmp(eax, Operand(ebp, kInputStart)); in CheckAtStart() 187 __ cmp(Operand(ebp, kAtStart), Immediate(0)); in CheckNotAtStart() 191 __ cmp(eax, Operand(ebp, kInputStart)); in CheckNotAtStart() 588 __ push(ebp); in GetCode() 589 __ mov(ebp, esp); in GetCode() 627 __ mov(esi, Operand(ebp, kInputEnd)); in GetCode() 629 __ mov(edi, Operand(ebp, kInputStart)); in GetCode() 637 __ mov(Operand(ebp, kInputStartMinusOne), eax); in GetCode() 645 __ mov(Operand(ebp, ecx, times_1, +0), eax); in GetCode() [all …]
|
D | cfg-ia32.cc | 67 __ push(ebp); in Compile() 68 __ mov(ebp, esp); in Compile() 109 __ mov(esp, ebp); in Compile() 110 __ pop(ebp); in Compile() 198 return Operand(ebp, (1 + count - loc->index()) * kPointerSize); in ToOperand() 202 return Operand(ebp, kOffset - loc->index() * kPointerSize); in ToOperand()
|
D | macro-assembler-ia32.cc | 331 push(ebp); in EnterFrame() 332 mov(ebp, Operand(esp)); in EnterFrame() 345 cmp(Operand(ebp, StandardFrameConstants::kMarkerOffset), in LeaveFrame() 360 push(ebp); in EnterExitFrame() 361 mov(ebp, Operand(esp)); in EnterExitFrame() 371 mov(Operand::StaticVariable(c_entry_fp_address), ebp); in EnterExitFrame() 377 lea(esi, Operand(ebp, eax, times_4, offset)); in EnterExitFrame() 404 mov(Operand(ebp, ExitFrameConstants::kSPOffset), esp); in EnterExitFrame() 417 lea(ebx, Operand(ebp, kOffset)); in LeaveExitFrame() 423 mov(ecx, Operand(ebp, 1 * kPointerSize)); in LeaveExitFrame() [all …]
|
/external/zlib/contrib/asm686/ |
D | match.S | 78 pushl %ebp 130 movl dsStrStart(%edx), %ebp 131 lea (%esi,%ebp), %edi 147 subl %eax, %ebp 149 xorl %ebp, %ebp 202 cmpl %ebp, %ecx 328 popl %ebp
|
/external/zlib/contrib/asm586/ |
D | match.S | 86 pushl %ebp 113 movl dsStrStart(%edx), %ebp 114 lea (%esi,%ebp), %edi 130 subl %eax, %ebp 132 xorl %ebp, %ebp 228 cmpl %ebp, %ecx /* 3 U pipe */ 363 popl %ebp
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_stdlib.c | 45 push ebp in _ftol() 46 mov ebp,esp in _ftol() 97 push ebp in _allmul() 98 mov ebp,esp in _allmul() 103 mov eax,dword ptr [ebp+10h] in _allmul() 104 mov edi,dword ptr [ebp+8] in _allmul() 108 mov eax,dword ptr [ebp+8] in _allmul() 112 mov dword ptr [ebp-18h],eax in _allmul() 113 mov edx,dword ptr [ebp+0Ch] in _allmul() 116 mov eax,dword ptr [ebp-18h] in _allmul() [all …]
|
/external/zlib/contrib/masm686/ |
D | match.asm | 191 mov ebp, [edx].ds_strstart 192 lea edi, [esi+ebp] 208 sub ebp, eax 210 xor ebp, ebp 263 cmp ecx, ebp 407 pop ebp
|
/external/openssl/crypto/perlasm/ |
D | x86unix.pl | 53 'ebp', '%ebp', 82 'ebp', 0x05, 413 popl %ebp 437 popl %ebp
|