dolphin/Source/Core
Fiora 10d691a277 JIT64: optimize some special cases of srawix
Shift by 31 and 1, both of which are pretty common, can be done in a few less
instructions. Tested with a hwtest.
2014-09-01 20:41:12 -07:00
..
AudioCommon AudioCommon: Get rid of now unused handle param for InitSoundStream() 2014-08-30 23:36:00 -04:00
Common Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
Core JIT64: optimize some special cases of srawix 2014-09-01 20:41:12 -07:00
DiscIO DiscIO: Prefix class member variables with "m_" 2014-09-01 15:48:02 -04:00
DolphinWX Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
InputCommon InputCommon: Rename class InputPlugin to InputConfig 2014-08-31 00:59:06 -04:00
VideoBackends Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
VideoCommon Rename Log2 and add IsPow2 to MathUtils for future use 2014-09-01 20:41:07 -07:00
CMakeLists.txt Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00