x86: fix movsd bug on %xmm register
authorBrandon Potter <brandon.potter@amd.com>
Fri, 31 May 2019 19:02:11 +0000 (15:02 -0400)
committerBrandon Potter <Brandon.Potter@amd.com>
Fri, 31 May 2019 22:12:35 +0000 (22:12 +0000)
commit87674842a6aeb2c94bf216a6c798b6db9814e00a
tree4618603a52c2622770ba5c102a40c7589d66cbe7
parentea088f5150d03d4481555ecbbfa2afba3a87468a
x86: fix movsd bug on %xmm register

The movsd instruction should zero out half the register, but
does not do it. This changeset adds the necessary microop to
the instruction to cause correct behavior.

Change-Id: I5278da3634c78a97ed0586f687a36c6dc5a34c60
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/19068
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Michael LeBeane <Michael.Lebeane@amd.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/x86/isa/insts/simd128/floating_point/data_transfer/move.py