Description[wasm] Change the return type of traps for tests, and added ftoi64 instructions.
Before this change traps always returned a 32 bit word in tests. With this
change traps return either a 32 bit word or a64 bit word, depending on the size
of the actual return value of the test.
Additionally this CL implements the wasm instructions I64SCONVERTF32,
I64UCONVERTF32, I64SCONVERTF64, and I64UCONVERTF64.
R=titzer@chromium.org
Committed: https://crrev.com/d83057b4ce27e9852cdca8a90d5bab9dcb4b6489
Cr-Commit-Position: refs/heads/master@{#32800}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Fixed nits. #
Depends on Patchset: Messages
Total messages: 9 (3 generated)
|