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

Side by Side Diff: src/compiler/mips64/instruction-codes-mips64.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
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_MIPS_INSTRUCTION_CODES_MIPS_H_ 5 #ifndef V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_
6 #define V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_ 6 #define V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 V(Mips64SqrtS) \ 68 V(Mips64SqrtS) \
69 V(Mips64MaxS) \ 69 V(Mips64MaxS) \
70 V(Mips64MinS) \ 70 V(Mips64MinS) \
71 V(Mips64CmpD) \ 71 V(Mips64CmpD) \
72 V(Mips64AddD) \ 72 V(Mips64AddD) \
73 V(Mips64SubD) \ 73 V(Mips64SubD) \
74 V(Mips64MulD) \ 74 V(Mips64MulD) \
75 V(Mips64DivD) \ 75 V(Mips64DivD) \
76 V(Mips64ModD) \ 76 V(Mips64ModD) \
77 V(Mips64AbsD) \ 77 V(Mips64AbsD) \
78 V(Mips64LogD) \
79 V(Mips64SqrtD) \ 78 V(Mips64SqrtD) \
80 V(Mips64MaxD) \ 79 V(Mips64MaxD) \
81 V(Mips64MinD) \ 80 V(Mips64MinD) \
82 V(Mips64Float64RoundDown) \ 81 V(Mips64Float64RoundDown) \
83 V(Mips64Float64RoundTruncate) \ 82 V(Mips64Float64RoundTruncate) \
84 V(Mips64Float64RoundUp) \ 83 V(Mips64Float64RoundUp) \
85 V(Mips64Float64RoundTiesEven) \ 84 V(Mips64Float64RoundTiesEven) \
86 V(Mips64Float32RoundDown) \ 85 V(Mips64Float32RoundDown) \
87 V(Mips64Float32RoundTruncate) \ 86 V(Mips64Float32RoundTruncate) \
88 V(Mips64Float32RoundUp) \ 87 V(Mips64Float32RoundUp) \
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 #define TARGET_ADDRESSING_MODE_LIST(V) \ 156 #define TARGET_ADDRESSING_MODE_LIST(V) \
158 V(MRI) /* [%r0 + K] */ \ 157 V(MRI) /* [%r0 + K] */ \
159 V(MRR) /* [%r0 + %r1] */ 158 V(MRR) /* [%r0 + %r1] */
160 159
161 160
162 } // namespace compiler 161 } // namespace compiler
163 } // namespace internal 162 } // namespace internal
164 } // namespace v8 163 } // namespace v8
165 164
166 #endif // V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_ 165 #endif // V8_COMPILER_MIPS_INSTRUCTION_CODES_MIPS_H_
OLDNEW
« no previous file with comments | « src/compiler/mips64/code-generator-mips64.cc ('k') | src/compiler/mips64/instruction-selector-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698