From fca7cb83f0ecedd1c24d996990c940cd92e87786 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 17 Aug 2009 18:16:07 -0700 Subject: X86: Implement the versions of MOVD that have an MMX source. --- src/arch/x86/isa/decoder/two_byte_opcodes.isa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/isa/decoder') diff --git a/src/arch/x86/isa/decoder/two_byte_opcodes.isa b/src/arch/x86/isa/decoder/two_byte_opcodes.isa index c78021b3c..13de90323 100644 --- a/src/arch/x86/isa/decoder/two_byte_opcodes.isa +++ b/src/arch/x86/isa/decoder/two_byte_opcodes.isa @@ -740,7 +740,7 @@ 0x0: decode OPCODE_OP_BOTTOM3 { 0x0: vmread_Ed_or_Eq_Gd_or_Gq(); 0x1: vmwrite_Gd_or_Gq_Ed_or_Eq(); - 0x6: mov_Ed_Pd(); + 0x6: Inst::MOVD(Edp,Pdp); 0x7: mov_Qq_Pq(); default: Inst::UD2(); } -- cgit v1.2.3