target-sparc: Remove asi helper code handled inline
commit918d9a2c9d36378a3cf6636018900a4731c83b9d
authorRichard Henderson <rth@twiddle.net>
Tue, 12 Jul 2016 22:09:54 +0000 (12 15:09 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 31 Oct 2016 20:46:47 +0000 (31 14:46 -0600)
tree3c131f41b40fa50d61945c988a41da512dfc5013
parent34810610acbde7a0745be3a88e99f2ef9282260f
target-sparc: Remove asi helper code handled inline

Now that we never call out to helpers when direct accesses can
handle an asi, remove the corresponding code in those helpers.
For ldda, this removes the entire helper.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
target-sparc/helper.h
target-sparc/ldst_helper.c
target-sparc/translate.c