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

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

Issue 2713613005: [wasm]implement simd lowering for F32x4 and I32x4 binops (Closed)
Patch Set: rebase Created 3 years, 9 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.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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'trace-extension.h', 208 'trace-extension.h',
209 'types-fuzz.h', 209 'types-fuzz.h',
210 'unicode-helpers.h', 210 'unicode-helpers.h',
211 'wasm/test-run-wasm.cc', 211 'wasm/test-run-wasm.cc',
212 'wasm/test-run-wasm-64.cc', 212 'wasm/test-run-wasm-64.cc',
213 'wasm/test-run-wasm-asmjs.cc', 213 'wasm/test-run-wasm-asmjs.cc',
214 'wasm/test-run-wasm-interpreter.cc', 214 'wasm/test-run-wasm-interpreter.cc',
215 'wasm/test-run-wasm-js.cc', 215 'wasm/test-run-wasm-js.cc',
216 'wasm/test-run-wasm-module.cc', 216 'wasm/test-run-wasm-module.cc',
217 'wasm/test-run-wasm-relocation.cc', 217 'wasm/test-run-wasm-relocation.cc',
218 'wasm/test-run-wasm-simd.cc',
218 'wasm/test-wasm-breakpoints.cc', 219 'wasm/test-wasm-breakpoints.cc',
219 'wasm/test-wasm-interpreter-entry.cc', 220 'wasm/test-wasm-interpreter-entry.cc',
220 'wasm/test-wasm-stack.cc', 221 'wasm/test-wasm-stack.cc',
221 'wasm/test-wasm-trap-position.cc', 222 'wasm/test-wasm-trap-position.cc',
222 'wasm/wasm-run-utils.h', 223 'wasm/wasm-run-utils.h',
223 ], 224 ],
224 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 225 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
225 'test-assembler-ia32.cc', 226 'test-assembler-ia32.cc',
226 'test-code-stubs.cc', 227 'test-code-stubs.cc',
227 'test-code-stubs.h', 228 'test-code-stubs.h',
228 'test-code-stubs-ia32.cc', 229 'test-code-stubs-ia32.cc',
229 'test-disasm-ia32.cc', 230 'test-disasm-ia32.cc',
230 'test-macro-assembler-ia32.cc', 231 'test-macro-assembler-ia32.cc',
231 'test-log-stack-tracer.cc', 232 'test-log-stack-tracer.cc',
232 'test-run-wasm-relocation-ia32.cc', 233 'test-run-wasm-relocation-ia32.cc',
233 'wasm/test-run-wasm-simd-lowering.cc'
234 ], 234 ],
235 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 235 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
236 'test-assembler-x64.cc', 236 'test-assembler-x64.cc',
237 'test-code-stubs.cc', 237 'test-code-stubs.cc',
238 'test-code-stubs.h', 238 'test-code-stubs.h',
239 'test-code-stubs-x64.cc', 239 'test-code-stubs-x64.cc',
240 'test-disasm-x64.cc', 240 'test-disasm-x64.cc',
241 'test-macro-assembler-x64.cc', 241 'test-macro-assembler-x64.cc',
242 'test-log-stack-tracer.cc', 242 'test-log-stack-tracer.cc',
243 'test-run-wasm-relocation-x64.cc', 243 'test-run-wasm-relocation-x64.cc',
244 'wasm/test-run-wasm-simd.cc',
245 ], 244 ],
246 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 245 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
247 'test-assembler-arm.cc', 246 'test-assembler-arm.cc',
248 'test-code-stubs.cc', 247 'test-code-stubs.cc',
249 'test-code-stubs.h', 248 'test-code-stubs.h',
250 'test-code-stubs-arm.cc', 249 'test-code-stubs-arm.cc',
251 'test-disasm-arm.cc', 250 'test-disasm-arm.cc',
252 'test-macro-assembler-arm.cc', 251 'test-macro-assembler-arm.cc',
253 'test-run-wasm-relocation-arm.cc', 252 'test-run-wasm-relocation-arm.cc',
254 'test-simulator-arm.cc', 253 'test-simulator-arm.cc',
255 'wasm/test-run-wasm-simd-lowering.cc'
256 ], 254 ],
257 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 255 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
258 'test-utils-arm64.cc', 256 'test-utils-arm64.cc',
259 'test-utils-arm64.h', 257 'test-utils-arm64.h',
260 'test-assembler-arm64.cc', 258 'test-assembler-arm64.cc',
261 'test-code-stubs.cc', 259 'test-code-stubs.cc',
262 'test-code-stubs.h', 260 'test-code-stubs.h',
263 'test-code-stubs-arm64.cc', 261 'test-code-stubs-arm64.cc',
264 'test-disasm-arm64.cc', 262 'test-disasm-arm64.cc',
265 'test-fuzz-arm64.cc', 263 'test-fuzz-arm64.cc',
266 'test-javascript-arm64.cc', 264 'test-javascript-arm64.cc',
267 'test-js-arm64-variables.cc', 265 'test-js-arm64-variables.cc',
268 'test-run-wasm-relocation-arm64.cc', 266 'test-run-wasm-relocation-arm64.cc',
269 'wasm/test-run-wasm-simd-lowering.cc'
270 ], 267 ],
271 'cctest_sources_s390': [ ### gcmole(arch:s390) ### 268 'cctest_sources_s390': [ ### gcmole(arch:s390) ###
272 'test-assembler-s390.cc', 269 'test-assembler-s390.cc',
273 'test-code-stubs.cc', 270 'test-code-stubs.cc',
274 'test-code-stubs.h', 271 'test-code-stubs.h',
275 'test-disasm-s390.cc', 272 'test-disasm-s390.cc',
276 'wasm/test-run-wasm-simd-lowering.cc'
277 ], 273 ],
278 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### 274 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
279 'test-assembler-ppc.cc', 275 'test-assembler-ppc.cc',
280 'test-code-stubs.cc', 276 'test-code-stubs.cc',
281 'test-code-stubs.h', 277 'test-code-stubs.h',
282 'test-disasm-ppc.cc', 278 'test-disasm-ppc.cc',
283 'wasm/test-run-wasm-simd-lowering.cc'
284 ], 279 ],
285 'cctest_sources_mips': [ ### gcmole(arch:mips) ### 280 'cctest_sources_mips': [ ### gcmole(arch:mips) ###
286 'test-assembler-mips.cc', 281 'test-assembler-mips.cc',
287 'test-code-stubs.cc', 282 'test-code-stubs.cc',
288 'test-code-stubs.h', 283 'test-code-stubs.h',
289 'test-code-stubs-mips.cc', 284 'test-code-stubs-mips.cc',
290 'test-disasm-mips.cc', 285 'test-disasm-mips.cc',
291 'test-macro-assembler-mips.cc', 286 'test-macro-assembler-mips.cc',
292 'wasm/test-run-wasm-simd-lowering.cc'
293 ], 287 ],
294 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ### 288 'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ###
295 'test-assembler-mips.cc', 289 'test-assembler-mips.cc',
296 'test-code-stubs.cc', 290 'test-code-stubs.cc',
297 'test-code-stubs.h', 291 'test-code-stubs.h',
298 'test-code-stubs-mips.cc', 292 'test-code-stubs-mips.cc',
299 'test-disasm-mips.cc', 293 'test-disasm-mips.cc',
300 'test-macro-assembler-mips.cc', 294 'test-macro-assembler-mips.cc',
301 'wasm/test-run-wasm-simd-lowering.cc'
302 ], 295 ],
303 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ### 296 'cctest_sources_mips64': [ ### gcmole(arch:mips64) ###
304 'test-assembler-mips64.cc', 297 'test-assembler-mips64.cc',
305 'test-code-stubs.cc', 298 'test-code-stubs.cc',
306 'test-code-stubs.h', 299 'test-code-stubs.h',
307 'test-code-stubs-mips64.cc', 300 'test-code-stubs-mips64.cc',
308 'test-disasm-mips64.cc', 301 'test-disasm-mips64.cc',
309 'test-macro-assembler-mips64.cc', 302 'test-macro-assembler-mips64.cc',
310 'wasm/test-run-wasm-simd-lowering.cc'
311 ], 303 ],
312 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ### 304 'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ###
313 'test-assembler-mips64.cc', 305 'test-assembler-mips64.cc',
314 'test-code-stubs.cc', 306 'test-code-stubs.cc',
315 'test-code-stubs.h', 307 'test-code-stubs.h',
316 'test-code-stubs-mips64.cc', 308 'test-code-stubs-mips64.cc',
317 'test-disasm-mips64.cc', 309 'test-disasm-mips64.cc',
318 'test-macro-assembler-mips64.cc', 310 'test-macro-assembler-mips64.cc',
319 'wasm/test-run-wasm-simd-lowering.cc'
320 ], 311 ],
321 'cctest_sources_x87': [ ### gcmole(arch:x87) ### 312 'cctest_sources_x87': [ ### gcmole(arch:x87) ###
322 'test-assembler-x87.cc', 313 'test-assembler-x87.cc',
323 'test-code-stubs.cc', 314 'test-code-stubs.cc',
324 'test-code-stubs.h', 315 'test-code-stubs.h',
325 'test-code-stubs-x87.cc', 316 'test-code-stubs-x87.cc',
326 'test-disasm-x87.cc', 317 'test-disasm-x87.cc',
327 'test-macro-assembler-x87.cc', 318 'test-macro-assembler-x87.cc',
328 'test-log-stack-tracer.cc', 319 'test-log-stack-tracer.cc',
329 'test-run-wasm-relocation-x87.cc', 320 'test-run-wasm-relocation-x87.cc',
330 'wasm/test-run-wasm-simd-lowering.cc'
331 ], 321 ],
332 }, 322 },
333 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], 323 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],
334 'targets': [ 324 'targets': [
335 { 325 {
336 'target_name': 'cctest', 326 'target_name': 'cctest',
337 'type': 'executable', 327 'type': 'executable',
338 'dependencies': [ 328 'dependencies': [
339 'resources', 329 'resources',
340 '../../src/v8.gyp:v8_libbase', 330 '../../src/v8.gyp:v8_libbase',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 '../../gypfiles/isolate.gypi', 523 '../../gypfiles/isolate.gypi',
534 ], 524 ],
535 'sources': [ 525 'sources': [
536 'cctest.isolate', 526 'cctest.isolate',
537 ], 527 ],
538 }, 528 },
539 ], 529 ],
540 }], 530 }],
541 ], 531 ],
542 } 532 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/wasm/test-run-wasm-simd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698