comex 2dafbfb3ef Improve code and clarify parameters to ABI_Push/PopRegistersAndAdjustStack.
- Factor common work into a helper function.
- Replace confusingly named "noProlog" with "rsp_alignment".  Now that
x86 is not supported, we can just specify it explicitly as 8 for
clarity.
- Add the option to include more frame size, which I'll need later.
- Revert a change by magumagu in March which replaced MOVAPD with MOVUPD
on account of 32-bit Windows, since it's no longer supported.  True,
apparently recent processors don't execute the former any faster if the
pointer is, in fact, aligned, but there's no point using MOVUPD for
something that's guaranteed to be aligned...

(I discovered that GenFrsqrte and GenFres were incorrectly passing false
to noProlog - they were, in fact, functions without prologs, the
original meaning of the parameter - which caused the previous change to
break.  This is now fixed.)
2014-09-08 00:58:56 -04:00
..
2014-07-13 02:16:51 +02:00
2014-06-15 15:56:42 -07:00
2014-07-11 16:10:20 +02:00
2014-08-30 18:06:35 -04:00
2014-03-09 21:14:26 +01:00
2014-07-11 16:07:23 +02:00
2014-09-01 21:27:45 -07:00
2014-07-11 16:10:20 +02:00
2014-03-09 21:14:26 +01:00
2014-08-30 18:06:35 -04:00
2014-03-14 13:51:23 -04:00
2014-09-03 12:15:30 -07:00
2014-08-30 18:06:35 -04:00
2014-03-09 21:14:26 +01:00
2014-03-07 21:40:59 +13:00
2014-06-22 20:04:46 +02:00
2014-06-22 20:04:46 +02:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-07-11 16:07:23 +02:00