|
[turbofan] Rename floating point register / slot methods.
Renames IsDouble* predicates to IsFP*.
Adds specific IsFloat*, IsDouble*, and IsSimd128* predicates.
Adds specific GetFloatRegister, GetDoubleRegister, and
GetSimd128Register methods.
This is mostly a mechanical renaming of IsDouble* to IsFP* methods.
This shouldn't change code generation at all. All fp registers are still
treated as double registers.
LOG=N
BUG= v8:4124
Committed: https://crrev.com/8c8600db2e3f4fa7787900bc976f2ddd886b7a40
Cr-Commit-Position: refs/heads/master@{#36146}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+284 lines, -247 lines) |
Patch |
|
M |
src/compiler/arm/code-generator-arm.cc
|
View
|
1
2
|
7 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/compiler/arm64/code-generator-arm64.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-generator.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/gap-resolver.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/graph-visualizer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/ia32/code-generator-ia32.cc
|
View
|
1
2
|
10 chunks |
+22 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction.h
|
View
|
1
2
3
4
|
5 chunks |
+44 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/code-generator-mips.cc
|
View
|
1
2
|
6 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips64/code-generator-mips64.cc
|
View
|
1
2
|
6 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/compiler/ppc/code-generator-ppc.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator.cc
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/compiler/register-allocator-verifier.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/s390/code-generator-s390.cc
|
View
|
1
2
|
8 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/compiler/x64/code-generator-x64.cc
|
View
|
1
2
|
25 chunks |
+40 lines, -44 lines |
0 comments
|
Download
|
|
M |
src/compiler/x87/code-generator-x87.cc
|
View
|
1
2
|
29 chunks |
+48 lines, -48 lines |
0 comments
|
Download
|
|
M |
src/machine-type.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-gap-resolver.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 13 (8 generated)
|