Files
wasmtime/cranelift/codegen
Sam Parker e572198f85 [AArch64] Merge 32- and 64-bit ALUOps (#3802)
Combine the two opcodes into one and pass and add an OperandSize
field to these instructions, as well as an ISLE helper to perform
the conversion from Type.

This saves us from having having to write ISLE helpers to select the
correct opcode, based on type, and reduces the amount of code needed
for emission.

Copyright (c) 2022, Arm Limited.
2022-02-17 10:03:54 -08:00
..
2021-10-10 14:19:08 +02:00
2022-02-07 19:16:26 -06:00

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