summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-08-17 18:15:24 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-08-17 18:15:24 -0700
commit6457fb7003157dfe6c4c910b6dfae8824cab4356 (patch)
tree4a62d86dfea16fe917b32571ace5ca7e67ddae36 /src/arch/x86/isa/decoder
parent191590bcc4fcdc08da34c94723ade57f8eb9e948 (diff)
downloadgem5-6457fb7003157dfe6c4c910b6dfae8824cab4356.tar.xz
X86: Implement the versions of MOVD that have an MMX destination.
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 55056da81..9efb96803 100644
--- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
@@ -580,7 +580,7 @@
0x1: punpckhwd_Pq_Qq();
0x2: punpckhdq_Pq_Qq();
0x3: packssdw_Pq_Qq();
- 0x6: movd_Pq_Ed();
+ 0x6: Inst::MOVD(Pq,Edp);
0x7: movq_Pq_Qq();
default: Inst::UD2();
}