HomeSort by relevance Sort by last modified time
    Searched full:ebp (Results 226 - 250 of 1390) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 53 push ebp
55 mov ebp, esp ; standard function prolog
81 ; ebp is preserved by the callee. In this function it
83 mov esp, ebp
86 mov esp, ebp
88 pop ebp
124 ; | EBP | <- EBP
139 push ebp
140 mov ebp, esp
    [all...]
EbcLowLevel.nasm 45 push ebp
47 mov ebp, esp ; standard function prolog
73 ; ebp is preserved by the callee. In this function it
75 mov esp, ebp
78 mov esp, ebp
80 pop ebp
116 ; | EBP | <- EBP
131 push ebp
132 mov ebp, esp
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
S3Asm.S 25 pushl %ebp
26 movl %esp,%ebp
30 movl 8(%ebp),%ecx
S3Asm.asm 30 push ebp
31 mov ebp, esp
35 mov ecx, [ebp + 8]
  /external/libjpeg-turbo/simd/
jquant-3dn.asm 32 %define sample_data ebp+8 ; JSAMPARRAY sample_data
33 %define start_col ebp+12 ; JDIMENSION start_col
34 %define workspace ebp+16 ; FAST_FLOAT *workspace
40 push ebp
41 mov ebp,esp
122 pop ebp
135 %define coef_block ebp+8 ; JCOEFPTR coef_block
136 %define divisors ebp+12 ; FAST_FLOAT *divisors
137 %define workspace ebp+16 ; FAST_FLOAT *workspace
143 push ebp
    [all...]
jquant-sse.asm 32 %define sample_data ebp+8 ; JSAMPARRAY sample_data
33 %define start_col ebp+12 ; JDIMENSION start_col
34 %define workspace ebp+16 ; FAST_FLOAT *workspace
40 push ebp
41 mov ebp,esp
122 pop ebp
135 %define coef_block ebp+8 ; JCOEFPTR coef_block
136 %define divisors ebp+12 ; FAST_FLOAT *divisors
137 %define workspace ebp+16 ; FAST_FLOAT *workspace
143 push ebp
    [all...]
jquanti-sse2.asm 32 %define sample_data ebp+8 ; JSAMPARRAY sample_data
33 %define start_col ebp+12 ; JDIMENSION start_col
34 %define workspace ebp+16 ; DCTELEM *workspace
40 push ebp
41 mov ebp,esp
94 pop ebp
114 %define coef_block ebp+8 ; JCOEFPTR coef_block
115 %define divisors ebp+12 ; DCTELEM *divisors
116 %define workspace ebp+16 ; DCTELEM *workspace
122 push ebp
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 20 imull $17, %ebx, %ebp
28 cmpl %r14d, %ebp
36 addl %ebp, %eax
asm-printing-bundle-directives.s 13 cmpl %r14d, %ebp
  /external/syslinux/com32/lib/
setjmp.S 11 * %ebp
37 movl %ebp,8(%edx)
58 movl 8(%edx),%ebp
  /external/syslinux/core/lzo/
enter.ash 33 pushl %ebp
46 movl $3,%ebp
49 movl $255,%ebp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
tlsd.d 9 0: 55 [ ]*push %ebp
10 1: 89 e5 [ ]*mov %esp,%ebp
31 3a: 8b 5d fc [ ]*mov -0x4\(%ebp\),%ebx
naked.s 9 mov gs,ds:(,ebp,8)
sse2.s 10 andnpd 0x0(%ebp),%xmm4
34 cmpunordpd 0x0(%ebp),%xmm4
50 cmpordpd 0x0(%ebp),%xmm4
58 cvtsi2sd %ebp,%xmm4
66 cvttsd2si 0x0(%ebp),%esp
67 cvttsd2si %xmm6,%ebp
72 ldmxcsr 0x0(%ebp)
93 movupd 0x0(%ebp),%xmm4
117 unpcklpd 0x0(%ebp),%xmm4
  /external/fec/
mmxbfly27.s 21 pushl %ebp
22 movl %esp,%ebp
28 movl 8(%ebp),%edx # edx = vp
37 1: movl 16(%ebp),%eax # eax = nbits
40 movl %eax,16(%ebp)
42 movl 12(%ebp),%ebx # ebx = syms
45 movl %ebx,12(%ebp)
129 movl 8(%ebp),%ebx # ebx = vp
139 popl %ebp
  /external/google-breakpad/src/processor/testdata/
minidump2.stackwalk.out 13 eip = 0x0040429e esp = 0x0012fe84 ebp = 0x0012fe88 ebx = 0x7c80abc1
18 eip = 0x00404200 esp = 0x0012fe90 ebp = 0x0012ff70
21 eip = 0x004053ec esp = 0x0012ff78 ebp = 0x0012ffc0
24 eip = 0x7c816fd7 esp = 0x0012ffc8 ebp = 0x0012fff0
  /external/libunwind/src/x86/
regname.c 5 "eax", "edx", "ecx", "ebx", "esi", "edi", "ebp", "esp", "eip",
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
crt0-efi-ia32.S 41 pushl %ebp
42 movl %esp,%ebp
44 pushl 12(%ebp) # copy "image" argument
45 pushl 8(%ebp) # copy "systab" argument
  /external/syslinux/gpxe/src/arch/i386/include/
setjmp.h 14 uint32_t ebp; member in struct:__anon37788
  /prebuilts/go/darwin-x86/src/runtime/
defs_nacl_386.go 22 ebp uint32
  /prebuilts/go/linux-x86/src/runtime/
defs_nacl_386.go 22 ebp uint32
  /toolchain/binutils/binutils-2.27/gold/testsuite/
split_x32_4.s 9 mov %esp,%ebp
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
load1.s 22 subl bar@GOT(%ecx), %ebp
32 subl bar@GOT, %ebp
42 subl foo@GOT(%ecx), %ebp
52 subl foo@GOT, %ebp
pr20117.d 12 [ ]*[a-f0-9]+: bd ([0-9a-f]{2} ){4} * mov \$0x[a-f0-9]+\,%ebp
  /external/boringssl/linux-x86/crypto/fipsmodule/
sha256-586.S 9 pushl %ebp
19 popl %ebp
20 leal .L001K256-.L000pic_point(%ebp),%ebp
29 leal OPENSSL_ia32cap_P-.L001K256(%ebp),%edx
144 movl (%ebp),%esi
155 addl $4,%ebp
202 movl (%ebp),%esi
214 addl $4,%ebp
242 subl $256,%ebp
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>