v8/test/cctest/wasm
ahaas 40bdbef975 [wasm] Int64Lowering of Int64Mul on ia32 and arm.
Int64Mul is lowered to a new turbofan operator, Int32MulPair. 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 multiplication.

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

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

Cr-Commit-Position: refs/heads/master@{#35131}
2016-03-30 10:40:06 +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 Int64Mul on ia32 and arm. 2016-03-30 10:40:06 +00:00
test-run-wasm-js.cc [wasm] Fix arm64 frame alignment. 2016-03-29 11:42:48 +00:00
test-run-wasm-module.cc [wasm] Fix arm64 frame alignment. 2016-03-29 11:42:48 +00:00
test-run-wasm.cc [wasm] Fix arm64 frame alignment. 2016-03-29 11:42:48 +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