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

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
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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 ], 227 ],
228 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 228 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
229 'test-assembler-x64.cc', 229 'test-assembler-x64.cc',
230 'test-code-stubs.cc', 230 'test-code-stubs.cc',
231 'test-code-stubs.h', 231 'test-code-stubs.h',
232 'test-code-stubs-x64.cc', 232 'test-code-stubs-x64.cc',
233 'test-disasm-x64.cc', 233 'test-disasm-x64.cc',
234 'test-macro-assembler-x64.cc', 234 'test-macro-assembler-x64.cc',
235 'test-log-stack-tracer.cc', 235 'test-log-stack-tracer.cc',
236 'test-run-wasm-relocation-x64.cc', 236 'test-run-wasm-relocation-x64.cc',
237 'wasm/test-run-wasm-simd.cc' 237 'wasm/test-run-wasm-simd.cc',
238 'wasm/test-run-wasm-simd-lowering.cc',
238 ], 239 ],
239 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 240 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
240 'test-assembler-arm.cc', 241 'test-assembler-arm.cc',
241 'test-code-stubs.cc', 242 'test-code-stubs.cc',
242 'test-code-stubs.h', 243 'test-code-stubs.h',
243 'test-code-stubs-arm.cc', 244 'test-code-stubs-arm.cc',
244 'test-disasm-arm.cc', 245 'test-disasm-arm.cc',
245 'test-macro-assembler-arm.cc', 246 'test-macro-assembler-arm.cc',
246 'test-run-wasm-relocation-arm.cc' 247 'test-run-wasm-relocation-arm.cc'
247 ], 248 ],
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../../gypfiles/isolate.gypi', 520 '../../gypfiles/isolate.gypi',
520 ], 521 ],
521 'sources': [ 522 'sources': [
522 'cctest.isolate', 523 'cctest.isolate',
523 ], 524 ],
524 }, 525 },
525 ], 526 ],
526 }], 527 }],
527 ], 528 ],
528 } 529 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698