v8/test/unittests/interpreter
mythria aacc18f053 [Interpreter] Adds shift operators to interpreter
Adds support for following operators
 -Shift left
 -Shift right
 -Shift right logical

Adds the above bytecodes, support to BytecodeGenerator and BytecodeArrayBuilder
to enable it's use, it's implementation and tests.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#31205}
2015-10-12 10:45:29 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Adds shift operators to interpreter 2015-10-12 10:45:29 +00:00
bytecode-array-iterator-unittest.cc [Interpreter]: Add support for strict mode load / store ICs. 2015-10-07 07:54:27 +00:00
bytecodes-unittest.cc [Interpreter] Add interpreter support for compare ops and ToBoolean. 2015-09-28 18:07:05 +00:00