summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/opcodes
diff options
context:
space:
mode:
authorAndrew Bennett <andrew.bennett@imgtec.com>2015-04-22 12:41:20 +0100
committerAndrew Bennett <andrew.bennett@imgtec.com>2015-04-22 12:45:56 +0100
commitdeabfb77006de9a9627925992139d545a669dbec (patch)
tree71198e7cc5e1beeac0bef37167bd4daddd15b883 /binutils-2.25/opcodes
parente1103f940633e91aff9c5e56070acab3b58fe0dc (diff)
downloadtoolchain_binutils-deabfb77006de9a9627925992139d545a669dbec.tar.gz
toolchain_binutils-deabfb77006de9a9627925992139d545a669dbec.tar.bz2
toolchain_binutils-deabfb77006de9a9627925992139d545a669dbec.zip
MIPS: Update the encoding of the d16mule MXU instruction.
Change-Id: I7ea5748faea472beb79e34aee8d19c4e0f37981e
Diffstat (limited to 'binutils-2.25/opcodes')
-rw-r--r--binutils-2.25/opcodes/mips-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils-2.25/opcodes/mips-opc.c b/binutils-2.25/opcodes/mips-opc.c
index 1871a853..8875f9b2 100644
--- a/binutils-2.25/opcodes/mips-opc.c
+++ b/binutils-2.25/opcodes/mips-opc.c
@@ -3208,7 +3208,7 @@ const struct mips_opcode mips_builtin_opcodes[] =
/* MXU Extension. */
{"d16mul", "`=,`b,`c,`d,`o", 0x70000008, 0xff00003f, TRAP, 0, 0, MXU, 0 },
{"d16mulf", "`=,`b,`c,`o", 0x70000009, 0xff3c003f, TRAP, 0, 0, MXU, 0 },
-{"d16mule", "`=,`b,`c,`o", 0x71000009, 0xff3c003f, TRAP, 0, 0, MXU, 0 },
+{"d16mule", "`=,`b,`c,`d,`o", 0x71000009, 0xff00003f, TRAP, 0, 0, MXU, 0 },
{"d16mac", "`=,`b,`c,`d,`a,`o", 0x7000000a, 0xfc00003f, TRAP, 0, 0, MXU, 0 },
{"d16macf", "`=,`b,`c,`d,`a,`o", 0x7000000b, 0xfc00003f, TRAP, 0, 0, MXU, 0 },
{"d16madl", "`=,`b,`c,`d,`a,`o", 0x7000000c, 0xfc00003f, TRAP, 0, 0, MXU, 0 },