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

Side by Side Diff: src/v8.gyp

Issue 2695613004: Add several SIMD opcodes to IA32 (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 | « src/ia32/sse-instr.h ('k') | test/cctest/test-disasm-ia32.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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1479 'ia32/cpu-ia32.cc', 1479 'ia32/cpu-ia32.cc',
1480 'ia32/deoptimizer-ia32.cc', 1480 'ia32/deoptimizer-ia32.cc',
1481 'ia32/disasm-ia32.cc', 1481 'ia32/disasm-ia32.cc',
1482 'ia32/frames-ia32.cc', 1482 'ia32/frames-ia32.cc',
1483 'ia32/frames-ia32.h', 1483 'ia32/frames-ia32.h',
1484 'ia32/interface-descriptors-ia32.cc', 1484 'ia32/interface-descriptors-ia32.cc',
1485 'ia32/macro-assembler-ia32.cc', 1485 'ia32/macro-assembler-ia32.cc',
1486 'ia32/macro-assembler-ia32.h', 1486 'ia32/macro-assembler-ia32.h',
1487 'ia32/simulator-ia32.cc', 1487 'ia32/simulator-ia32.cc',
1488 'ia32/simulator-ia32.h', 1488 'ia32/simulator-ia32.h',
1489 'ia32/sse-instr.h',
1489 'builtins/ia32/builtins-ia32.cc', 1490 'builtins/ia32/builtins-ia32.cc',
1490 'compiler/ia32/code-generator-ia32.cc', 1491 'compiler/ia32/code-generator-ia32.cc',
1491 'compiler/ia32/instruction-codes-ia32.h', 1492 'compiler/ia32/instruction-codes-ia32.h',
1492 'compiler/ia32/instruction-scheduler-ia32.cc', 1493 'compiler/ia32/instruction-scheduler-ia32.cc',
1493 'compiler/ia32/instruction-selector-ia32.cc', 1494 'compiler/ia32/instruction-selector-ia32.cc',
1494 'crankshaft/ia32/lithium-codegen-ia32.cc', 1495 'crankshaft/ia32/lithium-codegen-ia32.cc',
1495 'crankshaft/ia32/lithium-codegen-ia32.h', 1496 'crankshaft/ia32/lithium-codegen-ia32.h',
1496 'crankshaft/ia32/lithium-gap-resolver-ia32.cc', 1497 'crankshaft/ia32/lithium-gap-resolver-ia32.cc',
1497 'crankshaft/ia32/lithium-gap-resolver-ia32.h', 1498 'crankshaft/ia32/lithium-gap-resolver-ia32.h',
1498 'crankshaft/ia32/lithium-ia32.cc', 1499 'crankshaft/ia32/lithium-ia32.cc',
(...skipping 1020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2519 'conditions': [ 2520 'conditions': [
2520 ['want_separate_host_toolset_mkpeephole==1', { 2521 ['want_separate_host_toolset_mkpeephole==1', {
2521 'toolsets': ['host'], 2522 'toolsets': ['host'],
2522 }, { 2523 }, {
2523 'toolsets': ['target'], 2524 'toolsets': ['target'],
2524 }], 2525 }],
2525 ], 2526 ],
2526 }, 2527 },
2527 ], 2528 ],
2528 } 2529 }
OLDNEW
« no previous file with comments | « src/ia32/sse-instr.h ('k') | test/cctest/test-disasm-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698