Add missing JUMBO ops to JIT

We were missing a dozen or so of the new jumbo ops in the JIT's
code generator.  Interestingly, our compiler error recovery mechanism was
good enough that we didn't notice (we die on an assert build,
but silently recover and continue on a production build).

Change-Id: I0c0b6d1704c47e81b39c7dcf7d1172dbdcd29856
1 file changed