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

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

Issue 2622643005: ARM64: Add NEON support (Closed)
Patch Set: Created 3 years, 11 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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'test-code-stubs-arm.cc', 246 'test-code-stubs-arm.cc',
247 'test-disasm-arm.cc', 247 'test-disasm-arm.cc',
248 'test-macro-assembler-arm.cc', 248 'test-macro-assembler-arm.cc',
249 'test-run-wasm-relocation-arm.cc', 249 'test-run-wasm-relocation-arm.cc',
250 'wasm/test-run-wasm-simd-lowering.cc' 250 'wasm/test-run-wasm-simd-lowering.cc'
251 ], 251 ],
252 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 252 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
253 'test-utils-arm64.cc', 253 'test-utils-arm64.cc',
254 'test-utils-arm64.h', 254 'test-utils-arm64.h',
255 'test-assembler-arm64.cc', 255 'test-assembler-arm64.cc',
256 'test-simulator-arm64.cc',
256 'test-code-stubs.cc', 257 'test-code-stubs.cc',
257 'test-code-stubs.h', 258 'test-code-stubs.h',
258 'test-code-stubs-arm64.cc', 259 'test-code-stubs-arm64.cc',
259 'test-disasm-arm64.cc', 260 'test-disasm-arm64.cc',
260 'test-fuzz-arm64.cc', 261 'test-fuzz-arm64.cc',
261 'test-javascript-arm64.cc', 262 'test-javascript-arm64.cc',
262 'test-js-arm64-variables.cc', 263 'test-js-arm64-variables.cc',
263 'test-run-wasm-relocation-arm64.cc', 264 'test-run-wasm-relocation-arm64.cc',
264 'wasm/test-run-wasm-simd-lowering.cc' 265 'wasm/test-run-wasm-simd-lowering.cc'
265 ], 266 ],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 '../../gypfiles/isolate.gypi', 529 '../../gypfiles/isolate.gypi',
529 ], 530 ],
530 'sources': [ 531 'sources': [
531 'cctest.isolate', 532 'cctest.isolate',
532 ], 533 ],
533 }, 534 },
534 ], 535 ],
535 }], 536 }],
536 ], 537 ],
537 } 538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698