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

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

Issue 654833002: [turbofan] Optimize division/modulus by constant. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 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_ARM64_INSTRUCTION_CODES_ARM64_H_ 5 #ifndef V8_COMPILER_ARM64_INSTRUCTION_CODES_ARM64_H_
6 #define V8_COMPILER_ARM64_INSTRUCTION_CODES_ARM64_H_ 6 #define V8_COMPILER_ARM64_INSTRUCTION_CODES_ARM64_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 18 matching lines...) Expand all
29 V(Arm64Orn) \ 29 V(Arm64Orn) \
30 V(Arm64Orn32) \ 30 V(Arm64Orn32) \
31 V(Arm64Eor) \ 31 V(Arm64Eor) \
32 V(Arm64Eor32) \ 32 V(Arm64Eor32) \
33 V(Arm64Eon) \ 33 V(Arm64Eon) \
34 V(Arm64Eon32) \ 34 V(Arm64Eon32) \
35 V(Arm64Sub) \ 35 V(Arm64Sub) \
36 V(Arm64Sub32) \ 36 V(Arm64Sub32) \
37 V(Arm64Mul) \ 37 V(Arm64Mul) \
38 V(Arm64Mul32) \ 38 V(Arm64Mul32) \
39 V(Arm64Smull) \
39 V(Arm64Madd) \ 40 V(Arm64Madd) \
40 V(Arm64Madd32) \ 41 V(Arm64Madd32) \
41 V(Arm64Msub) \ 42 V(Arm64Msub) \
42 V(Arm64Msub32) \ 43 V(Arm64Msub32) \
43 V(Arm64Mneg) \ 44 V(Arm64Mneg) \
44 V(Arm64Mneg32) \ 45 V(Arm64Mneg32) \
45 V(Arm64Idiv) \ 46 V(Arm64Idiv) \
46 V(Arm64Idiv32) \ 47 V(Arm64Idiv32) \
47 V(Arm64Udiv) \ 48 V(Arm64Udiv) \
48 V(Arm64Udiv32) \ 49 V(Arm64Udiv32) \
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 V(Operand2_R_LSL_I) /* %r0 LSL K */ \ 120 V(Operand2_R_LSL_I) /* %r0 LSL K */ \
120 V(Operand2_R_LSR_I) /* %r0 LSR K */ \ 121 V(Operand2_R_LSR_I) /* %r0 LSR K */ \
121 V(Operand2_R_ASR_I) /* %r0 ASR K */ \ 122 V(Operand2_R_ASR_I) /* %r0 ASR K */ \
122 V(Operand2_R_ROR_I) /* %r0 ROR K */ 123 V(Operand2_R_ROR_I) /* %r0 ROR K */
123 124
124 } // namespace internal 125 } // namespace internal
125 } // namespace compiler 126 } // namespace compiler
126 } // namespace v8 127 } // namespace v8
127 128
128 #endif // V8_COMPILER_ARM64_INSTRUCTION_CODES_ARM64_H_ 129 #endif // V8_COMPILER_ARM64_INSTRUCTION_CODES_ARM64_H_
OLDNEW
« no previous file with comments | « src/compiler/arm64/code-generator-arm64.cc ('k') | src/compiler/arm64/instruction-selector-arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698