Files
wasmtime/lib
Jakob Stoklund Olesen f643e7e752 Generate an INST_PREDICATES table for each ISA.
Instead of generating a single `check_instp()` function, create an array
of individual function pointers for checking instruction predicates.

This makes explicit the jump table in the old check_instp() method and
it gives us a way of determining the number of instruction predicates
that exists.
2017-07-24 14:19:17 -07:00
..
2017-06-19 16:24:10 -07:00
2017-07-14 13:57:44 -07:00