| Index: src/compiler/s390/instruction-codes-s390.h
|
| diff --git a/src/compiler/s390/instruction-codes-s390.h b/src/compiler/s390/instruction-codes-s390.h
|
| index ad5d7cbc74540ae067c2fb281484840e855d7e2b..a19d2b4e4f0d4fdfb9663fd6d3e24a40f76aed0f 100644
|
| --- a/src/compiler/s390/instruction-codes-s390.h
|
| +++ b/src/compiler/s390/instruction-codes-s390.h
|
| @@ -34,6 +34,7 @@ namespace compiler {
|
| V(S390_RotLeftAndClear64) \
|
| V(S390_RotLeftAndClearLeft64) \
|
| V(S390_RotLeftAndClearRight64) \
|
| + V(S390_Lay) \
|
| V(S390_Add32) \
|
| V(S390_Add64) \
|
| V(S390_AddPair) \
|
| @@ -46,6 +47,7 @@ namespace compiler {
|
| V(S390_SubPair) \
|
| V(S390_MulPair) \
|
| V(S390_Mul32) \
|
| + V(S390_Mul32WithOverflow) \
|
| V(S390_Mul32WithHigh32) \
|
| V(S390_Mul64) \
|
| V(S390_MulHigh32) \
|
|
|