target-i386: fix dpps and dppd SSE2 instructions
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 7 Jan 2012 14:20:12 +0000 (15:20 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 11 Jan 2012 08:55:28 +0000 (09:55 +0100)
commit170d5b4bb9f8382bd98dde09d969d2e85d83db06
tree9844a76f480ae860ca22c3570fdc34d3efcc8e6f
parentadc7166611ed7240434b60b915f4c116c4c70820
target-i386: fix dpps and dppd SSE2 instructions

The helpers implemented dpps and dppd SSE instructions are not passing
the correct argument types to the softfloat functions. While they do
work anyway providing a correct behaviour, this patch fixes that.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-i386/ops_sse.h