From 6546a590b45a2473c144b2a855c5949f8198ac68 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 28 Jul 1997 13:45:45 +0000 Subject: [PATCH] Fix MTSA opcode encoding. --- opcodes/ChangeLog | 6 ++++++ opcodes/mips-opc.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index facf1698738..c03034f226c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +start-sanitize-r5900 +Mon Jul 28 22:07:14 1997 Andrew Cagney + + * mips-opc.c: Fix coding of mtsa. + +start-sanitize-r5900 Thu Jul 24 13:03:26 1997 Doug Evans * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns. diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index c69cbc248bc..f2c192e5187 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -548,7 +548,7 @@ const struct mips_opcode mips_builtin_opcodes[] = { {"mtlo", "s", 0x00000013, 0xfc1fffff, RD_s|WR_LO, I1 }, /* start-sanitize-r5900 */ {"mtlo1", "s", 0x70000013, 0xfc1fffff, RD_s|WR_LO, T5 }, -{"mtsa", "s", 0x00000019, 0xfc1fffff, RD_s, T5 }, +{"mtsa", "s", 0x00000029, 0xfc1fffff, RD_s, T5 }, {"mtsab", "s,j", 0x04180000, 0xfc1f0000, RD_s, T5 }, {"mtsah", "s,j", 0x04190000, 0xfc1f0000, RD_s, T5 }, /* end-sanitize-r5900 */ -- 2.30.2