Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen eef5de1cf0 Generate an InstBuilder trait.
All of the instruction format an opcode methods are emitted as an
InstBuilder trait instead of adding them to the Bulder struct directly.
The methods only make use of the InstBuilderBase methods to create new
instructions.

This makes it possible to reuse the InstBuilder trait for different ways
of inserting instructions.
2016-10-19 18:21:17 -07:00
..
2016-10-19 18:21:17 -07:00
2016-10-19 18:21:17 -07:00
2016-10-17 14:44:43 -07:00