v8/test/cctest/wasm
ahaas 1b23079936 [wasm] Int64Lowering of Int64Add on ia32 and arm.
Int64Add is lowered to a new turbofan operator, Int32AddPair. The new
operator takes 4 inputs an generates 2 outputs. The inputs are the low
word of the left input, high word of the left input, the low word of the
right input, and high word of the right input. The ouputs are the low
and high word of the result of the addition.

R=titzer@chromium.org, v8-arm-ports@googlegroups.com

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

Cr-Commit-Position: refs/heads/master@{#34747}
2016-03-14 15:34:19 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-64.cc [wasm] Int64Lowering of Int64Add on ia32 and arm. 2016-03-14 15:34:19 +00:00
test-run-wasm-js.cc [wasm] All strings are length-prefixed and inline 2016-03-09 18:56:30 +00:00
test-run-wasm-module.cc wasm: use strings for section names 2016-03-10 12:37:19 +00:00
test-run-wasm.cc [wasm] Refactor tests for i64. 2016-03-14 13:24:36 +00:00
test-signatures.h [wasm] Add utilities to print out WASM ast directly from the bytes. 2016-01-21 16:11:19 +00:00
wasm-run-utils.h [wasm] All strings are length-prefixed and inline 2016-03-09 18:56:30 +00:00