X86: Make the cvti2f microop sign extend its integer source correctly.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 12 May 2010 07:51:35 +0000 (00:51 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 12 May 2010 07:51:35 +0000 (00:51 -0700)
commitc4497dbf031ab250c1c1702f6952917d1de3f565
treeabda6081a72ea935b502e5ed7e71054eca8f54c0
parentcc76842f830f15b12c0f4a64e90fe3ca9e35a45a
X86: Make the cvti2f microop sign extend its integer source correctly.

The code was using the wrong bit as the sign bit. Other similar bits of code
seem to be correct.
src/arch/x86/isa/microops/mediaop.isa