• Bill Budge's avatar
    [wasm simd] Fuzz test the shuffle opcode · d950fc47
    Bill Budge authored
    - Reorganizes shuffle tests into tabular form.
    - Adds a test that composes random numbers of random shuffles to
      make new shuffles.
    - Adds a test that generates functions to compute a complex expression
      consisting of shuffles, and compares interpreter results to compiled
      code results.
    - Fixes a problem with temp register exhaustion on ARM 32-bit.
    - Matches identity shuffles (returning first or second operand
      unchanged) and uses EmitIdentity() for these.
    
    Bug: v8:6020
    Change-Id: Ie41c14fee52a7406b1d32e731e050096400e12f5
    Reviewed-on: https://chromium-review.googlesource.com/1119567
    Commit-Queue: Bill Budge <bbudge@chromium.org>
    Reviewed-by: 's avatarJaroslav Sevcik <jarin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54446}
    d950fc47
Name
Last commit
Last update
..
OWNERS Loading commit data...
test-c-wasm-entry.cc Loading commit data...
test-run-wasm-64.cc Loading commit data...
test-run-wasm-asmjs.cc Loading commit data...
test-run-wasm-atomics.cc Loading commit data...
test-run-wasm-atomics64.cc Loading commit data...
test-run-wasm-interpreter.cc Loading commit data...
test-run-wasm-js.cc Loading commit data...
test-run-wasm-module.cc Loading commit data...
test-run-wasm-sign-extension.cc Loading commit data...
test-run-wasm-simd.cc Loading commit data...
test-run-wasm.cc Loading commit data...
test-streaming-compilation.cc Loading commit data...
test-wasm-breakpoints.cc Loading commit data...
test-wasm-codegen.cc Loading commit data...
test-wasm-interpreter-entry.cc Loading commit data...
test-wasm-serialization.cc Loading commit data...
test-wasm-shared-engine.cc Loading commit data...
test-wasm-stack.cc Loading commit data...
test-wasm-trap-position.cc Loading commit data...
wasm-atomics-utils.h Loading commit data...
wasm-run-utils.cc Loading commit data...
wasm-run-utils.h Loading commit data...