]> git.proxmox.com Git - mirror_qemu.git/commit
target-mips: use DSP unions for unary DSP operators
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 1 Jan 2013 17:02:23 +0000 (18:02 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 31 Jan 2013 22:29:47 +0000 (23:29 +0100)
commit75d012ac7f5c92ac5ee2c1dee8c7a7fbeb724e3c
tree9b4f05cd9625f9f78a9b8ab73bb54b622f044002
parent6de0e6c13e275a59de7fcf5dee26c5a88e3a2ebe
target-mips: use DSP unions for unary DSP operators

This allow to reduce the number of macros.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/dsp_helper.c