v8/test/unittests
bmeurer@chromium.org 8a00950303 [arm] Drop SMMLS support.
Apparently

 SMMLS r, b, c, a

computes

 r = ((a << 32) - b * c) >> 32

while the documentation is kinda misleading and states that it should
compute

 r = a - ((b * c) >> 32)

The actual behavior is kinda useless, so we drop the instruction again.

TEST=cctest,unittests
TBR=dcarney@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24577 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-10-14 07:47:27 +00:00
..
base [arm] Drop SMMLS support. 2014-10-14 07:47:27 +00:00
compiler MIPS: Add OWNERS file for compiler unittests. 2014-10-14 03:55:43 +00:00
heap Check if there is still time before finalizing an incremental collection. 2014-10-13 16:27:55 +00:00
libplatform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
char-predicates-unittest.cc Conform to the unittest naming convention. 2014-10-10 08:06:21 +00:00
DEPS Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
run-all-unittests.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
test-utils.cc [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
test-utils.h [turbofan] Fix lowering of typed loads/stores. 2014-10-07 07:36:21 +00:00
unittests.gyp Conform to the unittest naming convention. 2014-10-10 08:06:21 +00:00
unittests.status Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00