• ahaas's avatar
    [wasm] Int64Lowering of I64Div and I64Rem. · 29e0e8e9
    ahaas authored
    On 32-bit systems these instructions are compiled to calls to
    C functions. The TF node for the function call is already generated in
    the wasm compiler, the lowering of the I64 parameters is done in the
    Int64Lowering. We use the return value of the C function to determine
    whether the calculation should trap or not.
    
    R=titzer@chromium.org
    
    Review URL: https://codereview.chromium.org/1804513002
    
    Cr-Commit-Position: refs/heads/master@{#34768}
    29e0e8e9
Name
Last commit
Last update
..
OWNERS Loading commit data...
asm-wasm-builder.cc Loading commit data...
asm-wasm-builder.h Loading commit data...
ast-decoder.cc Loading commit data...
ast-decoder.h Loading commit data...
decoder.h Loading commit data...
encoder.cc Loading commit data...
encoder.h Loading commit data...
module-decoder.cc Loading commit data...
module-decoder.h Loading commit data...
wasm-external-refs.h Loading commit data...
wasm-js.cc Loading commit data...
wasm-js.h Loading commit data...
wasm-macro-gen.h Loading commit data...
wasm-module.cc Loading commit data...
wasm-module.h Loading commit data...
wasm-opcodes.cc Loading commit data...
wasm-opcodes.h Loading commit data...
wasm-result.cc Loading commit data...
wasm-result.h Loading commit data...