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

Side by Side Diff: test/unittests/compiler/node-test-utils.cc

Issue 2552883012: [interpreter][stubs] Fixing issues found by machine graph verifier. (Closed)
Patch Set: Addressing nits Created 4 years 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 #include "test/unittests/compiler/node-test-utils.h" 5 #include "test/unittests/compiler/node-test-utils.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "src/assembler.h" 9 #include "src/assembler.h"
10 #include "src/compiler/common-operator.h" 10 #include "src/compiler/common-operator.h"
(...skipping 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2266 IS_BINOP_MATCHER(Int32SubWithOverflow) 2266 IS_BINOP_MATCHER(Int32SubWithOverflow)
2267 IS_BINOP_MATCHER(Int32Add) 2267 IS_BINOP_MATCHER(Int32Add)
2268 IS_BINOP_MATCHER(Int32Sub) 2268 IS_BINOP_MATCHER(Int32Sub)
2269 IS_BINOP_MATCHER(Int32Mul) 2269 IS_BINOP_MATCHER(Int32Mul)
2270 IS_BINOP_MATCHER(Int32MulHigh) 2270 IS_BINOP_MATCHER(Int32MulHigh)
2271 IS_BINOP_MATCHER(Int32LessThan) 2271 IS_BINOP_MATCHER(Int32LessThan)
2272 IS_BINOP_MATCHER(Uint32LessThan) 2272 IS_BINOP_MATCHER(Uint32LessThan)
2273 IS_BINOP_MATCHER(Uint32LessThanOrEqual) 2273 IS_BINOP_MATCHER(Uint32LessThanOrEqual)
2274 IS_BINOP_MATCHER(Int64Add) 2274 IS_BINOP_MATCHER(Int64Add)
2275 IS_BINOP_MATCHER(Int64Sub) 2275 IS_BINOP_MATCHER(Int64Sub)
2276 IS_BINOP_MATCHER(Int64Mul)
2276 IS_BINOP_MATCHER(JSAdd) 2277 IS_BINOP_MATCHER(JSAdd)
2277 IS_BINOP_MATCHER(Float32Equal) 2278 IS_BINOP_MATCHER(Float32Equal)
2278 IS_BINOP_MATCHER(Float32LessThan) 2279 IS_BINOP_MATCHER(Float32LessThan)
2279 IS_BINOP_MATCHER(Float32LessThanOrEqual) 2280 IS_BINOP_MATCHER(Float32LessThanOrEqual)
2280 IS_BINOP_MATCHER(Float64Max) 2281 IS_BINOP_MATCHER(Float64Max)
2281 IS_BINOP_MATCHER(Float64Min) 2282 IS_BINOP_MATCHER(Float64Min)
2282 IS_BINOP_MATCHER(Float64Add) 2283 IS_BINOP_MATCHER(Float64Add)
2283 IS_BINOP_MATCHER(Float64Sub) 2284 IS_BINOP_MATCHER(Float64Sub)
2284 IS_BINOP_MATCHER(Float64Mul) 2285 IS_BINOP_MATCHER(Float64Mul)
2285 IS_BINOP_MATCHER(Float64InsertLowWord32) 2286 IS_BINOP_MATCHER(Float64InsertLowWord32)
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2352 IS_UNOP_MATCHER(StringFromCharCode) 2353 IS_UNOP_MATCHER(StringFromCharCode)
2353 IS_UNOP_MATCHER(Word32Clz) 2354 IS_UNOP_MATCHER(Word32Clz)
2354 IS_UNOP_MATCHER(Word32Ctz) 2355 IS_UNOP_MATCHER(Word32Ctz)
2355 IS_UNOP_MATCHER(Word32Popcnt) 2356 IS_UNOP_MATCHER(Word32Popcnt)
2356 IS_UNOP_MATCHER(Word32ReverseBytes) 2357 IS_UNOP_MATCHER(Word32ReverseBytes)
2357 #undef IS_UNOP_MATCHER 2358 #undef IS_UNOP_MATCHER
2358 2359
2359 } // namespace compiler 2360 } // namespace compiler
2360 } // namespace internal 2361 } // namespace internal
2361 } // namespace v8 2362 } // namespace v8
OLDNEW
« no previous file with comments | « test/unittests/compiler/node-test-utils.h ('k') | test/unittests/interpreter/interpreter-assembler-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698