dolphin/Source/Core
Fiora 61af91ff16 JIT64: Optimize cmpXX
Use TEST instead of CMP if we're comparing against 0 (rather common), and
optimize the case of immediate compares further.
2014-09-01 20:41:09 -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 cmpXX 2014-09-01 20:41:09 -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