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

Unified Diff: src/compiler/x64/instruction-codes-x64.h

Issue 2829483002: [wasm] Implement first set of SIMD I8x16 ops (Closed)
Patch Set: Created 3 years, 8 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 | « src/compiler/x64/code-generator-x64.cc ('k') | src/compiler/x64/instruction-scheduler-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/x64/instruction-codes-x64.h
diff --git a/src/compiler/x64/instruction-codes-x64.h b/src/compiler/x64/instruction-codes-x64.h
index d3a3696e939cd5e55c52f7673b59a334c7c0bdb9..16b6ce4575e0a6054309a301e6047c1d66072cd0 100644
--- a/src/compiler/x64/instruction-codes-x64.h
+++ b/src/compiler/x64/instruction-codes-x64.h
@@ -177,6 +177,21 @@ namespace compiler {
V(X64I16x8SubSaturateU) \
V(X64I16x8MinU) \
V(X64I16x8MaxU) \
+ V(X64I8x16Splat) \
+ V(X64I8x16ExtractLane) \
+ V(X64I8x16ReplaceLane) \
+ V(X64I8x16Add) \
+ V(X64I8x16AddSaturateS) \
+ V(X64I8x16Sub) \
+ V(X64I8x16SubSaturateS) \
+ V(X64I8x16MinS) \
+ V(X64I8x16MaxS) \
+ V(X64I8x16Eq) \
+ V(X64I8x16Ne) \
+ V(X64I8x16AddSaturateU) \
+ V(X64I8x16SubSaturateU) \
+ V(X64I8x16MinU) \
+ V(X64I8x16MaxU) \
V(X64S128Select) \
V(X64S128Zero)
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/compiler/x64/instruction-scheduler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698