Files
wasmtime/cranelift/codegen/shared
Sean Stangl cf9e762f16 Add a DynRex recipe type for x86, decreasing the number of recipes (#1298)
This patch adds a third mode for templates: REX inference is requestable
at template instantiation time. This reduces the number of recipes
by removing rex()/nonrex() redundancy for many instructions.
2019-12-19 15:49:34 -07:00
..
2019-12-18 12:37:08 +01:00

This crate contains shared definitions for use in both cranelift-codegen-meta and cranelift -codegen.