projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c32422
)
X86: Replace "group10" placeholder with the corresponding instructions in the decoder.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:43:32 +0000
(22:43 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 19 Oct 2007 05:43:32 +0000
(22:43 -0700)
--HG--
extra : convert_revision :
ffa8f7c4f8d1e381eefd29247ebd705863d385ad
src/arch/x86/isa/decoder/one_byte_opcodes.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/decoder/one_byte_opcodes.isa
b/src/arch/x86/isa/decoder/one_byte_opcodes.isa
index 9723b1d603be27ce0df9e01139ddff5abd26adac..4365c23fd7eec795b16df0c9e8cde3cdd9665186 100644
(file)
--- a/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
+++ b/
src/arch/x86/isa/decoder/one_byte_opcodes.isa
@@
-295,7
+295,11
@@
0x4: WarnUnimpl::mov_MwRv_Sw(); //What to do with this one?
0x5: LEA(Gv,M);
0x6: WarnUnimpl::mov_Sw_MwRv();
- 0x7: WarnUnimpl::group10_Ev(); //Make sure this is Ev
+ //0x7: group10_Ev();
+ 0x7: decode MODRM_REG {
+ 0x0: POP(Ev);
+ default: UD2();
+ }
}
0x12: decode OPCODE_OP_BOTTOM3 {
0x0: NOP(); //XXX repe makes this a "pause"