]> git.proxmox.com Git - qemu.git/commit
target-alpha: Make use of fp_status.flush_inputs_to_zero.
authorRichard Henderson <rth@twiddle.net>
Sat, 24 Mar 2012 16:51:14 +0000 (09:51 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 24 Mar 2012 17:07:58 +0000 (17:07 +0000)
commit743434099d427c17f6c8f36de81a83f83ec13fb2
treefb2bf1bfeaa126b9d3c786f44306c37c05ffe4e2
parentc30827555d5305d42f7b164dc69a381c4882e77a
target-alpha: Make use of fp_status.flush_inputs_to_zero.

This softfp feature post-dates the last major update to the Alpha
fpu translation.  We can make use of this to eliminate at least
one helper function that was performing this operation by hand.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-alpha/cpu.h
target-alpha/fpu_helper.c
target-alpha/helper.c
target-alpha/helper.h
target-alpha/translate.c