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

Side by Side Diff: test/cctest/cctest.gyp

Issue 2294743003: [wasm] simd scalar lowering F32x4Add and I32x4Add (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: [wasm] simd scalar lowering F32x4Add and I32x4Add Created 4 years, 2 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 | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-run-wasm-simd-lowering.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 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ], 228 ],
229 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 229 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
230 'test-assembler-x64.cc', 230 'test-assembler-x64.cc',
231 'test-code-stubs.cc', 231 'test-code-stubs.cc',
232 'test-code-stubs.h', 232 'test-code-stubs.h',
233 'test-code-stubs-x64.cc', 233 'test-code-stubs-x64.cc',
234 'test-disasm-x64.cc', 234 'test-disasm-x64.cc',
235 'test-macro-assembler-x64.cc', 235 'test-macro-assembler-x64.cc',
236 'test-log-stack-tracer.cc', 236 'test-log-stack-tracer.cc',
237 'test-run-wasm-relocation-x64.cc', 237 'test-run-wasm-relocation-x64.cc',
238 'wasm/test-run-wasm-simd.cc' 238 'wasm/test-run-wasm-simd.cc',
239 'wasm/test-run-wasm-simd-lowering.cc',
239 ], 240 ],
240 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 241 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
241 'test-assembler-arm.cc', 242 'test-assembler-arm.cc',
242 'test-code-stubs.cc', 243 'test-code-stubs.cc',
243 'test-code-stubs.h', 244 'test-code-stubs.h',
244 'test-code-stubs-arm.cc', 245 'test-code-stubs-arm.cc',
245 'test-disasm-arm.cc', 246 'test-disasm-arm.cc',
246 'test-macro-assembler-arm.cc', 247 'test-macro-assembler-arm.cc',
247 'test-run-wasm-relocation-arm.cc' 248 'test-run-wasm-relocation-arm.cc'
248 ], 249 ],
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 '../../gypfiles/isolate.gypi', 516 '../../gypfiles/isolate.gypi',
516 ], 517 ],
517 'sources': [ 518 'sources': [
518 'cctest.isolate', 519 'cctest.isolate',
519 ], 520 ],
520 }, 521 },
521 ], 522 ],
522 }], 523 }],
523 ], 524 ],
524 } 525 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-run-wasm-simd-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698