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

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

Issue 2695613004: Add several SIMD opcodes to IA32 (Closed)
Patch Set: Adjust Pextrd and use pinsrd instead of Pinsrd 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 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 ], 222 ],
223 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### 223 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ###
224 'test-assembler-ia32.cc', 224 'test-assembler-ia32.cc',
225 'test-code-stubs.cc', 225 'test-code-stubs.cc',
226 'test-code-stubs.h', 226 'test-code-stubs.h',
227 'test-code-stubs-ia32.cc', 227 'test-code-stubs-ia32.cc',
228 'test-disasm-ia32.cc', 228 'test-disasm-ia32.cc',
229 'test-macro-assembler-ia32.cc', 229 'test-macro-assembler-ia32.cc',
230 'test-log-stack-tracer.cc', 230 'test-log-stack-tracer.cc',
231 'test-run-wasm-relocation-ia32.cc', 231 'test-run-wasm-relocation-ia32.cc',
232 'wasm/test-run-wasm-simd-lowering.cc' 232 'wasm/test-run-wasm-simd.cc'
233 ], 233 ],
234 'cctest_sources_x64': [ ### gcmole(arch:x64) ### 234 'cctest_sources_x64': [ ### gcmole(arch:x64) ###
235 'test-assembler-x64.cc', 235 'test-assembler-x64.cc',
236 'test-code-stubs.cc', 236 'test-code-stubs.cc',
237 'test-code-stubs.h', 237 'test-code-stubs.h',
238 'test-code-stubs-x64.cc', 238 'test-code-stubs-x64.cc',
239 'test-disasm-x64.cc', 239 'test-disasm-x64.cc',
240 'test-macro-assembler-x64.cc', 240 'test-macro-assembler-x64.cc',
241 'test-log-stack-tracer.cc', 241 'test-log-stack-tracer.cc',
242 'test-run-wasm-relocation-x64.cc', 242 'test-run-wasm-relocation-x64.cc',
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 '../../gypfiles/isolate.gypi', 532 '../../gypfiles/isolate.gypi',
533 ], 533 ],
534 'sources': [ 534 'sources': [
535 'cctest.isolate', 535 'cctest.isolate',
536 ], 536 ],
537 }, 537 },
538 ], 538 ],
539 }], 539 }],
540 ], 540 ],
541 } 541 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698