Sintendo
19dda51a0d
Jit64: subfx - Use LEA when possible
...
Similar to what we do for addx. Since we're calculating b - a and
because subtraction is not communitative, we can only apply this when
source register a holds the constant.
Before:
45 8B EE mov r13d,r14d
41 83 ED 08 sub r13d,8
After:
45 8D 6E F8 lea r13d,[r14-8]
2020-04-21 22:45:47 +02:00
..
2019-04-20 20:52:39 +02:00
2019-11-11 07:32:57 -05:00
2020-04-21 22:45:47 +02:00
2020-01-26 22:10:46 -05:00
2020-02-08 13:49:33 +00:00
2020-01-25 19:10:37 +00:00
2018-05-17 19:18:55 -04:00
2020-03-14 21:57:09 +09:00
2020-03-14 21:57:09 +09:00
2019-03-08 20:42:09 +01:00
2019-03-08 20:42:09 +01:00
2018-03-24 16:17:39 -04:00
2019-07-07 05:17:33 +01:00
2019-05-06 18:48:04 +00:00
2018-08-12 17:24:16 -04:00
2019-05-06 18:48:04 +00:00
2019-05-06 18:48:04 +00:00
2019-12-28 12:57:51 +01:00
2019-05-02 21:14:30 -04:00
2019-12-29 23:45:02 -05:00
2019-04-02 19:59:29 +02:00
2019-11-11 07:32:57 -05:00
2019-12-15 00:23:32 -05:00
2019-12-03 04:05:09 -05:00
2019-12-03 04:05:09 -05:00
2019-07-23 14:49:12 +02:00
2018-07-09 22:23:57 -04:00
2019-11-11 07:32:57 -05:00
2018-03-24 16:46:49 -04:00
2018-08-27 12:13:39 -04:00