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

Side by Side Diff: src/crankshaft/hydrogen.h

Issue 2114613002: [intrinsics] Drop the now obsolete %_DoubleHi and %_DoubleLo intrinsics. (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/crankshaft/arm64/lithium-codegen-arm64.cc ('k') | src/crankshaft/hydrogen.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 2012 the V8 project authors. All rights reserved. 1 // Copyright 2012 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_CRANKSHAFT_HYDROGEN_H_ 5 #ifndef V8_CRANKSHAFT_HYDROGEN_H_
6 #define V8_CRANKSHAFT_HYDROGEN_H_ 6 #define V8_CRANKSHAFT_HYDROGEN_H_
7 7
8 #include "src/accessors.h" 8 #include "src/accessors.h"
9 #include "src/allocation.h" 9 #include "src/allocation.h"
10 #include "src/ast/ast-type-bounds.h" 10 #include "src/ast/ast-type-bounds.h"
(...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after
2287 F(DebugIsActive) \ 2287 F(DebugIsActive) \
2288 /* Typed Arrays */ \ 2288 /* Typed Arrays */ \
2289 F(TypedArrayInitialize) \ 2289 F(TypedArrayInitialize) \
2290 F(MaxSmi) \ 2290 F(MaxSmi) \
2291 F(TypedArrayMaxSizeInHeap) \ 2291 F(TypedArrayMaxSizeInHeap) \
2292 F(ArrayBufferViewGetByteLength) \ 2292 F(ArrayBufferViewGetByteLength) \
2293 F(ArrayBufferViewGetByteOffset) \ 2293 F(ArrayBufferViewGetByteOffset) \
2294 F(TypedArrayGetLength) \ 2294 F(TypedArrayGetLength) \
2295 /* ArrayBuffer */ \ 2295 /* ArrayBuffer */ \
2296 F(ArrayBufferGetByteLength) \ 2296 F(ArrayBufferGetByteLength) \
2297 /* Maths */ \
2298 F(DoubleHi) \
2299 F(DoubleLo) \
2300 /* ES6 Collections */ \ 2297 /* ES6 Collections */ \
2301 F(MapClear) \ 2298 F(MapClear) \
2302 F(MapInitialize) \ 2299 F(MapInitialize) \
2303 F(SetClear) \ 2300 F(SetClear) \
2304 F(SetInitialize) \ 2301 F(SetInitialize) \
2305 F(FixedArrayGet) \ 2302 F(FixedArrayGet) \
2306 F(FixedArraySet) \ 2303 F(FixedArraySet) \
2307 F(JSCollectionGetTable) \ 2304 F(JSCollectionGetTable) \
2308 F(StringGetRawHashField) \ 2305 F(StringGetRawHashField) \
2309 F(TheHole) \ 2306 F(TheHole) \
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3099 } 3096 }
3100 3097
3101 private: 3098 private:
3102 HOptimizedGraphBuilder* builder_; 3099 HOptimizedGraphBuilder* builder_;
3103 }; 3100 };
3104 3101
3105 } // namespace internal 3102 } // namespace internal
3106 } // namespace v8 3103 } // namespace v8
3107 3104
3108 #endif // V8_CRANKSHAFT_HYDROGEN_H_ 3105 #endif // V8_CRANKSHAFT_HYDROGEN_H_
OLDNEW
« no previous file with comments | « src/crankshaft/arm64/lithium-codegen-arm64.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698