mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
MIPS/include: opcode/mips.h: Correct INSN_CHIP_MASK
Complement commite407c74b5b
("Support for MIPS R5900 (Sony Playstation 2)"), <https://sourceware.org/ml/binutils/2012-12/msg00240.html>, and commit2c62985659
("MIPS: Add Octeon 3 support") and update the chip mask accordingly. include/ * opcode/mips.h (INSN_CHIP_MASK): Update according to bit use.
This commit is contained in:
parent
5f5c6e032e
commit
4b0781150f
@ -1,3 +1,7 @@
|
||||
2016-12-07 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* opcode/mips.h (INSN_CHIP_MASK): Update according to bit use.
|
||||
|
||||
2016-12-07 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* opcode/mips.h (ASE_DSPR3): Add a comment.
|
||||
|
@ -1194,7 +1194,7 @@ static const unsigned int mips_isa_table[] = {
|
||||
#undef ISAF
|
||||
|
||||
/* Masks used for Chip specific instructions. */
|
||||
#define INSN_CHIP_MASK 0xc3ff0f20
|
||||
#define INSN_CHIP_MASK 0xc3ff4f60
|
||||
|
||||
/* Cavium Networks Octeon instructions. */
|
||||
#define INSN_OCTEON 0x00000800
|
||||
|
Loading…
Reference in New Issue
Block a user