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

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

Issue 2099143002: X87: [turbofan] Prevent storing signalling NaNs into holey double arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/x87/code-generator-x87.cc ('k') | src/compiler/x87/instruction-selector-x87.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_X87_INSTRUCTION_CODES_X87_H_ 5 #ifndef V8_COMPILER_X87_INSTRUCTION_CODES_X87_H_
6 #define V8_COMPILER_X87_INSTRUCTION_CODES_X87_H_ 6 #define V8_COMPILER_X87_INSTRUCTION_CODES_X87_H_
7 7
8 #include "src/compiler/instruction.h" 8 #include "src/compiler/instruction.h"
9 #include "src/compiler/instruction-codes.h" 9 #include "src/compiler/instruction-codes.h"
10 namespace v8 { 10 namespace v8 {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 V(X87Float32ToUint32) \ 73 V(X87Float32ToUint32) \
74 V(X87Float64ToFloat32) \ 74 V(X87Float64ToFloat32) \
75 V(X87Float64ToUint32) \ 75 V(X87Float64ToUint32) \
76 V(X87Float64ExtractHighWord32) \ 76 V(X87Float64ExtractHighWord32) \
77 V(X87Float64ExtractLowWord32) \ 77 V(X87Float64ExtractLowWord32) \
78 V(X87Float64InsertHighWord32) \ 78 V(X87Float64InsertHighWord32) \
79 V(X87Float64InsertLowWord32) \ 79 V(X87Float64InsertLowWord32) \
80 V(X87Float64Sqrt) \ 80 V(X87Float64Sqrt) \
81 V(X87Float64Round) \ 81 V(X87Float64Round) \
82 V(X87Float64Cmp) \ 82 V(X87Float64Cmp) \
83 V(X87Float64SilenceNaN) \
83 V(X87Movsxbl) \ 84 V(X87Movsxbl) \
84 V(X87Movzxbl) \ 85 V(X87Movzxbl) \
85 V(X87Movb) \ 86 V(X87Movb) \
86 V(X87Movsxwl) \ 87 V(X87Movsxwl) \
87 V(X87Movzxwl) \ 88 V(X87Movzxwl) \
88 V(X87Movw) \ 89 V(X87Movw) \
89 V(X87Movl) \ 90 V(X87Movl) \
90 V(X87Movss) \ 91 V(X87Movss) \
91 V(X87Movsd) \ 92 V(X87Movsd) \
92 V(X87Lea) \ 93 V(X87Lea) \
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 V(M2I) /* [ %r2*2 + K] */ \ 133 V(M2I) /* [ %r2*2 + K] */ \
133 V(M4I) /* [ %r2*4 + K] */ \ 134 V(M4I) /* [ %r2*4 + K] */ \
134 V(M8I) /* [ %r2*8 + K] */ \ 135 V(M8I) /* [ %r2*8 + K] */ \
135 V(MI) /* [ K] */ 136 V(MI) /* [ K] */
136 137
137 } // namespace compiler 138 } // namespace compiler
138 } // namespace internal 139 } // namespace internal
139 } // namespace v8 140 } // namespace v8
140 141
141 #endif // V8_COMPILER_X87_INSTRUCTION_CODES_X87_H_ 142 #endif // V8_COMPILER_X87_INSTRUCTION_CODES_X87_H_
OLDNEW
« no previous file with comments | « src/compiler/x87/code-generator-x87.cc ('k') | src/compiler/x87/instruction-selector-x87.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698