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

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

Issue 2226103002: PPC/s390: Implement VisitFloat32Neg/VisitFloat64Neg and instr lcebr for s390 (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
Index: src/compiler/s390/instruction-scheduler-s390.cc
diff --git a/src/compiler/s390/instruction-scheduler-s390.cc b/src/compiler/s390/instruction-scheduler-s390.cc
index 5ac6da79b2ec7669125d6abf8263550c4534d7d0..28eca00dbd4b46753478c037be73c0a886176bce 100644
--- a/src/compiler/s390/instruction-scheduler-s390.cc
+++ b/src/compiler/s390/instruction-scheduler-s390.cc
@@ -67,6 +67,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_ModDouble:
case kS390_Neg:
case kS390_NegDouble:
+ case kS390_NegFloat:
case kS390_SqrtFloat:
case kS390_FloorFloat:
case kS390_CeilFloat:

Powered by Google App Engine
This is Rietveld 408576698