target-sparc: Unify asi handling between 32 and 64-bit
authorRichard Henderson <rth@twiddle.net>
Thu, 3 Sep 2015 04:22:41 +0000 (21:22 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 12 Jul 2016 18:02:03 +0000 (11:02 -0700)
commit22e700607aeaff5f5e139d0fdc3d861e5502040c
tree5add075c432ddb18c8ed6523534befe942c4a12e
parent4fbe00679000f9fd0c509c2d548d957b08ec6057
target-sparc: Unify asi handling between 32 and 64-bit

We now have a single copy of gen_ld_asi, gen_st_asi,
gen_swap_asi, and everything uses gen_get_asi.

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