Julian Seward
41e87a2f99
Support wasm select instruction with V128-typed operands on AArch64.
...
* this requires upgrading to wasmparser 0.67.0.
* There are no CLIF side changes because the CLIF `select` instruction is
polymorphic enough.
* on aarch64, there is unfortunately no conditional-move (csel) instruction on
vectors. This patch adds a synthetic instruction `VecCSel` which *does*
behave like that. At emit time, this is emitted as an if-then-else diamond
(4 insns).
* aarch64 implementation is otherwise straightforwards.
2020-11-11 18:45:24 +01:00
..
2020-08-07 10:08:44 -07:00
2020-11-02 12:28:07 -08:00
2020-11-11 18:45:24 +01:00
2020-10-31 21:11:50 +01:00
2020-11-10 15:46:53 -08:00
2020-09-22 12:49:42 +02:00
2020-08-04 09:35:50 +02:00
2020-07-17 12:03:17 +02:00
2020-05-28 11:34:58 -07:00
2020-03-05 16:11:13 +01:00
2019-10-10 16:45:48 +02:00
2020-11-05 16:57:40 -06:00
2020-06-04 10:53:45 -07:00
2020-11-02 12:28:07 -08:00
2019-01-28 15:56:54 -08:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2020-03-05 16:11:13 +01:00
2020-03-05 16:11:13 +01:00
2019-01-28 15:56:54 -08:00
2020-10-30 13:16:12 +00:00
2019-10-02 11:50:44 -07:00
2020-11-09 09:24:59 -06:00
2020-02-07 10:46:47 -06:00
2020-03-03 13:21:13 -06:00
2020-02-07 10:46:47 -06:00
2019-10-02 11:50:44 -07:00
2020-10-13 11:03:48 -07:00
2020-06-30 12:00:57 -07:00
2019-10-15 15:19:00 -07:00
2020-07-16 14:56:11 +03:00
2020-11-03 14:25:04 +01:00
2020-02-07 10:46:47 -06:00
2020-06-30 12:00:57 -07:00
2020-07-17 18:14:16 +02:00
2020-06-25 14:03:21 -05:00
2019-09-26 18:00:03 +02:00
2020-07-21 15:05:50 -05:00
2020-02-07 10:46:47 -06:00
2020-05-29 19:56:27 -07:00
2020-09-14 16:27:47 -07:00
2020-07-17 12:03:17 +02:00
2020-07-23 09:54:39 -07:00
2020-02-07 10:46:47 -06:00
2020-02-07 10:46:47 -06:00
2020-06-08 13:02:00 -07:00
2020-08-04 09:35:50 +02:00