Fix problem with the x86 sse movhpd instruction.
authorVince Weaver <vince@csl.cornell.edu>
Tue, 27 Oct 2009 18:11:06 +0000 (14:11 -0400)
committerVince Weaver <vince@csl.cornell.edu>
Tue, 27 Oct 2009 18:11:06 +0000 (14:11 -0400)
commit87b97f28bd2abc9feb352e7d3f0a85e9bc073912
treeda8c526ddde705d45a23ce0efbcdae356f4f2194
parent14691148cd9300ed7a23dd889b9c0173124b30eb
Fix problem with the x86 sse movhpd instruction.

The movhpd instruction was writing to the wrong memory offset.
src/arch/x86/isa/insts/simd128/floating_point/data_transfer/move.py