Files
wasmtime/lib/cretonne/meta/cdsl
Jakob Stoklund Olesen 75b156e1c7 Allow for instructions with operands in encodings.
When defining an instruction encoding, allow part of the instruction
predicate to be provided as operands on the instruction opcode:

    icmp.i32(intcc.ult, x, y)

This generates an instruction predicate that checks

    IntCompare.cond == IntCC::UnsignedLessThan
2017-03-31 13:46:39 -07:00
..
2017-03-31 13:46:39 -07:00
2017-03-31 13:46:39 -07:00
2017-03-31 13:46:39 -07:00
2017-03-30 15:16:44 -07:00
2016-11-10 15:47:57 -08:00
2017-03-30 15:16:44 -07:00
2017-03-30 15:16:44 -07:00