Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: src/compiler/s390/instruction-codes-s390.h

Issue 2638813002: s390: remove RotLeftAndMask32 on s390 (Closed)
Patch Set: fix error Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 the V8 project authors. All rights reserved. 1 // Copyright 2015 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_ 5 #ifndef V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
6 #define V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_ 6 #define V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 13 matching lines...) Expand all
24 V(S390_ShiftRight32) \ 24 V(S390_ShiftRight32) \
25 V(S390_ShiftRight64) \ 25 V(S390_ShiftRight64) \
26 V(S390_ShiftRightPair) \ 26 V(S390_ShiftRightPair) \
27 V(S390_ShiftRightArith32) \ 27 V(S390_ShiftRightArith32) \
28 V(S390_ShiftRightArith64) \ 28 V(S390_ShiftRightArith64) \
29 V(S390_ShiftRightArithPair) \ 29 V(S390_ShiftRightArithPair) \
30 V(S390_RotRight32) \ 30 V(S390_RotRight32) \
31 V(S390_RotRight64) \ 31 V(S390_RotRight64) \
32 V(S390_Not32) \ 32 V(S390_Not32) \
33 V(S390_Not64) \ 33 V(S390_Not64) \
34 V(S390_RotLeftAndMask32) \
35 V(S390_RotLeftAndClear64) \ 34 V(S390_RotLeftAndClear64) \
36 V(S390_RotLeftAndClearLeft64) \ 35 V(S390_RotLeftAndClearLeft64) \
37 V(S390_RotLeftAndClearRight64) \ 36 V(S390_RotLeftAndClearRight64) \
38 V(S390_Add32) \ 37 V(S390_Add32) \
39 V(S390_Add64) \ 38 V(S390_Add64) \
40 V(S390_AddPair) \ 39 V(S390_AddPair) \
41 V(S390_AddFloat) \ 40 V(S390_AddFloat) \
42 V(S390_AddDouble) \ 41 V(S390_AddDouble) \
43 V(S390_Sub32) \ 42 V(S390_Sub32) \
44 V(S390_Sub64) \ 43 V(S390_Sub64) \
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 V(MR) /* [%r0 ] */ \ 170 V(MR) /* [%r0 ] */ \
172 V(MRI) /* [%r0 + K] */ \ 171 V(MRI) /* [%r0 + K] */ \
173 V(MRR) /* [%r0 + %r1 ] */ \ 172 V(MRR) /* [%r0 + %r1 ] */ \
174 V(MRRI) /* [%r0 + %r1 + K] */ 173 V(MRRI) /* [%r0 + %r1 + K] */
175 174
176 } // namespace compiler 175 } // namespace compiler
177 } // namespace internal 176 } // namespace internal
178 } // namespace v8 177 } // namespace v8
179 178
180 #endif // V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_ 179 #endif // V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
OLDNEW
« no previous file with comments | « src/compiler/s390/code-generator-s390.cc ('k') | src/compiler/s390/instruction-scheduler-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698