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

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

Issue 1589363002: [turbofan] Add the RoundInt32ToFloat32 operator to turbofan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/compiler/x64/instruction-scheduler-x64.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_X64_INSTRUCTION_CODES_X64_H_ 5 #ifndef V8_COMPILER_X64_INSTRUCTION_CODES_X64_H_
6 #define V8_COMPILER_X64_INSTRUCTION_CODES_X64_H_ 6 #define V8_COMPILER_X64_INSTRUCTION_CODES_X64_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 V(SSEFloat64Max) \ 77 V(SSEFloat64Max) \
78 V(SSEFloat64Min) \ 78 V(SSEFloat64Min) \
79 V(SSEFloat64ToFloat32) \ 79 V(SSEFloat64ToFloat32) \
80 V(SSEFloat64ToInt32) \ 80 V(SSEFloat64ToInt32) \
81 V(SSEFloat64ToUint32) \ 81 V(SSEFloat64ToUint32) \
82 V(SSEFloat32ToInt64) \ 82 V(SSEFloat32ToInt64) \
83 V(SSEFloat64ToInt64) \ 83 V(SSEFloat64ToInt64) \
84 V(SSEFloat32ToUint64) \ 84 V(SSEFloat32ToUint64) \
85 V(SSEFloat64ToUint64) \ 85 V(SSEFloat64ToUint64) \
86 V(SSEInt32ToFloat64) \ 86 V(SSEInt32ToFloat64) \
87 V(SSEInt32ToFloat32) \
87 V(SSEInt64ToFloat32) \ 88 V(SSEInt64ToFloat32) \
88 V(SSEInt64ToFloat64) \ 89 V(SSEInt64ToFloat64) \
89 V(SSEUint64ToFloat32) \ 90 V(SSEUint64ToFloat32) \
90 V(SSEUint64ToFloat64) \ 91 V(SSEUint64ToFloat64) \
91 V(SSEUint32ToFloat64) \ 92 V(SSEUint32ToFloat64) \
92 V(SSEFloat64ExtractLowWord32) \ 93 V(SSEFloat64ExtractLowWord32) \
93 V(SSEFloat64ExtractHighWord32) \ 94 V(SSEFloat64ExtractHighWord32) \
94 V(SSEFloat64InsertLowWord32) \ 95 V(SSEFloat64InsertLowWord32) \
95 V(SSEFloat64InsertHighWord32) \ 96 V(SSEFloat64InsertHighWord32) \
96 V(SSEFloat64LoadLowWord32) \ 97 V(SSEFloat64LoadLowWord32) \
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 V(M1I) /* [ %r2*1 + K] */ \ 167 V(M1I) /* [ %r2*1 + K] */ \
167 V(M2I) /* [ %r2*2 + K] */ \ 168 V(M2I) /* [ %r2*2 + K] */ \
168 V(M4I) /* [ %r2*4 + K] */ \ 169 V(M4I) /* [ %r2*4 + K] */ \
169 V(M8I) /* [ %r2*8 + K] */ 170 V(M8I) /* [ %r2*8 + K] */
170 171
171 } // namespace compiler 172 } // namespace compiler
172 } // namespace internal 173 } // namespace internal
173 } // namespace v8 174 } // namespace v8
174 175
175 #endif // V8_COMPILER_X64_INSTRUCTION_CODES_X64_H_ 176 #endif // V8_COMPILER_X64_INSTRUCTION_CODES_X64_H_
OLDNEW
« no previous file with comments | « src/compiler/x64/code-generator-x64.cc ('k') | src/compiler/x64/instruction-scheduler-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698