projects
/
deliverable
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e3e6c
)
Fix it right this time.
author
Jeff Law
<law@redhat.com>
Fri, 20 Feb 1998 08:25:59 +0000
(08:25 +0000)
committer
Jeff Law
<law@redhat.com>
Fri, 20 Feb 1998 08:25:59 +0000
(08:25 +0000)
opcodes/mips-opc.c
patch
|
blob
|
blame
|
history
diff --git
a/opcodes/mips-opc.c
b/opcodes/mips-opc.c
index aa63a3bd5f056b5bdb7193265be66f6e721584d4..c864c6c33dbcbff16a9c82912f7247ee154b8c4b 100644
(file)
--- a/
opcodes/mips-opc.c
+++ b/
opcodes/mips-opc.c
@@
-551,7
+551,7
@@
const struct mips_opcode mips_builtin_opcodes[] = {
{"max.s", "D,S,T", 0x46000028, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, T5 },
{"min.s", "D,S,T", 0x46000030, 0xffe0003f, WR_D|RD_S|RD_T|FP_S, T5 },
{"msuba.s", "S,T", 0x4600001f, 0xffe007ff, RD_S|RD_T|FP_S, T5 },
-{"mul
t
.s", "S,T", 0x4600001a, 0xffe007ff, RD_S|RD_T|FP_S, T5 },
+{"mul
a
.s", "S,T", 0x4600001a, 0xffe007ff, RD_S|RD_T|FP_S, T5 },
{"suba.s", "S,T", 0x46000019, 0xffe007ff, RD_S|RD_T|FP_S, T5 },
{"di", "", 0x42000039, 0xffffffff, WR_C0, T5 },
{"ei", "", 0x42000038, 0xffffffff, WR_C0, T5 },
This page took
0.032389 seconds
and
4
git commands to generate.