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

<<11121314151617181920>>

  /external/fec/
ssebfly27.s 22 pushl %ebp
23 movl %esp,%ebp
29 movl 8(%ebp),%edx # edx = vp
38 1: movl 16(%ebp),%eax # eax = nbits
41 movl %eax,16(%ebp)
44 movl 12(%ebp),%ebx # %ebx = syms
50 movl %ebx,12(%ebp)
184 movl 8(%ebp),%ebx # ebx = vp
194 popl %ebp
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
S3Asm.S 27 pushl %ebp
28 movl %esp,%ebp
32 movl 8(%ebp),%ecx
S3Asm.asm 34 push ebp
35 mov ebp, esp
39 mov ecx, [ebp + 8]
S3Asm.nasm 33 push ebp
34 mov ebp, esp
38 mov ecx, [ebp + 8]
  /external/libjpeg-turbo/simd/
jquant-mmx.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
116 pop ebp
137 %define coef_block ebp+8 ; JCOEFPTR coef_block
138 %define divisors ebp+12 ; DCTELEM *divisors
139 %define workspace ebp+16 ; DCTELEM *workspace
145 push ebp
    [all...]
  /external/llvm/test/MC/AsmParser/
macros-darwin-vararg.s 38 // CHECK: movl %esp, %ebp
47 ifcc movl %esp, %ebp
60 ifcc movl, %esp, %ebp
  /external/syslinux/gpxe/src/arch/i386/include/
comboot.h 52 com32_reg32_t ebp; /* Offset 16 */ member in struct:__anon37763
68 uint32_t ebp; /* Offset 20 */ member in struct:__anon37764
88 uint32_t ebp; /* Offset 32 */ member in struct:__anon37765
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows_386.go 95 ebp uint32
117 print("ebp ", hex(r.ebp), "\n")
  /prebuilts/go/linux-x86/src/runtime/
defs_windows_386.go 95 ebp uint32
117 print("ebp ", hex(r.ebp), "\n")
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
tlsgdesc.s 5 pushl %ebp
6 movl %esp, %ebp
98 movl -4(%ebp), %ebx
  /bionic/libm/x86/
libm_sincos_huge.S 37 # parameter 1: 8 + %ebp
38 # parameter 2: 16 + %ebp
39 # parameter 3: 20 + %ebp
41 pushl %ebp
42 movl %esp, %ebp
48 movl 16(%ebp), %eax
49 movl 20(%ebp), %edx
59 movsd 8(%ebp), %xmm1
60 movl 12(%ebp), %esi
67 movsd %xmm1, 8(%ebp)
    [all...]
  /art/runtime/arch/x86/
registers_x86.cc 25 "eax", "ecx", "edx", "ebx", "esp", "ebp", "esi", "edi",
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.asm 68 ; Fixup the ebp point to permenent memory
70 mov eax, ebp
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
Stack.nasm 67 ; Fixup the ebp point to permenent memory
69 mov eax, ebp
72 mov ebp, eax ; From now, ebp is pointed to permanent memory
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LongJump.c 32 mov ebp, [edx + 12] local
SetJump.c 39 mov [edx + 12], ebp
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
EfiJump.h 29 UINT32 ebp; member in struct:__anon6566
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
Stack.nasm 67 ; Fixup the ebp point to permenent memory
69 mov eax, ebp
72 mov ebp, eax ; From now, ebp is pointed to permanent memory
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Include/Library/
FspSwitchStackLib.h 25 EBP
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
Stack.nasm 67 ; Fixup the ebp point to permanent memory
69 mov eax, ebp
72 mov ebp, eax ; From now, ebp is pointed to permanent memory
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stack.asm 68 ; Fixup the ebp point to permenent memory
70 mov eax, ebp
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
FspSwitchStackLib.h 25 EBP
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.asm 68 ; Fixup the ebp point to permenent memory
70 mov eax, ebp
73 mov ebp, eax ; From now, ebp is pointed to permenent memory
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmInit.S 46 lgdt %cs:(ASM_PFX(gcSmiInitGdtr) - SmmStartup)(%ebp)
72 movl $SmmStartup, %ebp
73 .byte 0x66, 0x81, 0xed, 0, 0, 3, 0 # sub ebp, 0x30000
74 jmp *%bp # jmp ebp actually
SmmInit.asm 52 lgdt fword ptr cs:[ebp + (offset gcSmiInitGdtr - SmmStartup)]
80 mov ebp, SmmStartup
81 DB 66h, 81h, 0edh, 00h, 00h, 03h, 00 ; sub ebp, 30000h
82 jmp bp ; jmp ebp actually

Completed in 594 milliseconds

<<11121314151617181920>>