dolphin-emulator/Source/Core/Common/Src
comex 3679f9ba60 Don't push registers before pairedStoreQuantized, that's dumb.
And fix some stuff up.  It would probably be good to unify the stack
handling some more rather than having ABI_PushRegistersAndAdjustStack do
part of it and ABI_AlignStack the rest, causing unnecessary subtract
instructions on Linux x86 (only).
2013-10-04 15:48:06 -04:00
..
Crypto
ArmCPUDetect.cpp
ArmEmitter.cpp [ARM] Change all floating point loadstores to fastmem implementations except lfs since all floating point accesses tend to be to RAM space. lfs tends to get used to write quickly to the gatherpipe and other places, look at the JIT64 implementation to see how to make it quicker. 2013-09-24 05:41:58 +00:00
ArmEmitter.h [ARM] Fix VSQRT/VCMP/VCMPE/VCMPE0/VCMP0 emitters when using the high 16 double registers. 2013-09-17 22:08:23 +00:00
Atomic.h
Atomic_GCC.h Add an explicit error message for outdated GCC, and remove some commented out code. 2013-09-23 15:01:38 -04:00
Atomic_Win32.h Improve Atomic.h: 2013-09-22 16:07:45 -04:00
BreakPoints.cpp
BreakPoints.h
CDUtils.cpp
CDUtils.h
ChunkFile.h
ColorUtil.cpp [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
ColorUtil.h [Common] Abstract out the decode5A3Image and decodeCI8Image functions in BannerLoaderGC, BannerLoaderWii, and GCMemcard into ColorUtil.cpp. Makes for less copied code and remains functionally the same. 2013-10-02 18:18:54 -04:00
Common.h Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
CommonFuncs.h Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
CommonPaths.h
CommonTypes.h
ConsoleListener.cpp
ConsoleListener.h
CPUDetect.h
DebugInterface.h
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h Remove FifoQueue iterator and RemoveThreadsafeEvents. 2013-09-22 23:14:42 -04:00
FileSearch.cpp
FileSearch.h
FileUtil.cpp Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FileUtil.h Add a hacky check for text file size in ReadFileToString. Fixes issue 6455. 2013-09-16 06:57:44 +02:00
FixedSizeQueue.h
FPURoundMode.h
GenericFPURoundMode.cpp
Hash.cpp
Hash.h
IniFile.cpp Add * to the characters leading a verbatim line (used in Gecko codes comments) 2013-09-17 16:50:44 +02:00
IniFile.h
LinearDiskCache.h Only include scmrev.h from Version.cpp. 2013-09-24 01:14:56 -04:00
Log.h
LogManager.cpp
LogManager.h
MathUtil.cpp
MathUtil.h
MemArena.cpp [Android] Fix Fastmem on Android 4.2 2013-09-29 20:53:32 -05:00
MemArena.h
MemoryUtil.cpp
MemoryUtil.h
Misc.cpp
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp
NandPaths.h
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp
SettingsHandler.h
stdafx.cpp
stdafx.h
StdConditionVariable.h
StdMutex.h
StdThread.h
StringUtil.cpp
StringUtil.h
SymbolDB.cpp
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp
Thread.h
Timer.cpp
Timer.h
Version.cpp Only include scmrev.h from Version.cpp. 2013-09-24 01:14:56 -04:00
x64ABI.cpp Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack. 2013-10-03 18:22:35 -04:00
x64ABI.h Don't push registers before pairedStoreQuantized, that's dumb. 2013-10-04 15:48:06 -04:00
x64Analyzer.cpp Fastmem writes for x86-64. 2013-09-25 03:15:53 -04:00
x64Analyzer.h
x64CPUDetect.cpp Don't define _M_IX86 on ARM(!). 2013-09-24 01:30:41 -04:00
x64Emitter.cpp Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack. 2013-10-03 18:22:35 -04:00
x64Emitter.h Finish replacing ThunkManager with ABI_PushRegistersAndAdjustStack. 2013-10-03 18:22:35 -04:00
x64FPURoundMode.cpp