Files
wasmtime/lib
Jakob Stoklund Olesen b3b15f9c32 Add support for tied operand constraints.
The register constraint for an output operand can be specified as an
integer indicating the input operand number to tie. The tied operands
must use the same register.

Generate operand constraints using ConstraintKind::Tied(n) for both the
tied operands. The n index refers to the opposite array. The input
operand refers to the outs array and vice versa.
2017-05-08 16:31:47 -07:00
..
2017-04-27 12:46:44 -07:00
2017-05-02 11:32:12 -07:00