Files
wasmtime/lib
Jakob Stoklund Olesen ebc418d25e 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-14 10:48:05 -07:00
2017-03-14 11:56:09 -07:00