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

Side by Side Diff: BUILD.gn

Issue 2328843003: [x64] supplement SSE insturctions for SIMD.js (Closed)
Patch Set: 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 | « no previous file | src/flag-definitions.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/dcheck_always_on.gni") 7 import("//build/config/dcheck_always_on.gni")
8 import("//build/config/mips.gni") 8 import("//build/config/mips.gni")
9 import("//build/config/sanitizers/sanitizers.gni") 9 import("//build/config/sanitizers/sanitizers.gni")
10 10
(...skipping 1742 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 "src/x64/codegen-x64.h", 1753 "src/x64/codegen-x64.h",
1754 "src/x64/cpu-x64.cc", 1754 "src/x64/cpu-x64.cc",
1755 "src/x64/deoptimizer-x64.cc", 1755 "src/x64/deoptimizer-x64.cc",
1756 "src/x64/disasm-x64.cc", 1756 "src/x64/disasm-x64.cc",
1757 "src/x64/eh-frame-x64.cc", 1757 "src/x64/eh-frame-x64.cc",
1758 "src/x64/frames-x64.cc", 1758 "src/x64/frames-x64.cc",
1759 "src/x64/frames-x64.h", 1759 "src/x64/frames-x64.h",
1760 "src/x64/interface-descriptors-x64.cc", 1760 "src/x64/interface-descriptors-x64.cc",
1761 "src/x64/macro-assembler-x64.cc", 1761 "src/x64/macro-assembler-x64.cc",
1762 "src/x64/macro-assembler-x64.h", 1762 "src/x64/macro-assembler-x64.h",
1763 "src/x64/sse-instr.h",
1763 ] 1764 ]
1764 } else if (v8_current_cpu == "arm") { 1765 } else if (v8_current_cpu == "arm") {
1765 sources += [ 1766 sources += [
1766 "src/arm/assembler-arm-inl.h", 1767 "src/arm/assembler-arm-inl.h",
1767 "src/arm/assembler-arm.cc", 1768 "src/arm/assembler-arm.cc",
1768 "src/arm/assembler-arm.h", 1769 "src/arm/assembler-arm.h",
1769 "src/arm/code-stubs-arm.cc", 1770 "src/arm/code-stubs-arm.cc",
1770 "src/arm/code-stubs-arm.h", 1771 "src/arm/code-stubs-arm.h",
1771 "src/arm/codegen-arm.cc", 1772 "src/arm/codegen-arm.cc",
1772 "src/arm/codegen-arm.h", 1773 "src/arm/codegen-arm.h",
(...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2610
2610 deps = [ 2611 deps = [
2611 ":fuzzer_support", 2612 ":fuzzer_support",
2612 ] 2613 ]
2613 2614
2614 configs = [ ":internal_config" ] 2615 configs = [ ":internal_config" ]
2615 } 2616 }
2616 2617
2617 v8_fuzzer("wasm_code_fuzzer") { 2618 v8_fuzzer("wasm_code_fuzzer") {
2618 } 2619 }
OLDNEW
« no previous file with comments | « no previous file | src/flag-definitions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698