summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc')
-rw-r--r--deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc b/deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc
index fa0a60a019..6c72e1ad13 100644
--- a/deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc
+++ b/deps/v8/src/compiler/backend/s390/instruction-scheduler-s390.cc
@@ -253,6 +253,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_I32x4ExtAddPairwiseI16x8U:
case kS390_I32x4TruncSatF64x2SZero:
case kS390_I32x4TruncSatF64x2UZero:
+ case kS390_I32x4DotI8x16AddS:
case kS390_I16x8Splat:
case kS390_I16x8ExtractLaneU:
case kS390_I16x8ExtractLaneS:
@@ -294,6 +295,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_I16x8ExtAddPairwiseI8x16S:
case kS390_I16x8ExtAddPairwiseI8x16U:
case kS390_I16x8Q15MulRSatS:
+ case kS390_I16x8DotI8x16S:
case kS390_I8x16Splat:
case kS390_I8x16ExtractLaneU:
case kS390_I8x16ExtractLaneS:
@@ -358,8 +360,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_LoadReverseSimd128:
case kS390_Peek:
case kS390_LoadDecompressTaggedSigned:
- case kS390_LoadDecompressTaggedPointer:
- case kS390_LoadDecompressAnyTagged:
+ case kS390_LoadDecompressTagged:
case kS390_S128Load8Splat:
case kS390_S128Load16Splat:
case kS390_S128Load32Splat: