Commit 6d26cb05 authored by Milad Fa's avatar Milad Fa Committed by Commit Bot

S390: Move LoadReverseSimd128 under kIsLoadOperation

Change-Id: I50eef2e93a439a5b28a443ce6b9fce3296fc5ba1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2791561Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#73709}
parent 53df30cd
......@@ -129,7 +129,6 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_LoadReverse32RR:
case kS390_LoadReverse64RR:
case kS390_LoadReverseSimd128RR:
case kS390_LoadReverseSimd128:
case kS390_LoadAndTestWord32:
case kS390_LoadAndTestWord64:
case kS390_LoadAndTestFloat32:
......@@ -356,6 +355,7 @@ int InstructionScheduler::GetTargetInstructionFlags(
case kS390_LoadReverse16:
case kS390_LoadReverse32:
case kS390_LoadReverse64:
case kS390_LoadReverseSimd128:
case kS390_Peek:
case kS390_LoadDecompressTaggedSigned:
case kS390_LoadDecompressTaggedPointer:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment