]> git.proxmox.com Git - qemu.git/commit
target-mips: use DSP unions for binary 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:40 +0000 (23:29 +0100)
commit6de0e6c13e275a59de7fcf5dee26c5a88e3a2ebe
treefeb0247c084d36884527a4e7c8a1f43f286705bc
parent652613ab5ae4559b481c612010b407e1c2216f36
target-mips: use DSP unions for binary 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