dolphin/Source/Core
dok.slade 99ffecd675 Merge JIT instructions when loading 32-bits immediate values :
PowerPC needs 2 instructions to load a 32-bits immediate value in a register (lis + addi; lis + ori). We can merge both instructions into a single SetImmediate().
This commit shares code with r5799, so to prevent another flame war on OSX vs Windows, I added #ifdef around the "bad" lines...


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5982 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-26 23:06:34 +00:00
..
AudioCommon Further *BSD portability. 2010-07-23 23:51:34 +00:00
Common Further *BSD portability. 2010-07-23 23:51:34 +00:00
Core Merge JIT instructions when loading 32-bits immediate values : 2010-07-26 23:06:34 +00:00
DSPCore Port to *BSD. It runs but isn't terribly useful without Cg. 2010-07-22 03:29:35 +00:00
DebuggerUICommon Get rid of a number of unnecessary env.Clones. 2010-07-19 03:42:37 +00:00
DebuggerWX More work on the FrameAui: 2010-07-26 03:46:14 +00:00
DiscIO Further *BSD portability. 2010-07-23 23:51:34 +00:00
DolphinWX Fix an issue introduced in my last commit. When the debugger is not used and the log or console windows are closed from the menu the notebook is not closed. 2010-07-26 13:22:42 +00:00
InputCommon Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren) Fixed a copy paste error with write & fill 8bit codes. Also forgot to remove a return false;.(some more codes should work (fixed issue 2968)) New Wiimote Plugin: Added emulated swinging.(seems to work) Changed the emulated calibration data to some nice values. ControllerInterface: moved and constified some stuff. 2010-07-26 05:30:50 +00:00
InputUICommon Gecko codes: Added parenthesis where they were needed.(thanks to glennrics and soren) Fixed a copy paste error with write & fill 8bit codes. Also forgot to remove a return false;.(some more codes should work (fixed issue 2968)) New Wiimote Plugin: Added emulated swinging.(seems to work) Changed the emulated calibration data to some nice values. ControllerInterface: moved and constified some stuff. 2010-07-26 05:30:50 +00:00
VideoCommon Further *BSD portability. 2010-07-23 23:51:34 +00:00