X86: Implement movd_Vo_Edp on X86
authorVince Weaver <vince@csl.cornell.edu>
Fri, 30 Oct 2009 19:52:33 +0000 (15:52 -0400)
committerVince Weaver <vince@csl.cornell.edu>
Fri, 30 Oct 2009 19:52:33 +0000 (15:52 -0400)
commit5873ec2238e521f34f7e70e6aa1b35a611225d80
treeed2bfe316d2a42f8e097de5812f1b46a66fbeb75
parentb2067840a6ad7e70495ad4dc6c74bf080e68133f
X86: Implement movd_Vo_Edp on X86

This patch implements the movd_Vo_Edp series of instructions.

It addresses various concerns by Gabe Black about which file the
instruction belonged in, as well as supporting REX prefixed
instructions properly.

This instruction is needed for some of the spec2k benchmarks, most
notably bzip2.
src/arch/x86/isa/decoder/two_byte_opcodes.isa
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py