projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f782a6
)
mips: Fix decoder of two float-convert instructions
author
Deyuan Guo
<guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:58:59 +0000
(09:58 -0500)
committer
Deyuan Guo
<guodeyuan@tsinghua.org.cn>
Thu, 12 Jan 2012 14:58:59 +0000
(09:58 -0500)
src/arch/mips/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/mips/isa/decoder.isa
b/src/arch/mips/isa/decoder.isa
index 179e409dd5bcb5b3ea026539413fef366484bf83..8ebfa66bf4be883aa26a881ef10e6f14417bc497 100644
(file)
--- a/
src/arch/mips/isa/decoder.isa
+++ b/
src/arch/mips/isa/decoder.isa
@@
-1253,7
+1253,7
@@
decode OPCODE_HI default Unknown::unknown() {
//When rs=L1
//Note: "1. Format type L is legal only if 64-bit
//floating point operations are enabled."
- 0x5: decode FUNCTION
_HI
{
+ 0x5: decode FUNCTION {
format FloatConvertOp {
0x20: cvt_s_l({{ val = Fs_ud; }}, ToSingle);
0x21: cvt_d_l({{ val = Fs_ud; }}, ToDouble);