|
MIPS: Add float instructions and test coverage, part one
Implement assembler, disassembler tests for all instructions for mips32 and mips64. Additionally, add missing single precision float instructions for r2 and r6 architecture variants in assembler, simulator and disassembler with corresponding tests.
Committed: https://crrev.com/2a6a87d71a1ae280c9a47ec65c75b0cfcf898377
Cr-Commit-Position: refs/heads/master@{#28402}
Total comments: 8
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4234 lines, -364 lines) |
Patch |
|
M |
src/mips/assembler-mips.h
|
View
|
1
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.cc
|
View
|
1
2
3
4
|
10 chunks |
+151 lines, -41 lines |
0 comments
|
Download
|
|
M |
src/mips/constants-mips.h
|
View
|
1
2
3
4
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mips/disasm-mips.cc
|
View
|
1
2
3
4
|
3 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/simulator-mips.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/simulator-mips.cc
|
View
|
1
2
3
4
|
9 chunks |
+490 lines, -35 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.h
|
View
|
1
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.cc
|
View
|
1
2
3
4
|
12 chunks |
+168 lines, -59 lines |
0 comments
|
Download
|
|
M |
src/mips64/constants-mips64.h
|
View
|
1
2
3
4
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mips64/disasm-mips64.cc
|
View
|
1
2
3
4
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/simulator-mips64.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips64/simulator-mips64.cc
|
View
|
1
2
3
4
|
10 chunks |
+425 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips.cc
|
View
|
1
2
3
4
|
13 chunks |
+1371 lines, -56 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips64.cc
|
View
|
1
|
16 chunks |
+1340 lines, -140 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips.cc
|
View
|
1
|
1 chunk |
+78 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips64.cc
|
View
|
|
1 chunk |
+76 lines, -2 lines |
0 comments
|
Download
|
Total messages: 12 (2 generated)
|