projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52b4a7c
)
ARM: Decode fstmx and fldmx instructions. We can ignore them for now.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:54:50 +0000
(
00:54
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 27 Jul 2009 07:54:50 +0000
(
00:54
-0700)
src/arch/arm/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/arm/isa/decoder.isa
b/src/arch/arm/isa/decoder.isa
index 4e6d925acc7c06ec591f2af2202ca376c2176d73..a999b52e97623d63e7c9374905079823621ed021 100644
(file)
--- a/
src/arch/arm/isa/decoder.isa
+++ b/
src/arch/arm/isa/decoder.isa
@@
-318,6
+318,10
@@
format DataOp {
0x12,0x16,0x1a,0x1e: ArmMacroFMOp::sfm_pw({{ }});
0x13,0x17,0x1b,0x1f: ArmMacroFMOp::lfm_pw({{ }});
}
+ 0xb: decode LOADOP {
+ 0x0: WarnUnimpl::fstmx();
+ 0x1: WarnUnimpl::fldmx();
+ }
}
0x7: decode OPCODE_24 {
0: decode CPNUM {