projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33ae44d
)
fix spelling mistake in comment
author
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 19:35:50 +0000
(19:35 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Mon, 29 May 2000 19:35:50 +0000
(19:35 +0000)
sim/mips/mips.igen
patch
|
blob
|
history
diff --git
a/sim/mips/mips.igen
b/sim/mips/mips.igen
index e83f561e277aff583ddb04165ee06931bc59a794..585e83a61b9ad04857f7322d61cb9f34d567b3c0 100644
(file)
--- a/
sim/mips/mips.igen
+++ b/
sim/mips/mips.igen
@@
-956,7
+956,7
@@
++sign;
}
}
- /* mult
u
ply out the 4 sub products */
+ /* mult
i
ply out the 4 sub products */
m00 = ((unsigned64) VL4_8 (op1) * (unsigned64) VL4_8 (op2));
m10 = ((unsigned64) VH4_8 (op1) * (unsigned64) VL4_8 (op2));
m01 = ((unsigned64) VL4_8 (op1) * (unsigned64) VH4_8 (op2));