comex c5c0b36046 Remove the inaccurately named ABI_PushAllCalleeSavedRegsAndAdjustStack (it didn't preserve FPRs!) and replace with ABI_PushRegistersAndAdjustStack.
To avoid FPRs being pushed unnecessarily, I checked the uses: DSPEmitter
doesn't use FPRs, and VertexLoader doesn't use anything but RAX, so I
specified the register list accordingly.  The regular JIT, however, does
use FPRs, and as far as I can tell, it was incorrect not to save them in
the outer routine.  Since the dispatcher loop is only exited when
pausing or stopping, this should have no noticeable performance impact.
2014-09-08 01:00:10 -04:00
..
2014-06-27 19:48:35 +02:00
2014-05-20 11:28:14 -04:00
2014-08-19 10:05:58 -04:00
2014-03-14 13:51:23 -04:00
2014-07-26 14:37:18 +02:00
2014-03-14 13:51:23 -04:00
2014-03-09 21:14:26 +01:00
2014-07-13 02:16:51 +02:00
2014-06-27 09:35:26 +02:00