| 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 dbc41968f4124275f037ddd73e8b9b5bd32be964..fdf30a13436abe8d92cb7bdf6521e0383d94af1b 100644
|
| --- a/src/compiler/s390/instruction-codes-s390.h
|
| +++ b/src/compiler/s390/instruction-codes-s390.h
|
| @@ -35,13 +35,13 @@ namespace compiler {
|
| V(S390_RotLeftAndClear64) \
|
| V(S390_RotLeftAndClearLeft64) \
|
| V(S390_RotLeftAndClearRight64) \
|
| - V(S390_Add) \
|
| - V(S390_AddWithOverflow32) \
|
| + V(S390_Add32) \
|
| + V(S390_Add64) \
|
| V(S390_AddPair) \
|
| V(S390_AddFloat) \
|
| V(S390_AddDouble) \
|
| - V(S390_Sub) \
|
| - V(S390_SubWithOverflow32) \
|
| + V(S390_Sub32) \
|
| + V(S390_Sub64) \
|
| V(S390_SubFloat) \
|
| V(S390_SubDouble) \
|
| V(S390_SubPair) \
|
| @@ -64,7 +64,8 @@ namespace compiler {
|
| V(S390_ModU32) \
|
| V(S390_ModU64) \
|
| V(S390_ModDouble) \
|
| - V(S390_Neg) \
|
| + V(S390_Neg32) \
|
| + V(S390_Neg64) \
|
| V(S390_NegDouble) \
|
| V(S390_SqrtFloat) \
|
| V(S390_FloorFloat) \
|
|
|