Files
wasmtime/cranelift/codegen/src
Benjamin Bouvier a7f7c23bf9 machinst aarch64: in baldrdash, allow returning only one value across register classes;
Baldrdash's API requires that there is at most one result in a register,
across all the possible register classes: in particular, it's not
possible to return an i64 value in a register while returning an v128
value in another register.

This patch adds a notion of "remaining register values", so this is
properly taking into account when choosing whether a return value may be
put into a register or not.
2020-08-31 12:36:26 +02:00
..
2020-08-07 10:08:44 -07:00
2020-08-24 17:00:30 +02:00
2020-07-17 12:03:17 +02:00
2020-08-07 10:08:44 -07:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2020-08-24 17:00:30 +02:00
2020-07-16 14:56:11 +03:00