|
MIPS: Major fixes and clean-up in asm. for instruction encoding.
- Fixed single float register type instruction en[de]coding in assembler and disassembler.
- Added max and min instructions for r6 and corresponding tests.
- Fixed selection instruction for boundary cases in simulator.
- Update assembler tests to be more thorough wrt boundary cases.
TEST=cctest/test-assembler-mips64/MIPS17, MIPS18
cctest/test-disasm-mips64/Type1
cctest/test-assembler-mips/MIPS16, MIPS17
cctest/test-disasm-mips/Type1
BUG=
Committed: https://crrev.com/4b5af7b32ec97fd127b4bf9e2b3cb4ec6f0d3c2e
Cr-Commit-Position: refs/heads/master@{#27601}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+527 lines, -506 lines) |
Patch |
|
M |
src/mips/assembler-mips.h
|
View
|
|
2 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.cc
|
View
|
1
|
2 chunks |
+25 lines, -14 lines |
0 comments
|
Download
|
|
M |
src/mips/constants-mips.cc
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/mips/disasm-mips.cc
|
View
|
|
6 chunks |
+74 lines, -146 lines |
0 comments
|
Download
|
|
M |
src/mips/simulator-mips.cc
|
View
|
|
2 chunks |
+34 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.h
|
View
|
|
2 chunks |
+10 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.cc
|
View
|
|
4 chunks |
+25 lines, -26 lines |
0 comments
|
Download
|
|
M |
src/mips64/disasm-mips64.cc
|
View
|
|
8 chunks |
+65 lines, -167 lines |
0 comments
|
Download
|
|
M |
src/mips64/simulator-mips64.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/mips64/simulator-mips64.cc
|
View
|
1
|
6 chunks |
+45 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips.cc
|
View
|
|
2 chunks |
+96 lines, -46 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-assembler-mips64.cc
|
View
|
|
2 chunks |
+100 lines, -26 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips.cc
|
View
|
|
2 chunks |
+18 lines, -14 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips64.cc
|
View
|
|
2 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
Total messages: 9 (3 generated)
|