v8/test/cctest/wasm
Andreas Haas dbc8aa879a [wasm] Add type immediate to RefNull and RefIsNull instructions
With recent changes to the anyref proposal, null refs now have a type
immediate which declares the type of a null ref constant. Likewise,
the RefIsNull instruction is type aware now. This CL addresses these
proposal changes now.

R=jkummerow@chromium.org

Bug: v8:10556
Change-Id: I810dfa3a4ab4389afc9639f897cee5d43e9b62cb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2215172
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68141}
2020-06-03 13:27:27 +00:00
..
OWNERS [wasm] Update OWNERS 2020-01-08 14:56:06 +00:00
test-c-wasm-entry.cc [wasm][cleanup] Avoid passing non-const FunctionSig* 2020-02-27 09:44:42 +00:00
test-compilation-cache.cc Reland "Reland "[wasm] Cache streaming compilation result"" 2020-02-03 13:49:18 +00:00
test-gc.cc [wasm] Add type immediate to RefNull and RefIsNull instructions 2020-06-03 13:27:27 +00:00
test-grow-memory.cc [wasm] Fix capitalization of "Wasm" 2020-03-31 06:55:16 +00:00
test-jump-table-assembler.cc [codegen] Reduce kMinimalBufferSize and add kDefaultBufferSize 2019-11-14 15:05:31 +00:00
test-liftoff-inspection.cc [wasm][debug] Store "for debugging" flag on compilation unit 2020-04-14 13:58:59 +00:00
test-run-wasm-64.cc [wasm] Turn ValueType from an enum to a class 2020-03-12 17:03:16 +00:00
test-run-wasm-asmjs.cc [Liftoff] List unsupported opcodes explicitly 2019-05-29 09:47:28 +00:00
test-run-wasm-atomics64.cc [wasm][liftoff][arm] Implement CompareExchange 2020-05-06 10:11:49 +00:00
test-run-wasm-atomics.cc Make atomic operations effectful. 2019-07-31 16:12:04 +00:00
test-run-wasm-bulk-memory.cc [wasm][liftoff] Push stack parameters of builtins in reversed order 2020-05-13 13:47:30 +00:00
test-run-wasm-exceptions.cc [wasm] Remove interpreter entry code 2020-05-05 11:18:05 +00:00
test-run-wasm-interpreter.cc [wasm] Add type immediate to RefNull and RefIsNull instructions 2020-06-03 13:27:27 +00:00
test-run-wasm-js.cc [wasm] Remove interpreter entry code 2020-05-05 11:18:05 +00:00
test-run-wasm-module.cc [wasm-gc] Add tests for array/struct index checks. 2020-05-28 10:56:46 +00:00
test-run-wasm-sign-extension.cc [wasm] Remove Sign Extension flag, and helper functions 2019-12-06 13:14:44 +00:00
test-run-wasm-simd-liftoff.cc Reland "[wasm-simd][liftoff] Check CpuFeatures for SIMD support" 2020-02-03 19:43:09 +00:00
test-run-wasm-simd-scalar-lowering.cc [wasm-simd] Scalar lowering to convert i8x16 to f32x4 2020-05-07 17:09:53 +00:00
test-run-wasm-simd.cc Reland "[wasm-simd] Fix extract lane unsigned extend" 2020-05-28 23:24:50 +00:00
test-run-wasm.cc [wasm][interpreter] Fix multi-value stack height issue 2020-05-29 10:35:04 +00:00
test-streaming-compilation.cc [wasm] Introduce the SyncStreamingDecoder 2020-05-25 11:02:42 +00:00
test-wasm-breakpoints.cc [wasm][debug][cleanup] Remove redundant Isolate parameter 2020-05-26 12:55:40 +00:00
test-wasm-codegen.cc [wasm] Deprecate unused {DeserializeOrCompile} API 2020-01-22 08:46:23 +00:00
test-wasm-debug-evaluate.cc [wasm][debug] Rename WasmCompiledFrame to WasmFrame 2020-05-11 09:15:53 +00:00
test-wasm-import-wrapper-cache.cc Reland "[wasm] Share native modules compiled from the same bytes" 2019-12-18 14:40:28 +00:00
test-wasm-serialization.cc [wasm] Set source url when deserializing wasm module 2020-04-22 07:12:18 +00:00
test-wasm-shared-engine.cc [wasm] Store the source URL in CompiledWasmModule 2020-05-04 15:07:21 +00:00
test-wasm-stack.cc [wasm] Remove interpreter entry code 2020-05-05 11:18:05 +00:00
test-wasm-trap-position.cc [wasm] Remove interpreter entry code 2020-05-05 11:18:05 +00:00
wasm-atomics-utils.h [wasm][cleanup] Using 'using' instead of 'typedef' 2019-03-29 10:20:30 +00:00
wasm-run-utils.cc [wasm] Fix compile time regressions in SIMD tests 2020-05-06 17:22:47 +00:00
wasm-run-utils.h Reland "[wasm][debug] Fix tier down for multiple isolates" 2020-05-12 15:41:55 +00:00