summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/backend/s390/instruction-codes-s390.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/backend/s390/instruction-codes-s390.h')
-rw-r--r--deps/v8/src/compiler/backend/s390/instruction-codes-s390.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/v8/src/compiler/backend/s390/instruction-codes-s390.h b/deps/v8/src/compiler/backend/s390/instruction-codes-s390.h
index f362cddcf7..70216904fa 100644
--- a/deps/v8/src/compiler/backend/s390/instruction-codes-s390.h
+++ b/deps/v8/src/compiler/backend/s390/instruction-codes-s390.h
@@ -287,6 +287,7 @@ namespace compiler {
V(S390_I32x4ExtAddPairwiseI16x8U) \
V(S390_I32x4TruncSatF64x2SZero) \
V(S390_I32x4TruncSatF64x2UZero) \
+ V(S390_I32x4DotI8x16AddS) \
V(S390_I16x8Splat) \
V(S390_I16x8ExtractLaneU) \
V(S390_I16x8ExtractLaneS) \
@@ -328,6 +329,7 @@ namespace compiler {
V(S390_I16x8ExtAddPairwiseI8x16S) \
V(S390_I16x8ExtAddPairwiseI8x16U) \
V(S390_I16x8Q15MulRSatS) \
+ V(S390_I16x8DotI8x16S) \
V(S390_I8x16Splat) \
V(S390_I8x16ExtractLaneU) \
V(S390_I8x16ExtractLaneS) \
@@ -398,8 +400,7 @@ namespace compiler {
V(S390_LoadSimd128) \
V(S390_StoreCompressTagged) \
V(S390_LoadDecompressTaggedSigned) \
- V(S390_LoadDecompressTaggedPointer) \
- V(S390_LoadDecompressAnyTagged)
+ V(S390_LoadDecompressTagged)
// Addressing modes represent the "shape" of inputs to an instruction.
// Many instructions support multiple addressing modes. Addressing modes
@@ -418,7 +419,8 @@ namespace compiler {
V(MR) /* [%r0 ] */ \
V(MRI) /* [%r0 + K] */ \
V(MRR) /* [%r0 + %r1 ] */ \
- V(MRRI) /* [%r0 + %r1 + K] */
+ V(MRRI) /* [%r0 + %r1 + K] */ \
+ V(Root) /* [%r0 + K] */
} // namespace compiler
} // namespace internal