v8/test/mjsunit/ignition
oth 48d082af38 [interpreter] Add support for scalable operands.
This change introduces wide prefix bytecodes to support wide (16-bit)
and extra-wide (32-bit) operands. It retires the previous
wide-bytecodes and reduces the number of operand types.

Operands are now either scalable or fixed size. Scalable operands
increase in width when a bytecode is prefixed with wide or extra-wide.

The bytecode handler table is extended to 256*3 entries. The
first 256 entries are used for bytecodes with 8-bit operands,
the second 256 entries are used for bytecodes with operands that
scale to 16-bits, and the third group of 256 entries are used for
bytecodes with operands that scale to 32-bits.

LOG=N
BUG=v8:4747,v8:4280

Review URL: https://codereview.chromium.org/1783483002

Cr-Commit-Position: refs/heads/master@{#34955}
2016-03-21 17:09:49 +00:00
..
dead-code-source-position.js [interpreter] source positions should not be emitted for dead code. 2016-02-05 13:29:45 +00:00
debug-break-on-stack.js [interpreter, debugger] replace bytecode on-stack for debugging. 2016-02-23 13:11:27 +00:00
debug-break.js [interpreter, debugger] support debug breaks via bytecode array copy 2016-02-22 13:17:52 +00:00
debug-scope-on-return.js [Interpreter] Pops the context to the correct level on return. 2016-03-16 15:52:53 +00:00
debug-step-prefix-bytecodes.js [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
debugger-statement.js [interpreter, debugger] implement debugger statement. 2016-02-04 15:07:06 +00:00
elided-instruction-no-ignition.js [ignition, debugger] correctly set position for return with elided bytecode. 2016-03-15 08:28:03 +00:00
elided-instruction.js [ignition, debugger] correctly set position for return with elided bytecode. 2016-03-15 08:28:03 +00:00
optimized-debug-frame.js [interpreter] Add tests for translating PC from optimized frame. 2016-03-02 14:54:55 +00:00
optimized-stack-trace.js [interpreter] Add tests for translating PC from optimized frame. 2016-03-02 14:54:55 +00:00
stack-trace-source-position.js [interpreter] temporarily remove --ignition from test. 2016-02-04 11:47:00 +00:00