v8/test/cctest/wasm
Ilya Rezvov d7c306a2d9 Reland "Port Generic JS-Wasm Wrapper for arm64"
This is a reland of commit 5a318a2313

Original change's description:
> Port Generic JS-Wasm Wrapper for arm64
>
> Bug: v8:10701
> Change-Id: I2014f8994c74379663998e2560d1d51b98a4a9a6
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3811834
> Reviewed-by: Jakob Linke <jgruber@chromium.org>
> Commit-Queue: Ilya Rezvov <irezvov@chromium.org>
> Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#82915}

Bug: v8:10701
Change-Id: Ic0ac1478759150a5cc7e75d1a8e4e465e0d48233
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3869197
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Commit-Queue: Ilya Rezvov <irezvov@chromium.org>
Reviewed-by: Deepti Gandluri <gdeepti@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82954}
2022-09-02 16:53:34 +00:00
..
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
OWNERS Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
test-backing-store.cc [wasm] Do not allocate guard regions for memory64 2022-07-28 14:41:45 +00:00
test-c-wasm-entry.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-compilation-cache.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-gc.cc [wasm-gc] Cleanup: Rename remaining '_static' op codes 2022-08-31 08:35:38 +00:00
test-grow-memory.cc [base] Move utils/vector.h to base/vector.h 2021-06-18 13:33:13 +00:00
test-jump-table-assembler.cc Reland "[riscv32] Add RISCV32 backend" 2022-08-04 12:47:44 +00:00
test-liftoff-for-fuzzing.cc Reland "[wasm] Add tests for NaN detection in Liftoff" 2021-09-14 08:41:58 +00:00
test-liftoff-inspection.cc [wasm] Keep call_indirect index on the stack 2022-08-29 14:04:58 +00:00
test-run-wasm-64.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-wasm-asmjs.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-wasm-atomics64.cc [maglev] Generic binary operations 2022-03-14 14:39:06 +00:00
test-run-wasm-atomics.cc [wasm-atomics] Use traps for rest of atomic operations OOB handling 2022-07-01 19:51:50 +00:00
test-run-wasm-bulk-memory.cc [wasm-gc] Add Table<any|eq|data|array> 2022-08-23 07:38:49 +00:00
test-run-wasm-exceptions.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-run-wasm-interpreter.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-run-wasm-js.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-wasm-memory64.cc [wasm] Disable trap handling for memory64 2021-07-08 11:03:08 +00:00
test-run-wasm-module.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-run-wasm-relaxed-simd.cc [wasm-relaxed-simd] Implement dot product instructions for ia32/x64 2022-09-02 07:25:32 +00:00
test-run-wasm-sign-extension.cc [test][cleanup] Rename WASM_*_LOCAL to WASM_LOCAL_* 2020-12-17 21:19:14 +00:00
test-run-wasm-simd-liftoff.cc [wasm] Do not enforce LE for globals and WasmValue 2021-06-10 18:08:38 +00:00
test-run-wasm-simd.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-run-wasm-wrappers.cc Reland "Port Generic JS-Wasm Wrapper for arm64" 2022-09-02 16:53:34 +00:00
test-run-wasm.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-streaming-compilation.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-wasm-breakpoints.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-wasm-codegen.cc [zone] Cleanup zone allocations in src/wasm and tests 2020-07-10 12:11:55 +00:00
test-wasm-import-wrapper-cache.cc [wasm] Move Suspender functions to WebAssembly 2022-07-11 14:52:43 +00:00
test-wasm-metrics.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
test-wasm-serialization.cc [heap][test] Refactor tests using heap internals 2022-09-02 09:26:52 +00:00
test-wasm-shared-engine.cc [isolate][cleanup] Remove pointer to WasmEngine 2021-06-21 09:09:25 +00:00
test-wasm-stack.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
test-wasm-strings.cc [stringrefs] Add generalized UTF-8 decoder / validator 2022-05-20 08:05:04 +00:00
test-wasm-trap-position.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
wasm-atomics-utils.h [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
wasm-run-utils.cc [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
wasm-run-utils.h [wasm] Use v8_flags for accessing flag values 2022-08-29 12:43:46 +00:00
wasm-simd-utils.cc [test] Migrate cctest/compiler/test-codegen to unittests/ 2022-08-22 17:28:27 +00:00
wasm-simd-utils.h [wasm-relaxed-simd][x64] Prototype relaxed min and max 2021-10-21 00:58:24 +00:00