Files
wasmtime/lib/cretonne/meta
Jakob Stoklund Olesen e8ecf1f809 Add a FixedTied constraint kind for operand constraints.
Fixes #175.

The Intel division instructions have fixed input operands that are
clobbered by fixed output operands, so the value passed as an input will
be clobbered just like a tied operand.

The FixedTied operand constraint is used to indicate a fixed input
operand that has a corresponding output operand with the same fixed
register.

Teach the spiller to teach a FixedTied operand the same as a Tied
operand constraint and make sure that the input value is killed by the
instruction.
2017-10-25 11:22:20 -07:00
..
2017-08-14 20:19:47 -07:00
2017-07-31 16:02:27 -07:00
2017-09-22 07:54:26 -07:00
2017-05-08 13:29:01 -07:00
2017-03-30 15:16:44 -07:00
2017-10-17 11:48:57 -07:00
2017-05-08 13:29:01 -07:00
2017-03-30 15:16:44 -07:00