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

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

Issue 1849543003: S390: [wasm] Int64Lowering of Int64Mul on ia32 and arm. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
Index: src/compiler/s390/instruction-codes-s390.h
diff --git a/src/compiler/s390/instruction-codes-s390.h b/src/compiler/s390/instruction-codes-s390.h
index 095d31045f9e4169ae4a8b2d88c99862a1ab8478..a32f8753f36bb6242a7a3c3a1601665574324133 100644
--- a/src/compiler/s390/instruction-codes-s390.h
+++ b/src/compiler/s390/instruction-codes-s390.h
@@ -43,6 +43,7 @@ namespace compiler {
V(S390_SubFloat) \
V(S390_SubDouble) \
V(S390_SubPair) \
+ V(S390_MulPair) \
V(S390_Mul32) \
V(S390_Mul64) \
V(S390_MulHigh32) \

Powered by Google App Engine
This is Rietveld 408576698