dolphin-emulator/Source/Core/Core
degasus 5eab3239bb Jit64: load second operator for double intrutions
SSE do support non-vector instructions, but they _all_ overwrite the dest register
if the src location isn't a register. (wtf?)
So we have to load the src into a temporay register :(
2013-12-17 08:49:06 +01:00
..
Src Jit64: load second operator for double intrutions 2013-12-17 08:49:06 +01:00
CMakeLists.txt Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebuild time on my system. 2013-10-17 00:07:35 -04:00
Core.vcxproj Update to VS2013 and a slew of build-related updates. Notes: 2013-10-26 17:55:38 -07:00
Core.vcxproj.filters Fix the filter for some files in the Core VS project related to the JitIL. They were in the root of the project. They should actually be in their own filter named JitILCommon. 2013-11-07 01:33:32 -05:00