Files
wasmtime/cranelift/codegen
Joey Gouly 5355c3e3d5 arm64: Implement Vselect opcode
This is implemented the same as Bitselect, as the controlling vector
is a boolean vector. A boolean vector in cranelift has elements
that are either 0 or all 1s, so it can be used to select elements
lane wise.

Copyright (c) 2020, Arm Limited.
2020-07-22 12:50:29 +01:00
..
2020-07-22 12:50:29 +01:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.