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

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

Issue 2264533002: [wasm] Add native x64 implementations for I32x4Splat, I32x4ExtractLane (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@macroize_runtime
Patch Set: Review changes Created 4 years, 3 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 | « src/x64/macro-assembler-x64.cc ('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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'test-log-stack-tracer.cc', 207 'test-log-stack-tracer.cc',
208 'test-run-wasm-relocation-ia32.cc' 208 'test-run-wasm-relocation-ia32.cc'
209 ], 209 ],
210 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 210 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
211 'test-assembler-x64.cc', 211 'test-assembler-x64.cc',
212 'test-code-stubs.cc', 212 'test-code-stubs.cc',
213 'test-code-stubs-x64.cc', 213 'test-code-stubs-x64.cc',
214 'test-disasm-x64.cc', 214 'test-disasm-x64.cc',
215 'test-macro-assembler-x64.cc', 215 'test-macro-assembler-x64.cc',
216 'test-log-stack-tracer.cc', 216 'test-log-stack-tracer.cc',
217 'test-run-wasm-relocation-x64.cc' 217 'test-run-wasm-relocation-x64.cc',
218 'wasm/test-run-wasm-simd.cc'
218 ], 219 ],
219 'cctest_sources_arm': [ ### gcmole(arch:arm) ### 220 'cctest_sources_arm': [ ### gcmole(arch:arm) ###
220 'test-assembler-arm.cc', 221 'test-assembler-arm.cc',
221 'test-code-stubs.cc', 222 'test-code-stubs.cc',
222 'test-code-stubs-arm.cc', 223 'test-code-stubs-arm.cc',
223 'test-disasm-arm.cc', 224 'test-disasm-arm.cc',
224 'test-macro-assembler-arm.cc', 225 'test-macro-assembler-arm.cc',
225 'test-run-wasm-relocation-arm.cc' 226 'test-run-wasm-relocation-arm.cc'
226 ], 227 ],
227 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### 228 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../../gypfiles/isolate.gypi', 486 '../../gypfiles/isolate.gypi',
486 ], 487 ],
487 'sources': [ 488 'sources': [
488 'cctest.isolate', 489 'cctest.isolate',
489 ], 490 ],
490 }, 491 },
491 ], 492 ],
492 }], 493 }],
493 ], 494 ],
494 } 495 }
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/wasm/test-run-wasm-simd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698