| 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 705e94331231d7d04868fa13738540fc91ccfb39..a600268baff52d4a3bab08800ba86760558b7fcd 100644
|
| --- a/src/compiler/s390/instruction-codes-s390.h
|
| +++ b/src/compiler/s390/instruction-codes-s390.h
|
| @@ -19,10 +19,13 @@ namespace compiler {
|
| V(S390_Xor) \
|
| V(S390_ShiftLeft32) \
|
| V(S390_ShiftLeft64) \
|
| + V(S390_ShiftLeftPair) \
|
| V(S390_ShiftRight32) \
|
| V(S390_ShiftRight64) \
|
| - V(S390_ShiftRightAlg32) \
|
| - V(S390_ShiftRightAlg64) \
|
| + V(S390_ShiftRightPair) \
|
| + V(S390_ShiftRightArith32) \
|
| + V(S390_ShiftRightArith64) \
|
| + V(S390_ShiftRightArithPair) \
|
| V(S390_RotRight32) \
|
| V(S390_RotRight64) \
|
| V(S390_Not) \
|
|
|