summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/decoder
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2009-08-17 20:25:14 -0700
committerGabe Black <gblack@eecs.umich.edu>2009-08-17 20:25:14 -0700
commit317a9ac6d149b724faa443f532583080567317f8 (patch)
tree859c80c966d8efcd87568a57d2c3e6e4eb7a02d3 /src/arch/x86/isa/decoder
parent1606663aa983d69f964d26cd1522b37b772fe413 (diff)
downloadgem5-317a9ac6d149b724faa443f532583080567317f8.tar.xz
X86: Implement MOVDQ2Q.
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 c670390ad..ba150232e 100644
--- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa
+++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa
@@ -968,7 +968,7 @@
// repne (0xF2)
0x8: decode OPCODE_OP_BOTTOM3 {
0x0: WarnUnimpl::addsubps_Vo_Wo();
- 0x6: WarnUnimpl::movdq2q_Pq_VRq();
+ 0x6: MOVDQ2Q(Pq,VRq);
default: UD2();
}
default: UD2();