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

Unified Diff: src/compiler/s390/instruction-selector-s390.cc

Issue 2742343005: PPC/s390: [builtins] Port TypedArrayConstructByArrayBuffer to CodeStubAssembler. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « src/compiler/ppc/instruction-selector-ppc.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/s390/instruction-selector-s390.cc
diff --git a/src/compiler/s390/instruction-selector-s390.cc b/src/compiler/s390/instruction-selector-s390.cc
index 3476f1a5c58d54613369ec01d2ad02d8eb93e938..00e747856823c0d4bff3231c56513e6c803231b5 100644
--- a/src/compiler/s390/instruction-selector-s390.cc
+++ b/src/compiler/s390/instruction-selector-s390.cc
@@ -1633,6 +1633,10 @@ void InstructionSelector::VisitChangeUint32ToUint64(Node* node) {
}
VisitRR(this, kS390_Uint32ToUint64, node);
}
+
+void InstructionSelector::VisitChangeFloat64ToUint64(Node* node) {
+ VisitRR(this, kS390_DoubleToUint64, node);
+}
#endif
void InstructionSelector::VisitBitcastInt32ToFloat32(Node* node) {
« no previous file with comments | « src/compiler/ppc/instruction-selector-ppc.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698