summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseLib/X64/Thunk16.S
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseLib: Remove .S files for IA32 and X64 archShenglei Zhang2019-04-031-334/+0
* MdePkg: Clean up source filesLiming Gao2018-06-281-20/+20
* Use rsp instead of esp to save 64-bit stack pointer.Elvin Li2013-10-291-3/+3
* Current Thunk16.asm implementation clears reserved bits, which does not follo...li-elvin2013-01-071-2/+2
* Fix the issue to clear the high 16-bit of EAX before use it Thunk code.lgao42011-12-151-2/+3
* Fix Xcode link failure. Relocations are not supported in .text sections.andrewfish2011-10-081-1/+1
* MdePkg: Fixed hang/reset in thunk code when building with GCC X64geekboy15a2011-08-021-6/+6
* MdePkg: Fix X64 clang compile issues.andrewfish2011-07-121-23/+31
* Fix the issue that the high 16-bit of EAX may contain invalid data, which cau...li-elvin2010-11-121-2/+2
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-1/+1
* Update the copyright notice formathhtian2010-04-231-2/+2
* Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a2010-04-161-1/+1
* Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH2009-12-061-29/+29
* Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang82009-06-021-1/+1
* Correct one minor instruction to clear the lower 4 bits of r11.qhuang82009-05-261-1/+1
* Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang82009-05-261-2/+19
* Replace .globl with ASM_GLOBALxli242009-05-201-16/+16
* Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang82009-04-171-12/+22
* Fix some build issues encountered with ELFGCC.jljusten2009-04-101-10/+10
* Update to use DOS formatqhuang82008-11-031-298/+298
* Gcc cleanuperic_tian2008-07-311-46/+46
* Update Thunk16.S of X64 for BaseLib.xli242008-01-241-10/+18
* Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli242008-01-221-0/+290
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-021-0/+0
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-0/+0
* Add Thunk16.S -- needs to be ported from masm.bbahnsen2006-11-171-0/+0