v8/test
bmeurer 49bb6617ab [ia32] Match -0 - x with sign bit flip.
We can use xorps/xorpd on Intel CPUs to flip the sign bit. Ideally we'd
use an absolute 128-bit constant in the code object, as OCaml/GCC
does, however that requires 128-bit alignment for code objects,
which is not yet implemented. So for now we materialize the mask
inline.

As drive-by-fix, don't hardcode xmm0 as scratch double register.

R=svenpanne@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27618}
2015-04-07 10:44:03 +00:00
..
benchmarks Enable test coverage for --turbo-deoptimization mode. 2015-01-16 12:53:30 +00:00
cctest [x64] Match -0 - x with sign bit flip. 2015-04-07 07:35:03 +00:00
intl
js-perf-test [es6] remove --harmony-templates flag 2015-03-23 07:01:48 +00:00
message Revert of Correctly compute line numbers in functions from the function constructor. (patchset #5 id:80001 of https://codereview.chromium.org/701093003/) 2015-04-01 10:11:26 +00:00
mjsunit Move prototype metadata from internal properties to prototype maps 2015-04-07 10:42:57 +00:00
mozilla [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
preparser Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
promises-aplus
test262 ES6: Error functions should extend Error 2015-04-01 17:29:59 +00:00
test262-es6 Disable a new failing test262-es6 test 2015-04-01 22:28:20 +00:00
unittests [ia32] Match -0 - x with sign bit flip. 2015-04-07 10:44:03 +00:00
webkit [es6] Object.getPrototypeOf should work with values 2015-04-01 00:22:39 +00:00