Searched refs:esp (Results 1 - 25 of 528) sorted by relevance

1234567891011>>

/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/Ia32/
H A DGasket.S32 movl %esp, %ebp
33 subl $24, %esp // sub extra 16 from the stack for alignment
34 and $-16, %esp // stack needs to end in 0xFFFFFFF0 before call
36 movl %eax, 4(%esp)
38 movl %eax, (%esp)
49 movl %esp, %ebp
50 subl $24, %esp // sub extra 16 from the stack for alignment
51 and $-16, %esp // stack needs to end in 0xFFFFFFF0 before call
53 movl %eax, 4(%esp)
55 movl %eax, (%esp)
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.S24 mov %esp,%ebp
25 mov 0xc(%esp),%ecx
26 mov 0x14(%esp),%eax
27 mov 0x10(%esp),%edx
29 sub %eax,%esp
30 mov %esp,%ebx
41 mov %ebp,%esp
42 mov %ebp,%esp
51 mov %esp, %ebp
54 sub $0x40, %esp
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
H A Dlldvrm.c62 sub esp, 8 local
63 push esp local
68 mov eax, [esp + 28]
70 mov eax, [esp + 28]
76 mov eax, [esp + 28]
78 mov eax, [esp + 28]
90 mov ecx, [esp + 20]
91 mov ebx, [esp + 24]
96 add esp, 28 local
H A Dllrem.c56 sub esp, 8 local
57 push esp local
62 mov eax, [esp + 28]
64 mov eax, [esp + 28]
70 mov eax, [esp + 28]
72 mov eax, [esp + 28]
83 mov eax, [esp + 20]
84 mov edx, [esp + 24]
89 add esp, 28 local
H A Dulldvrm.c62 sub esp, 8 local
63 push esp local
68 mov eax, [esp + 28]
70 mov eax, [esp + 28]
76 mov eax, [esp + 28]
78 mov eax, [esp + 28]
90 mov ecx, [esp + 20]
91 mov ebx, [esp + 24]
96 add esp, 28 local
H A Dullrem.c56 sub esp, 8 local
57 push esp local
62 mov eax, [esp + 28]
64 mov eax, [esp + 28]
70 mov eax, [esp + 28]
72 mov eax, [esp + 28]
83 mov eax, [esp + 20]
84 mov edx, [esp + 24]
89 add esp, 28 local
H A Dllmul.c54 mov eax, [esp + 16]
56 mov eax, [esp + 16]
62 mov eax, [esp + 16]
64 mov eax, [esp + 16]
75 add esp, 16 local
H A Dulldiv.c63 mov eax, [esp + 20]
65 mov eax, [esp + 20]
71 mov eax, [esp + 20]
73 mov eax, [esp + 20]
84 add esp, 20 local
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Dxe/Ia32/
H A DIoFifo.asm31 mov dx, [esp + 8]
32 mov ecx, [esp + 12]
33 mov edi, [esp + 16]
51 mov dx, [esp + 8]
52 mov ecx, [esp + 12]
53 mov edi, [esp + 16]
71 mov dx, [esp + 8]
72 mov ecx, [esp + 12]
73 mov edi, [esp + 16]
91 mov dx, [esp
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
H A DSetJump.c31 push [esp + 4]
35 mov edx, [esp]
40 mov [edx + 16], esp
H A DReadMm0.c26 movq [esp], mm0
H A DReadMm1.c26 movq [esp], mm1
H A DReadMm2.c26 movq [esp], mm2
H A DReadMm3.c26 movq [esp], mm3
H A DReadMm4.c26 movq [esp], mm4
H A DReadMm5.c26 movq [esp], mm5
H A DReadMm6.c26 movq [esp], mm6
H A DReadMm7.c34 movq [esp], mm7
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
H A DIdtVectorAsm.S41 movl 4(%esp), %ecx
47 movl 8(%esp), %eax
48 movl 4(%esp), %ecx
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
H A DSetJump.c59 push [esp + 4]
63 mov edx, [esp]
68 mov [edx + 16], esp
H A DReadMm0.c36 movq [esp], mm0
H A DReadMm1.c36 movq [esp], mm1
H A DReadMm2.c36 movq [esp], mm2
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
H A DLog2.S51 cmpl $0, 4(%esp) # (UINT32 *(&Operand))
53 cmpl $0, 8(%esp) # (UINT32 *(&Operand)) + 1
62 btl %ecx, 4(%esp) # (UINT32 *(&Operand))
68 btl %eax, 8(%esp) # (UINT32 *(&Operand)) + 1
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
H A DEfiJump.h30 UINT32 esp; member in struct:__anon5200

Completed in 110 milliseconds

1234567891011>>