Markus Wick
b89e4b5258
Interpreter: Fix cmpi.
...
cmpi shall compare two signed 32 bit values. The used difference a-b
may overflow and so the resulting 32 bit value can't represent it.
A correct way would be cr = s64(a) - s64(b) and it should be done in
this way in the JITs, but the Interpreter shall implement the most
readable way.
Also drops the now unused helper function.
2017-08-11 17:35:22 +02:00
..
2017-08-11 15:36:31 +08:00
2017-08-11 18:23:54 +08:00
2017-08-11 18:23:54 +08:00
2017-08-10 21:30:32 +01:00
2017-08-10 10:53:12 -07:00
2017-06-19 02:47:26 -04:00
2017-06-15 18:52:22 -04:00
2017-08-11 15:36:31 +08:00
2017-08-10 23:30:52 +08:00
2017-08-11 17:35:22 +02:00
2017-07-07 16:44:38 -07:00
2016-08-31 14:32:12 +10:00
2017-08-08 12:09:50 +02:00
2017-02-09 18:18:52 -05:00
2017-06-07 20:09:44 -07:00
2017-03-03 17:18:18 -05:00
2017-08-11 15:36:32 +08:00
2017-06-06 16:27:52 +02:00
2017-08-11 15:36:32 +08:00
2017-06-26 20:30:13 +02:00
2017-08-11 15:36:31 +08:00
2017-08-11 15:36:31 +08:00
2017-07-31 15:38:39 +08:00
2017-07-21 16:45:59 +08:00
2017-08-11 15:36:32 +08:00
2017-08-11 15:36:32 +08:00
2017-06-15 18:52:22 -04:00
2017-04-25 09:20:09 +01:00
2017-06-15 18:52:22 -04:00
2017-01-18 12:20:13 -05:00
2017-07-21 17:42:59 +08:00
2017-07-21 17:42:59 +08:00
2017-06-15 18:52:22 -04:00
2016-10-03 02:32:43 -04:00
2017-06-13 12:52:31 +02:00
2017-04-05 12:48:35 -07:00
2017-07-30 12:38:48 +10:00
2017-07-26 08:00:17 +02:00
2017-03-13 13:39:52 -07:00
2017-03-27 23:46:19 -04:00
2016-09-03 14:55:44 +10:00
2016-06-24 10:43:46 +02:00
2017-03-02 13:20:29 -05:00
2016-06-24 10:43:46 +02:00
2017-08-11 15:36:32 +08:00
2017-08-11 15:36:32 +08:00
2017-08-01 20:56:45 +02:00
2017-08-08 15:29:56 -07:00
2017-03-18 21:13:12 -04:00
2017-08-07 11:35:13 -07:00
2017-08-07 11:35:13 -07:00
2017-06-15 18:52:22 -04:00
2017-04-09 14:02:33 +01:00
2017-08-07 00:48:16 +08:00
2017-04-03 06:34:36 -04:00
2017-07-16 14:33:14 +02:00
2017-05-22 02:02:04 +02:00
2017-06-10 20:00:43 +02:00
2017-01-12 21:30:11 +01:00
2017-07-31 00:50:19 +08:00
2017-06-28 11:22:10 +02:00