|
Reland "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/0f93a456ec8b17eeb47154842c6a888cebd53bf7
Cr-Commit-Position: refs/heads/master@{#28472}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+4213 lines, -351 lines) |
Patch |
|
M |
src/mips/assembler-mips.h
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.cc
|
View
|
1
|
14 chunks |
+158 lines, -48 lines |
0 comments
|
Download
|
|
M |
src/mips/constants-mips.h
|
View
|
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mips/disasm-mips.cc
|
View
|
|
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
|
9 chunks |
+489 lines, -34 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.h
|
View
|
|
2 chunks |
+20 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.cc
|
View
|
1
|
13 chunks |
+151 lines, -42 lines |
0 comments
|
Download
|
|
M |
src/mips64/constants-mips64.h
|
View
|
|
4 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mips64/disasm-mips64.cc
|
View
|
|
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
|
9 chunks |
+423 lines, -14 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips.cc
|
View
|
|
13 chunks |
+1371 lines, -56 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips64.cc
|
View
|
1
|
16 chunks |
+1332 lines, -140 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips.cc
|
View
|
|
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: 6 (2 generated)
|