dok.slade cbc66f9467 More performance work on the PowerPC JIT compiler:
* Merge some loops in PPCAnalyst::Flatten()
* Put ppcState.cr and ppcState.cr_fast[] into a single C++ union. This allows quick access to the whole CR register without needing to merge the cr_fast array. The implemented solution assumes the host system is little-endian, but it seems to be already assumed in many places in the code...
* Inline the call to computeCR: it now costs a few more memory bytes per JITed instruction but it removes the CPU overhead of the CALL. This allowed to remove some unneeded MOV as well.
* Jit64::GenerateCarry() don't need a temporary register anymore
* Fix what seems to be a bug in PowerPC instruction RFI: the wrong bit was cleared in MSR

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5970 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-07-25 15:37:56 +00:00
..
2010-05-26 21:07:49 +00:00
2010-07-23 23:51:34 +00:00
2010-07-23 23:51:34 +00:00
2010-04-08 16:59:35 +00:00
2010-04-08 16:59:35 +00:00
2010-04-11 11:16:57 +00:00
2010-07-05 02:05:47 +00:00
2010-06-03 18:49:35 +00:00
2010-06-24 13:28:54 +00:00
2010-06-24 13:28:54 +00:00
2010-04-11 11:16:57 +00:00
Hg:
2010-06-09 01:37:08 +00:00
2010-07-22 02:46:15 +00:00
2010-04-08 16:59:35 +00:00
2010-04-08 16:59:35 +00:00
2010-04-08 16:59:35 +00:00