v8/test/unittests/base
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
..
platform Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
utils Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
bits-unittest.cc [arm] Drop SMMLS support. 2014-10-14 07:47:27 +00:00
cpu-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
division-by-constant-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
flags-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00
functional-unittest.cc [turbofan] Fix HashCode/Equals for floating point operators. 2014-10-08 07:32:07 +00:00
sys-info-unittest.cc Move unit tests to test/unittests. 2014-10-01 08:34:25 +00:00