Fix MTSA opcode encoding.

This commit is contained in:
Andrew Cagney 1997-07-28 13:45:45 +00:00
parent 64f0e81628
commit 6546a590b4
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
start-sanitize-r5900
Mon Jul 28 22:07:14 1997 Andrew Cagney <cagney@b1.cygnus.com>
* mips-opc.c: Fix coding of mtsa.
start-sanitize-r5900
Thu Jul 24 13:03:26 1997 Doug Evans <dje@canuck.cygnus.com>
* sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns.

View file

@ -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 */