Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(905)

Unified Diff: test/mjsunit/wasm/wasm-constants.js

Issue 1991143002: Convert SIMD wasm ops to runtime function calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix bot fails Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/wasm/test-wasm-simd-ops.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/wasm-constants.js
diff --git a/test/mjsunit/wasm/wasm-constants.js b/test/mjsunit/wasm/wasm-constants.js
index 952ed01452f2db67267aa9ae1e50d18216177ffe..b2c27ef9717347c4e922e4966b72b784889bc017 100644
--- a/test/mjsunit/wasm/wasm-constants.js
+++ b/test/mjsunit/wasm/wasm-constants.js
@@ -303,6 +303,9 @@ var kExprI32Ror = 0xb6;
var kExprI32Rol = 0xb7;
var kExprI64Ror = 0xb8;
var kExprI64Rol = 0xb9;
+var kExprSimdPrefix = 0xe5;
+var kExprI32x4Splat = 0x1b;
+var kExprI32x4ExtractLane = 0x1c;
var kExprJITSingleFunction = 0xf0;
« no previous file with comments | « test/mjsunit/wasm/test-wasm-simd-ops.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698