v8/test/unittests/interpreter
Miran.Karic 3b416c67f5 Adjust bytecode operand values for big endian.
Operand values in Bytecodes.DecodeBytecodeAndOperands test are encoded
in little endian format. The test calls Bytecodes::Decode function which
reads the operands but the values are byte swapped on big endian
machines. Added big endian encoded data which decodes correctly on BE
machines.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#35447}
2016-04-13 13:53:05 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] TurboFan implementation of intrinsics. 2016-03-22 11:36:05 +00:00
bytecode-array-iterator-unittest.cc [interpreter] A few code coverage improvements. 2016-04-01 12:09:10 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
bytecodes-unittest.cc Adjust bytecode operand values for big endian. 2016-04-13 13:53:05 +00:00
constant-array-builder-unittest.cc [interpreter] A few code coverage improvements. 2016-04-01 12:09:10 +00:00
interpreter-assembler-unittest.cc [interpreter] Add accumulator use description to bytecodes. 2016-04-06 07:57:56 +00:00
interpreter-assembler-unittest.h [interpreter] Add accumulator use description to bytecodes. 2016-04-06 07:57:56 +00:00
source-position-table-unittest.cc [interpreter] statement position always overwrites earlier positions. 2016-04-05 09:14:19 +00:00