aarch64: Improve is_hfa
authorRichard Henderson <rth@redhat.com>
Tue, 21 Oct 2014 17:17:39 +0000 (13:17 -0400)
committerRichard Henderson <rth@twiddle.net>
Wed, 12 Nov 2014 08:28:44 +0000 (09:28 +0100)
commit38b54b9c180af13a3371e70a151a1a97e105b03f
tree2bad1979df58b1ff524ed57762124d81123a205e
parent18b74ce54afab45fcf2a7d4eb86bb2ce9db8cec8
aarch64: Improve is_hfa

The set of functions get_homogeneous_type, element_count, and is_hfa
are all intertwined and recompute data.  Return a compound quantity
from is_hfa that contains all the data and avoids the recomputation.
src/aarch64/ffi.c