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

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

Issue 2053893003: [builtins] Introduce proper base::ieee754::log. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: BUILD.gn Created 4 years, 6 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
« no previous file with comments | « src/compiler/arm/code-generator-arm.cc ('k') | src/compiler/arm/instruction-scheduler-arm.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_ARM_INSTRUCTION_CODES_ARM_H_ 5 #ifndef V8_COMPILER_ARM_INSTRUCTION_CODES_ARM_H_
6 #define V8_COMPILER_ARM_INSTRUCTION_CODES_ARM_H_ 6 #define V8_COMPILER_ARM_INSTRUCTION_CODES_ARM_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 V(ArmVsqrtF32) \ 64 V(ArmVsqrtF32) \
65 V(ArmVcmpF64) \ 65 V(ArmVcmpF64) \
66 V(ArmVaddF64) \ 66 V(ArmVaddF64) \
67 V(ArmVsubF64) \ 67 V(ArmVsubF64) \
68 V(ArmVmulF64) \ 68 V(ArmVmulF64) \
69 V(ArmVmlaF64) \ 69 V(ArmVmlaF64) \
70 V(ArmVmlsF64) \ 70 V(ArmVmlsF64) \
71 V(ArmVdivF64) \ 71 V(ArmVdivF64) \
72 V(ArmVmodF64) \ 72 V(ArmVmodF64) \
73 V(ArmVabsF64) \ 73 V(ArmVabsF64) \
74 V(ArmVlogF64) \
75 V(ArmVnegF64) \ 74 V(ArmVnegF64) \
76 V(ArmVsqrtF64) \ 75 V(ArmVsqrtF64) \
77 V(ArmVrintmF32) \ 76 V(ArmVrintmF32) \
78 V(ArmVrintmF64) \ 77 V(ArmVrintmF64) \
79 V(ArmVrintpF32) \ 78 V(ArmVrintpF32) \
80 V(ArmVrintpF64) \ 79 V(ArmVrintpF64) \
81 V(ArmVrintzF32) \ 80 V(ArmVrintzF32) \
82 V(ArmVrintzF64) \ 81 V(ArmVrintzF64) \
83 V(ArmVrintaF64) \ 82 V(ArmVrintaF64) \
84 V(ArmVrintnF32) \ 83 V(ArmVrintnF32) \
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 V(Operand2_R_ASR_R) /* %r0 ASR %r1 */ \ 133 V(Operand2_R_ASR_R) /* %r0 ASR %r1 */ \
135 V(Operand2_R_LSL_R) /* %r0 LSL %r1 */ \ 134 V(Operand2_R_LSL_R) /* %r0 LSL %r1 */ \
136 V(Operand2_R_LSR_R) /* %r0 LSR %r1 */ \ 135 V(Operand2_R_LSR_R) /* %r0 LSR %r1 */ \
137 V(Operand2_R_ROR_R) /* %r0 ROR %r1 */ 136 V(Operand2_R_ROR_R) /* %r0 ROR %r1 */
138 137
139 } // namespace compiler 138 } // namespace compiler
140 } // namespace internal 139 } // namespace internal
141 } // namespace v8 140 } // namespace v8
142 141
143 #endif // V8_COMPILER_ARM_INSTRUCTION_CODES_ARM_H_ 142 #endif // V8_COMPILER_ARM_INSTRUCTION_CODES_ARM_H_
OLDNEW
« no previous file with comments | « src/compiler/arm/code-generator-arm.cc ('k') | src/compiler/arm/instruction-scheduler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698