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

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

Issue 2235013002: Revert runtime lowering of wasm SIMD ops (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 1d3f0bca5f3f6ba899c4644f95ca7a70683ce922..04ac0c9592807a8c15ea4ba4c457d1660d515237 100644
--- a/test/mjsunit/wasm/wasm-constants.js
+++ b/test/mjsunit/wasm/wasm-constants.js
@@ -307,9 +307,6 @@ var kExprI32Ror = 0xb6;
var kExprI32Rol = 0xb7;
var kExprI64Ror = 0xb8;
var kExprI64Rol = 0xb9;
-var kExprSimdPrefix = 0xe5;
-var kExprI32x4Splat = 0x1b;
-var kExprI32x4ExtractLane = 0x1c;
var kTrapUnreachable = 0;
var kTrapMemOutOfBounds = 1;
« 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