dolphin-emulator/Source/Core/Common
skidau 9ddbdeb39f Merge pull request #995 from FioraAeterna/fma
Add FMA support to emitter and use it in the JIT
2014-10-12 13:56:18 +11:00
..
Crypto Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Logging
Arm64Emitter.cpp Add AArch64 emitter aliases for MOV and MVN. 2014-09-18 16:30:40 -05:00
Arm64Emitter.h Add AArch64 emitter aliases for MOV and MVN. 2014-09-18 16:30:40 -05:00
ArmCommon.h
ArmCPUDetect.cpp Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
ArmEmitter.cpp
ArmEmitter.h
Atomic.h
Atomic_GCC.h
Atomic_Win32.h
BitField.h
BreakPoints.cpp JIT: properly remove FIFO write addresses when code is invalidated 2014-09-30 01:00:23 -07:00
BreakPoints.h Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
CDUtils.cpp
CDUtils.h
ChunkFile.h ChunkFile: Add a DoArray overload which takes an std::array. 2014-09-21 10:38:22 +02:00
CMakeLists.txt Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
CodeBlock.h
ColorUtil.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
ColorUtil.h
Common.h Remove useless STACKALIGN macro. 2014-09-30 01:42:47 -04:00
Common.vcxproj
Common.vcxproj.filters
CommonFuncs.h
CommonPaths.h
CommonTypes.h
CPUDetect.h
DebugInterface.h
Event.h Add Common::Event::WaitFor(), which has the same semantics as std::condition_variable::wait_for() (with millisecond units). 2014-08-17 21:52:40 -07:00
ExtendedTrace.cpp
ExtendedTrace.h
FifoQueue.h
FileSearch.cpp
FileSearch.h
FileUtil.cpp
FileUtil.h
FixedSizeQueue.h
Flag.h Common::Flag: Add support for TestAndSet + test by implementing basic spinlocks. 2014-04-14 23:13:15 +02:00
FPURoundMode.h
GekkoDisassembler.cpp GekkoDisassembler: show W and I in psq_l/psq_st disassembly 2014-09-28 17:01:35 -07:00
GekkoDisassembler.h
GenericCPUDetect.cpp Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
GenericFPURoundMode.cpp
Hash.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Hash.h
IniFile.cpp
IniFile.h
LinearDiskCache.h
make_scmrev.h.js
MathUtil.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
MathUtil.h
MemArena.cpp Android: Silence some more warnings. 2014-09-22 17:45:42 -04:00
MemArena.h
MemoryUtil.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
MemoryUtil.h Be pedantic about stack overflow on Linux and OS X. 2014-09-17 20:08:09 -04:00
Misc.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
MsgHandler.cpp
MsgHandler.h
NandPaths.cpp Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
NandPaths.h Common: Make TITLEID_SYSMENU a static const variable in NandPaths.h 2014-09-03 18:03:23 -04:00
Network.cpp
Network.h
PcapFile.cpp
PcapFile.h
SCMRevGen.vcxproj
SDCardUtil.cpp
SDCardUtil.h
SettingsHandler.cpp
SettingsHandler.h
StdMakeUnique.h
StringUtil.cpp
StringUtil.h
SymbolDB.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
SymbolDB.h
SysConf.cpp
SysConf.h
Thread.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
Thread.h
Timer.cpp
Timer.h
Version.cpp
x64ABI.cpp x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW) 2014-10-10 18:30:05 +02:00
x64ABI.h
x64Analyzer.cpp JIT: Reuse trampolines when possible 2014-10-05 15:03:11 +11:00
x64Analyzer.h JIT: Reuse trampolines when possible 2014-10-05 15:03:11 +11:00
x64CPUDetect.cpp Fix warning in x64CPUDetect.cpp in generic build by not building it. 2014-09-25 18:48:00 -04:00
x64Emitter.cpp Merge pull request #995 from FioraAeterna/fma 2014-10-12 13:56:18 +11:00
x64Emitter.h Merge pull request #995 from FioraAeterna/fma 2014-10-12 13:56:18 +11:00
x64FPURoundMode.cpp
XSaveWorkaround.cpp