summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/Thunk16.S
AgeCommit message (Expand)AuthorFilesLines
2019-04-03MdePkg/BaseLib: Remove .S files for IA32 and X64 archShenglei Zhang1-334/+0
2018-06-28MdePkg: Clean up source filesLiming Gao1-20/+20
2013-10-29Use rsp instead of esp to save 64-bit stack pointer.Elvin Li1-3/+3
2013-01-07Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin1-2/+2
2011-12-15Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao41-2/+3
2011-10-08Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish1-1/+1
2011-08-02MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a1-6/+6
2011-07-12MdePkg: Fix X64 clang compile issues.andrewfish1-23/+31
2010-11-12Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin1-2/+2
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter1-1/+1
2010-04-23Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a1-1/+1
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH1-29/+29
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang81-1/+1
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang81-1/+1
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang81-2/+19
2009-05-20Replace .globl with ASM_GLOBALxli241-16/+16
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang81-12/+22
2009-04-10Fix some build issues encountered with ELFGCC.jljusten1-10/+10
2008-11-03Update to use DOS formatqhuang81-298/+298
2008-07-31Gcc cleanuperic_tian1-46/+46
2008-01-24Update Thunk16.S of X64 for BaseLib.xli241-10/+18
2008-01-22Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli241-0/+290
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff1-0/+0
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch1-0/+0
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen1-0/+0