Files
wasmtime/cranelift/codegen/src/isa/aarch64
Jamey Sharp eba6b76511 aarch64: Use unsigned constants where appropriate (#5423)
The Rust type expected in these locations is unsigned, but these
constants are negative. ISLE currently emits a Rust expression with
extra type conversions in order to make this work as intended.

However, across all backends, only these three aarch64 constants use
this particular "feature" of ISLE, and I want to make it go away.
2022-12-13 23:08:40 +00:00
..
2022-12-13 13:00:04 -08:00
2022-12-13 13:00:04 -08:00