summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-08-07 10:13:33 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-08-07 10:13:33 -0700
commit7c606e3835bac328bad4dc13abfb770903f0a43f (patch)
tree238dc2da9aa18619731210ee83efdc26a404ed4b /src/arch/x86/isa/decoder
parent4f5270f9468cc9959f12206659f84a06c0c2077e (diff)
downloadgem5-7c606e3835bac328bad4dc13abfb770903f0a43f.tar.xz
X86: (Re)Implemented SHRD.
Diffstat (limited to 'src/arch/x86/isa/decoder')
-rw-r--r--src/arch/x86/isa/decoder/two_byte_opcodes.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/isa/decoder/two_byte_opcodes.isa b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
index c47fb5184..dbde17964 100644
--- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
@@ -831,7 +831,7 @@
0x2: rsm_smm();
0x3: Inst::BTS(Ev,Gv);
0x4: Inst::SHRD(Ev,Gv,Ib);
- 0x5: shrd_Ev_Gv_rCl();
+ 0x5: Inst::SHRD(Ev,Gv);
//0x6: group16();
0x6: decode MODRM_REG {
0x0: fxsave();