Sweden-Number/dlls/ntdll
Paul Gofman f332f2e4e2 ntdll: Don't transfer xmm registers explicitly during context save and restore on x64.
fxsave / fxrstor already do that.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-19 10:16:57 +02:00
..
tests winapi_test: Update generated.c files. 2020-08-14 22:04:03 +02:00
unix ntdll: Don't transfer xmm registers explicitly during context save and restore on x64. 2020-08-19 10:16:57 +02:00
Makefile.in ntdll: Use a syscall thunk for NtClose(). 2020-07-21 18:30:08 +02:00
actctx.c
atom.c
critsection.c ntdll: Move the critical section fallback code out of the Unix library. 2020-08-03 15:52:15 +02:00
crypt.c
debugbuffer.c
directory.c ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
env.c ntdll: Set a better exit status when the main image fails to load. 2020-07-21 15:23:28 +02:00
error.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
exception.c ntdll: Unwind the syscall frame when calling KiRaiseUserExceptionDispatcher(). 2020-08-11 17:56:10 +02:00
handletable.c
heap.c ntdll: Pad HEAP structure so 'flags' offset matches recent Windows. 2020-08-11 18:20:20 +02:00
large_int.c
loader.c ntdll: Allocate 64-bit TEB and PEB in WoW64 mode. 2020-07-24 18:26:18 +02:00
loadorder.c
locale.c ntdll: Move the locale system calls to the Unix library. 2020-07-20 20:14:41 +02:00
make_errors
misc.c ntdll: Move the token functions to the Unix library. 2020-07-20 17:58:12 +02:00
nt.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
ntdll.spec ntdll: Implement KiUserApcDispatcher(). 2020-08-06 19:31:06 +02:00
ntdll_misc.h ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
path.c
printf.c
printf.h
process.c
reg.c
relay.c
resource.c
rtl.c ntdll: Move InterlockedCompareExchange128 support to winnt.h. 2020-08-04 20:22:38 +02:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Move the security system calls to the Unix library. 2020-07-20 20:14:18 +02:00
server.c
signal_arm.c ntdll/tests: Add thread context test for ARM platforms. 2020-07-28 14:16:53 +02:00
signal_arm64.c ntdll: Remove a stray duplicate instruction. 2020-08-14 22:02:04 +02:00
signal_i386.c ntdll: Use a syscall thunk for NtGetContextThread(). 2020-07-28 13:51:44 +02:00
signal_x86_64.c ntdll: Don't transfer xmm registers explicitly during context save and restore on x64. 2020-08-19 10:16:57 +02:00
string.c
sync.c ntdll: Move the token functions to the Unix library. 2020-07-20 17:58:12 +02:00
thread.c ntdll: Implement KiUserApcDispatcher(). 2020-08-06 19:31:06 +02:00
threadpool.c
time.c ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
unixlib.h ntdll: Use a syscall thunk for NtGetContextThread(). 2020-07-28 13:51:44 +02:00
version.c
version.rc
virtual.c ntdll: Avoid private Unix functions in RtlCreateUserStack(). 2020-07-22 14:38:40 +02:00
wcstring.c ntdll: Fix wcsncpy() implementation now that length is unsigned. 2020-08-03 13:00:53 +02:00