-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opcodes: blackfin: fix decoding of dsp mult insns
When assigning to a register half, the mac0 part of the mult insn was not decoding properly. It would always show a full dreg instead of the dreg low half. Once we fix the disassembler, we have to update a few of the gas tests as their previous expected output was incorrect. Signed-off-by: Mike Frysinger <[email protected]>
- Loading branch information
Showing
8 changed files
with
35 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
2011-02-12 Mike Frysinger <[email protected]> | ||
2011-02-13 Mike Frysinger <[email protected]> | ||
|
||
* gas/bfin/arithmetic.d, gas/bfin/parallel.d, gas/bfin/parallel3.d, | ||
gas/bfin/vector.d, gas/bfin/vector2.d: Add ".L" to dsp mult insns. | ||
|
||
2011-02-13 Mike Frysinger <[email protected]> | ||
|
||
* gas/bfin/video.d, gas/bfin/video.s, gas/bfin/video2.d, | ||
gas/bfin/video2.s: Remove BYTEOP2M insns. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2011-02-13 Mike Frysinger <[email protected]> | ||
|
||
* bfin-dis.c (decode_dsp32mult_0): Add 1 to dst for mac1. Output | ||
dregs only when P is set, and dregs_lo otherwise. | ||
|
||
2011-02-13 Mike Frysinger <[email protected]> | ||
|
||
* bfin-dis.c (decode_dsp32alu_0): Delete BYTEOP2M code. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters