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

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

Issue 2070583002: S390: [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, 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 2015 the V8 project authors. All rights reserved. 1 // Copyright 2015 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_S390_INSTRUCTION_CODES_S390_H_ 5 #ifndef V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
6 #define V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_ 6 #define V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
7 7
8 namespace v8 { 8 namespace v8 {
9 namespace internal { 9 namespace internal {
10 namespace compiler { 10 namespace compiler {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 V(S390_Uint64ToDouble) \ 100 V(S390_Uint64ToDouble) \
101 V(S390_Int32ToFloat32) \ 101 V(S390_Int32ToFloat32) \
102 V(S390_Int32ToDouble) \ 102 V(S390_Int32ToDouble) \
103 V(S390_Uint32ToFloat32) \ 103 V(S390_Uint32ToFloat32) \
104 V(S390_Uint32ToDouble) \ 104 V(S390_Uint32ToDouble) \
105 V(S390_Float32ToInt64) \ 105 V(S390_Float32ToInt64) \
106 V(S390_Float32ToUint64) \ 106 V(S390_Float32ToUint64) \
107 V(S390_Float32ToInt32) \ 107 V(S390_Float32ToInt32) \
108 V(S390_Float32ToUint32) \ 108 V(S390_Float32ToUint32) \
109 V(S390_Float32ToDouble) \ 109 V(S390_Float32ToDouble) \
110 V(S390_Float64SilenceNaN) \
110 V(S390_DoubleToInt32) \ 111 V(S390_DoubleToInt32) \
111 V(S390_DoubleToUint32) \ 112 V(S390_DoubleToUint32) \
112 V(S390_DoubleToInt64) \ 113 V(S390_DoubleToInt64) \
113 V(S390_DoubleToUint64) \ 114 V(S390_DoubleToUint64) \
114 V(S390_DoubleToFloat32) \ 115 V(S390_DoubleToFloat32) \
115 V(S390_DoubleExtractLowWord32) \ 116 V(S390_DoubleExtractLowWord32) \
116 V(S390_DoubleExtractHighWord32) \ 117 V(S390_DoubleExtractHighWord32) \
117 V(S390_DoubleInsertLowWord32) \ 118 V(S390_DoubleInsertLowWord32) \
118 V(S390_DoubleInsertHighWord32) \ 119 V(S390_DoubleInsertHighWord32) \
119 V(S390_DoubleConstruct) \ 120 V(S390_DoubleConstruct) \
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 // MRR = [register + register] 153 // MRR = [register + register]
153 #define TARGET_ADDRESSING_MODE_LIST(V) \ 154 #define TARGET_ADDRESSING_MODE_LIST(V) \
154 V(MRI) /* [%r0 + K] */ \ 155 V(MRI) /* [%r0 + K] */ \
155 V(MRR) /* [%r0 + %r1] */ 156 V(MRR) /* [%r0 + %r1] */
156 157
157 } // namespace compiler 158 } // namespace compiler
158 } // namespace internal 159 } // namespace internal
159 } // namespace v8 160 } // namespace v8
160 161
161 #endif // V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_ 162 #endif // V8_COMPILER_S390_INSTRUCTION_CODES_S390_H_
OLDNEW
« no previous file with comments | « src/compiler/s390/code-generator-s390.cc ('k') | src/compiler/s390/instruction-scheduler-s390.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698