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

Unified Diff: test/cctest/cctest.gyp

Issue 2713613005: [wasm]implement simd lowering for F32x4 and I32x4 binops (Closed)
Patch Set: [wasm]implement simd lowering for F32x4 and I32x4 binops Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 93cbf9edcbd60e3ed9a91534572094dbaba4c70f..ebe24281f58fb3b4cb1d327a63dfb58897fe7c2d 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -230,7 +230,9 @@
'test-macro-assembler-ia32.cc',
'test-log-stack-tracer.cc',
'test-run-wasm-relocation-ia32.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_x64': [ ### gcmole(arch:x64) ###
'test-assembler-x64.cc',
@@ -242,6 +244,8 @@
'test-log-stack-tracer.cc',
'test-run-wasm-relocation-x64.cc',
'wasm/test-run-wasm-simd.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_arm': [ ### gcmole(arch:arm) ###
'test-assembler-arm.cc',
@@ -252,7 +256,9 @@
'test-macro-assembler-arm.cc',
'test-run-wasm-relocation-arm.cc',
'test-simulator-arm.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_arm64': [ ### gcmole(arch:arm64) ###
'test-utils-arm64.cc',
@@ -266,21 +272,27 @@
'test-javascript-arm64.cc',
'test-js-arm64-variables.cc',
'test-run-wasm-relocation-arm64.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_s390': [ ### gcmole(arch:s390) ###
'test-assembler-s390.cc',
'test-code-stubs.cc',
'test-code-stubs.h',
'test-disasm-s390.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_ppc': [ ### gcmole(arch:ppc) ###
'test-assembler-ppc.cc',
'test-code-stubs.cc',
'test-code-stubs.h',
'test-disasm-ppc.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_mips': [ ### gcmole(arch:mips) ###
'test-assembler-mips.cc',
@@ -289,7 +301,9 @@
'test-code-stubs-mips.cc',
'test-disasm-mips.cc',
'test-macro-assembler-mips.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_mipsel': [ ### gcmole(arch:mipsel) ###
'test-assembler-mips.cc',
@@ -298,7 +312,9 @@
'test-code-stubs-mips.cc',
'test-disasm-mips.cc',
'test-macro-assembler-mips.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_mips64': [ ### gcmole(arch:mips64) ###
'test-assembler-mips64.cc',
@@ -307,7 +323,9 @@
'test-code-stubs-mips64.cc',
'test-disasm-mips64.cc',
'test-macro-assembler-mips64.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_mips64el': [ ### gcmole(arch:mips64el) ###
'test-assembler-mips64.cc',
@@ -316,7 +334,9 @@
'test-code-stubs-mips64.cc',
'test-disasm-mips64.cc',
'test-macro-assembler-mips64.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
'cctest_sources_x87': [ ### gcmole(arch:x87) ###
'test-assembler-x87.cc',
@@ -327,7 +347,9 @@
'test-macro-assembler-x87.cc',
'test-log-stack-tracer.cc',
'test-run-wasm-relocation-x87.cc',
- 'wasm/test-run-wasm-simd-lowering.cc'
+ 'wasm/test-run-wasm-simd-lowering.cc',
+ 'wasm/test-wasm-simd-common.h',
+ 'wasm/test-wasm-simd-common.cc'
],
},
'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'],

Powered by Google App Engine
This is Rietveld 408576698