|
[x64] Make xmm0 allocatable and use xmm15 as scratch register instead.
The idea is to make it easier (cheaper) to call into C/C++ directly with
C calling conventions, which require xmm0 to be used to pass and return
floating point values in the future.
R=jarin@chromium.org
Committed: https://crrev.com/32820ddf9269ac725f0a52b61142462db70374eb
Cr-Commit-Position: refs/heads/master@{#36646}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+50 lines, -55 lines) |
Patch |
|
M |
src/compiler/x64/code-generator-x64.cc
|
View
|
|
3 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-codegen-x64.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-codegen-x64.cc
|
View
|
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-gap-resolver-x64.cc
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/crankshaft/x64/lithium-x64.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ic/x64/ic-x64.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/x64/assembler-x64.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/code-stubs-x64.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/macro-assembler-x64.cc
|
View
|
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
Total messages: 7 (2 generated)
|