dolphin/Source
Scott Mansell 3106b20fbe JITIL: Improve address calulation for float loads/stores.
For floating loads with a known address, this eliminates the pattern of:

   mov r12d, 80001014
   mov rdx, r12d
   mov rdx, dword ptr [rbp+rdx]

and generates a nice simple:

   mov rdx, dword ptr [rbp+00001014]
2015-01-24 16:08:50 +13:00
..
Android [Android] Expose aspect ratio to the video settings. 2015-01-18 15:21:40 -06:00
Core JITIL: Improve address calulation for float loads/stores. 2015-01-24 16:08:50 +13:00
DSPSpy More minor consistency changes 2015-01-12 22:28:12 -05:00
DSPTool CMake: simplify some expressions 2015-01-03 13:17:57 +01:00
PCH Minor consistency changes 2015-01-12 15:18:18 -05:00
UnitTests VertexLoaderX64: support VAT.ByteDequant=0 2015-01-20 09:23:15 +01:00
VSProps xxhash: Add cmake + VS files 2015-01-21 07:35:34 +01:00
.clang-format UseTab: ForIndentation 2014-05-26 21:28:59 -07:00
CMakeLists.txt Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
dolphin-emu.sln xxhash: Add cmake + VS files 2015-01-21 07:35:34 +01:00